summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-10-10 11:55:42 +0100
committerSteve Hay <SteveHay@planit.com>2009-10-11 03:11:55 +0100
commit7b742a041dc3ba8c68641bdda6bf46416f71944b (patch)
tree7fc2fb6f232667582367fa91e35e04b3a4f0ce24 /MANIFEST
parent52f1b2ff5bd2f62fc104f785a92e58cdc3a2ed9f (diff)
downloadperl-7b742a041dc3ba8c68641bdda6bf46416f71944b.tar.gz
Replace UU encoded files in CGI with their binary originals
There is no longer any need to avoid having binary files in the perl distribution, and these files are not UU encoded in CGI on CPAN.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST7
1 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 3a568c0b1a..35e1072bc2 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -163,14 +163,14 @@ cpan/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B::
cpan/B-Lint/lib/B/Lint.pm Compiler Lint backend
cpan/B-Lint/t/lint.t See if B::Lint works
cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works
-cpan/CGI/Changes Changelog for CGI.pm
+cpan/CGI/Changes Changelog for CGI.pm
cpan/CGI/examples/caution.xbm CGI example
cpan/CGI/examples/clickable_image.cgi CGI example
cpan/CGI/examples/cookie.cgi CGI example
cpan/CGI/examples/crash.cgi CGI example
cpan/CGI/examples/customize.cgi CGI example
cpan/CGI/examples/diff_upload.cgi CGI example
-cpan/CGI/examples/dna_small_gif.uu Small image for CGI examples
+cpan/CGI/examples/dna_small_gif Small image for CGI examples
cpan/CGI/examples/file_upload.cgi CGI example
cpan/CGI/examples/frameset.cgi CGI example
cpan/CGI/examples/index.html Index page for CGI examples
@@ -182,10 +182,9 @@ cpan/CGI/examples/multiple_forms.cgi CGI example
cpan/CGI/examples/nph-clock.cgi CGI example
cpan/CGI/examples/nph-multipart.cgi CGI example
cpan/CGI/examples/popup.cgi CGI example
-cpan/CGI/examples/RunMeFirst Setup script for CGI examples
cpan/CGI/examples/save_state.cgi CGI example
cpan/CGI/examples/tryit.cgi CGI example
-cpan/CGI/examples/wilogo_gif.uu CGI example
+cpan/CGI/examples/wilogo_gif CGI example
cpan/CGI/lib/CGI/Apache.pm Support for Apache's Perl module
cpan/CGI/lib/CGI/Carp.pm Log server errors with helpful context
cpan/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies