Last active
April 26, 2021 18:11
-
-
Save pbashyal-nmdp/f9d11ab994781c4497d0faa1d51d0ce4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Module::Starter if not already installed | |
# cpan -i Module::Starter | |
module-starter --distro=Foo-Bar-Baz \ | |
--module=Foo::Bar,Foo::Baz \ | |
--author="Pradeep Bashyal" [email protected] \ | |
--eumm \ | |
--ignores=git \ | |
--license=lgpl3 \ | |
--genlicense \ | |
--minperl=5.32.1 \ | |
--fatalize \ | |
--verbose | |
# Build, Test and create dist | |
# perl Makefile.PL | |
# make | |
# make test | |
# make dist | |
# For Tests | |
# cpan -i Test::More Test::CheckManifest Test::Pod Test::Pod::Coverage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment