NAME
Software::Packager::Perl
SYNOPSIS
use Software::Packager;
my $packager = new Software::Packager('perl');
DESCRIPTION
This module is used to package perl modules ready for installation and or
distribution. It creates packages in the same format used to install all Perl
modules.
FUNCTIONS
new()
This method creates and returns a new class object.
package()
This method overrides the base API and implements the required functionality
to create Perl software packages.