logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Minilla::CLI::Release - Release the module to CPAN!

Description

       This sub-command release the module to CPAN.

Environment Variables

       FAKE_RELEASE
               > FAKE_RELEASE=1 minil release

           If  this is your first conversion to Minilla and want to make sure you're not going to mess CPAN with
           a bad archive when  something  goes  wrong,  you  can  run  the  release  command  with  FAKE_RELEASE
           environment variable. This will run all the other release process, except the UploadToCPAN step.

           Note, this runs "git tag" and "git push".

perl v5.40.1                                       2025-04-13                         Minilla::CLI::Release(3pm)

Name

       Minilla::CLI::Release - Release the module to CPAN!

Synopsis

           % minil release

               --no-test         Do not run test scripts
               --trial           Trial release
               --dry-run         Dry run mode
               --pause-config    Path to a CPAN::Uploader configuration file

See Also