This is the README file for Software::Packager, the Perl module for creation of software installation packages.
This is Alpha software it may or may not do anything. The API is subject to change.
This module comes with NO WARRANTY.

INSTALLATION
Software::Packager uses the standard perl module install process

perl Makefile.PL
make
make test (optional but recommended)
make install

DESCRIPTION
Software::Packager is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers.

If you release software for a range of platforms then this is the module for you.

This module does not do the packaging of the software but is merely a wrapper around the various software packaging tools already provided with various operating systems.

AUTHOR
R Bernard Davison <rbdavison@cpan.org>

COPYRIGHT
Copyright (c) 2001 R Bernard Davison. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.