diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-26 19:55:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-26 19:55:20 +0000 |
commit | ce28de53280045efd40d128c35482d809354e666 (patch) | |
tree | 97dd481fe6dd7447573a47ad9bc41566e31afa05 /MANIFEST | |
parent | 51d9a56bf5df931c436b7ede535c78bc64655187 (diff) | |
download | perl-ce28de53280045efd40d128c35482d809354e666.tar.gz |
Add a file utils/cpan.PL to generate the "cpan" utility,
also separately maintained on CPAN, and now moved as
lib/CPAN/bin/cpan. Tweak installperl to avoid installing
this last file.
p4raw-id: //depot/perl@19065
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1036,6 +1036,7 @@ lib/CPAN/t/loadme.t See if CPAN the module works lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works lib/CPAN/t/Nox.t See if CPAN::Nox works lib/CPAN/t/vcmp.t See if CPAN the module works +lib/CPAN/bin/cpan easily interact with CPAN from the command line lib/ctime.pl A ctime workalike lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/DB.pm Debugger API (draft) @@ -2748,7 +2749,7 @@ utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header util.c Utility routines util.h Dummy header utils.lst Lists utilities bundled with Perl -utils/cpan easily interact with CPAN from the command line +utils/cpan.PL easily interact with CPAN from the command line utils/c2ph.PL program to translate dbx stabs to perl utils/dprofpp.PL Perl code profile post-processor utils/enc2xs.PL Encode module generator @@ -2760,7 +2761,7 @@ utils/perlbug.PL A simple tool to submit a bug report utils/perlcc.PL Front-end for compiler utils/perldoc.PL A simple tool to find & display perl's documentation utils/perlivp.PL installation verification procedure -utils/piconv.PL A pl to pm translator +utils/piconv.PL iconv(1), reinvented in perl utils/pl2pm.PL A pl to pm translator utils/splain.PL Stand-alone version of diagnostics.pm uts/sprintf_wrap.c sprintf wrapper for UTS |