
Software::Packager::Tar

use Software::Packager;
my $packager = new Software::Packager('tar');

This module is used to create tar files with the required structure as specified by the list of object added to the packager.

This method creates and returns a new class object.
This method is used to format the package name and return it in the format required for tar packages. This method overrides the package_name method of Software::Packager.
This method overrides the base API and implements the required functionality to create Tar software packages. It calls teh following method in order setup, create_package and cleanup.
This function sets up the temporary structure for the package.