NAME

CPAN::Packager - Create packages(rpm, deb) from perl modules

SYNOPSIS

use CPAN::Packager;
my $packager = CPAN::Packager->new(
      builder      => 'RPM',
      conf         => '/home/dann/config-rpm.yaml',
      always_build => 1,
      dry_run      => 0,
);
$packager->make('Mouse');

DESCRIPTION

CPAN::Packager is a tool to help you make packages from perl modules on CPAN. This makes it so easy to make a perl module into a Redhat/Debian package

AUTHOR

Takatoshi Kitano <kitano.tk@gmail.com>

walf443

CONTRIBUTORS

Many people have contributed ideas, inspiration, fixes and features to the Angelos. Their efforts continue to be very much appreciated. Please let me know if you think anyone is missing from this list.

walf443, afoxson, toddr

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.