use Software::Packager;
my $packager = new Software::Packager('aix');
DESCRIPTION
This module is used to create software packages in a format suitable for
installation with installp.
The procedure is baised heaverly on the lppbuild version 2.1 scripts.
It creates AIX 4.1 and higher packages only.
FUNCTIONS
setup()
This method sets up the temporary build structure.
cleanup()
This method cleans up after us.
_check_version()
This method is used to check the format of the version and returns true, if
there are any problems then it returns undef;
This method overrides Software::Packager::_check_version
Test that the format is digits and periods anything else is a no good.
The first and second numbers must have 1 or 2 digits
The rest can have 1 to 4 digits.
SEE ALSO
Software::Packager
AUTHOR
Bernard Davison <bernard@gondwana.com.au>
HOMEPAGE
http://bernard.gondwana.com.au
COPYRIGHT
Copyright (c) 2001 Gondwanatech. All rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Module Install Instructions
To install Software::Packager, copy and paste the appropriate command in to your terminal.