Document cpanp and cpan2dist
Rafael Garcia-Suarez [Fri, 25 May 2007 09:20:45 +0000 (09:20 +0000)]
p4raw-id: //depot/perl@31272

pod/perl595delta.pod
pod/perlutil.pod

index 4d19409..5c1ef23 100644 (file)
@@ -362,6 +362,11 @@ C<cpanp>, the CPANPLUS shell, has been added. (C<cpanp-run-perl>, an
 helper for CPANPLUS operation, has been added too, but isn't intended for
 direct use).
 
+=head2 C<cpan2dist>
+
+C<cpan2dist> is a new utility, that comes with CPANPLUS. It's a tool to
+create distributions (or packages) from CPAN modules.
+
 =head2 C<pod2html>
 
 The output of C<pod2html> has been enhanced to be more customizable via
index 3c703c1..e1f7f99 100644 (file)
@@ -267,6 +267,18 @@ a lot more.  It is similar to the command line mode of the L<CPAN> module,
 
     perl -MCPAN -e shell
 
+=item L<cpanp>
+
+F<cpanp> is, like F<cpan>, a command-line interface to the CPAN, using
+the C<CPANPLUS> module as a back-end. It can be used interactively or
+imperatively.
+
+=item L<cpan2dist>
+
+F<cpan2dist> is a tool to create distributions (or packages) from CPAN
+modules, then suitable for your package manager of choice. Support for
+specific formats are available from CPAN as C<CPANPLUS::Dist::*> modules.
+
 =item L<instmodsh>
 
 A little interface to ExtUtils::Installed to examine installed modules,
@@ -282,7 +294,7 @@ L<podchecker|podchecker>, L<splain|splain>, L<perldiag>,
 L<roffitall|roffitall>, L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>,
 L<File::Find|File::Find>, L<pl2pm|pl2pm>, L<perlbug|perlbug>,
 L<h2ph|h2ph>, L<c2ph|c2ph>, L<h2xs|h2xs>, L<dprofpp|dprofpp>,
-L<Devel::DProf>, L<enc2xs>, L<xsubpp>, L<cpan>,
+L<Devel::DProf>, L<enc2xs>, L<xsubpp>, L<cpan>, L<cpanp>, L<cpan2dist>,
 L<instmodsh>, L<piconv>, L<prove>, L<corelist>, L<ptar>, L<ptardiff>,
 L<shasum>