The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

perldist - Windows Perl distribution builder

SYNOPSIS

Simplfied usage...

  perldist Vanilla
  ...
  (various output for 1-2 hours)
  ...
  Created as C:\tmp\vp\output\vanilla-perl-5.10.0-build-9.exe

Full usage equivalent...

  perldist --perl_version=588 --cpan="file://c|/minicpan/" Perl::Dist::Vanilla

DESCRIPTION

perldist is the command line front-end to the Perl::Dist Win32 Perl distribution builder.

It takes two arguments, burns CPU for an hour or more, and then spits out a distribution package.

The argument is the class name for the distribution. This will be a subclass of Perl::Dist that provides configuration information and scripts the installation sequence.

If you are building a "Perl::Dist::Distribution" class, you can drop the "Perl::Dist::" as a convenience.

And that's about all there is to it.

For more information, see Perl::Dist.

SUPPORT

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-Dist

For other issues, contact the author.

AUTHOR

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Perl::Dist, http://ali.as/

COPYRIGHT

Copyright 2007 - 2009 Adam Kennedy.

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.