The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v2.2.1 - 2014-11-17

  • On Windows, (stat($file))[2] * ALWAYS * results in octal 0100666 (which means it is world writeable). World writeable files are always rejected by PAUSE. The solution is to change a file mode octal 0100666 to octal 000664, such that it is * NOT * world writeable. This works on Windows, as well as on other systems (Linux, Mac, etc...), because the filemode 0100666 only occurs on Windows. (If it occurred on Linux, it would be wrong anyway) (klaus03)

Documentation

Tutorial document for Minilla

Modules

CPAN module authoring tool
Build dist directory
Clean up directory
Make tar ball distribution
Install the dist to system
Migrate existed distribution repo
Generate new module skeleton
Release the module to CPAN!
Run Arbitrary Commands
Run test cases

Provides

in lib/Minilla/CLI.pm
in lib/Minilla/Errors.pm
in lib/Minilla/Errors.pm
in lib/Minilla/FileGatherer.pm
in lib/Minilla/Git.pm
in lib/Minilla/Gitignore.pm
in lib/Minilla/License/Perl_5.pm
in lib/Minilla/License/Unknown.pm
in lib/Minilla/Logger.pm
in lib/Minilla/Metadata.pm
in lib/Minilla/Migrate.pm
in lib/Minilla/ModuleMaker/ExtUtilsMakeMaker.pm
in lib/Minilla/ModuleMaker/ModuleBuild.pm
in lib/Minilla/ModuleMaker/ModuleBuildTiny.pm
in lib/Minilla/Profile/Base.pm
in lib/Minilla/Profile/Default.pm
in lib/Minilla/Profile/ExtUtilsMakeMaker.pm
in lib/Minilla/Profile/ModuleBuild.pm
in lib/Minilla/Profile/ModuleBuildTiny.pm
in lib/Minilla/Profile/XS.pm
in lib/Minilla/Project.pm
in lib/Minilla/Release/BumpVersion.pm
in lib/Minilla/Release/CheckChanges.pm
in lib/Minilla/Release/CheckOrigin.pm
in lib/Minilla/Release/CheckUntrackedFiles.pm
in lib/Minilla/Release/Commit.pm
in lib/Minilla/Release/DistTest.pm
in lib/Minilla/Release/MakeDist.pm
in lib/Minilla/Release/RegenerateFiles.pm
in lib/Minilla/Release/RewriteChanges.pm
in lib/Minilla/Release/RunHooks.pm
in lib/Minilla/Release/Tag.pm
in lib/Minilla/Release/UploadToCPAN.pm
in lib/Minilla/ReleaseTest.pm
in lib/Minilla/Util.pm
in lib/Minilla/WorkDir.pm
in lib/Module/BumpVersion.pm