|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Module::Build::PPMMaker(3) User Contributed Perl Documentation Module::Build::PPMMaker(3)
NAME
Module::Build::PPMMaker - Perl Package Manager file creation
SYNOPSIS
On the command line, builds a .ppd file:
./Build ppd
DESCRIPTION
This package contains the code that builds .ppd "Perl Package Description" files, in support of
ActiveState's "Perl Package Manager". Details are here:
<http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/
AUTHOR
Dave Rolsky <autarch@urth.org>, Ken Williams <kwilliams@cpan.org>
COPYRIGHT
Copyright (c) 2001-2006 Ken Williams. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
SEE ALSO
perl(1), Module::Build(3)
perl v5.8.8 2007-09-23 Module::Build::PPMMaker(3)
|
|