Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"dzil -v new MyNewModule" fails with usage error [rt.cpan.org #77354] #687

Open
rjbs opened this issue Jul 3, 2021 · 0 comments
Open

"dzil -v new MyNewModule" fails with usage error [rt.cpan.org #77354] #687

rjbs opened this issue Jul 3, 2021 · 0 comments

Comments

@rjbs
Copy link
Owner

rjbs commented Jul 3, 2021

https://rt.cpan.org/Ticket/Display.html?id=77354

"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
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant