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

NAME

Helper::Commit

WARNING!

This is an unstable development release not ready for production!

VERSION

Version 0.000004

SYNOPSIS

Helper::Commit is a module to help simplifying the process of using both git and CPAN in perl module development. To work properly your module will have to have a Version.pm that will be used to determine version changes and to update the version information in the perldoc and the other modules. Drawback of this is all files of the module will have the same version information.

ATTRIBUTES

git

True or false.

cpan

True or false.

cpan_user

Username of your PAUSE account

METHODS

new

    my $commit_helper = Helper::Commit->new(
        git       => 0, # true if you want git commit and push
        cpan      => 0, # true if you want to upload to CPAN
        cpan_user => 'mugenken',
    );

run

    $commit_helper->run;

AUTHOR

Mugen Kenichi, <mugen.kenichi at uninets.eu>

BUGS

Report bugs at:

SUPPORT

  • Technical support

    <mugen.kenichi at uninets.eu>