You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dzil new" works as expected when not supplying the "-v" or
"--verbose" options. When one of these is supplied, dzil fails
with an "unrecognised command" error.
$ dzil new MyNewModule
[DZ] making target dir /home/lx/MyNewModule
[DZ] writing files to /home/lx/MyNewModule
[DZ] dist minted in ./MyNewModule
$ rm -rf MyNewModule
$ dzil -v new MyNewModule
Unrecognized command: MyNewModule.
Usage:
dzil [-Iv] [long options...] <command>
-v --verbose log additional output
-I --lib-inc additional @INC dirs
...
The text was updated successfully, but these errors were encountered:
https://rt.cpan.org/Ticket/Display.html?id=77354
The text was updated successfully, but these errors were encountered: