Correct the listed names of the two files uudecoded in commit 7b742a041dc3ba8c
Nicholas Clark [Sun, 11 Oct 2009 07:41:53 +0000 (08:41 +0100)]
It removed the '.uu' from the end of the name, but didn't change the preceding
'_' to '.'. They'd been changed from '.' to avoid having multiple '.'s in the
name, as some VMS filesystems don't like multiple '.'s. It's not easy being
green.

MANIFEST

index 9f1ac70..5af3226 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -170,7 +170,7 @@ 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                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
@@ -184,7 +184,7 @@ cpan/CGI/examples/nph-multipart.cgi CGI example
 cpan/CGI/examples/popup.cgi            CGI example
 cpan/CGI/examples/save_state.cgi       CGI example
 cpan/CGI/examples/tryit.cgi            CGI example
-cpan/CGI/examples/wilogo_gif           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