NAME Perl::Dist - Perl Distribution Creation Toolkit DESCRIPTION THIS DOCUMENTATION IS CURRENTLY OUT OF DATE The Perl::Dist namespace encompasses creation of pre-packaged, binary distributions of Perl, such as executable installers for Win32. While initial efforts are targeted at Win32, there is hope that this may become a more general support tool for Perl application deployment. Packages in this namespace include both "builders" and "distributions". Builder packages automate the generation of distributions. Distribution packages contain configuration files for a particular builder, extra files to be bundled with the pre-packaged binary, and documentation. Distribution namespaces are also recommended to consolidate bug reporting using http://rt.cpan.org/. *Distribution packages should not contain the pre-packaged install files themselves.* Please note that this module is currently considered experimental, and not really suitable for general use. DISTRIBUTIONS Currently available distributions include: * Perl::Dist::Vanilla -- an experimental "core Perl" distribution intended for distribution developers * Perl::Dist::Strawberry -- a practical Win32 Perl release for experienced Perl developers to experiment and test the installation of various CPAN modules under Win32 conditions ROADMAP Everything is currently alpha, at best. These packages have been released to enable community support in ongoing development. Some specific items for development include: * Bug-squashing Win32 compatibility problems in popular modules * Customisable installation path. * Support installation paths with spaces and other weird characters. * Restore support for .exe installation instead of .zip. * Support for Win32 *.msi installation instead of *.exe. * Better uninstall support and upgradability. AUTHOR Adam Kennedy David A. Golden COPYRIGHT Cyopright 2007 Adam Kennedy. Copyright 2006 David A. Golden. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. SEE ALSO Perl::Dist, Perl::Dist::Vanilla, Perl::Dist::Strawberry, , , , ,