From: Nicholas Clark <nick@ccl4.org>
Date: Sun, 11 Oct 2009 07:41:53 +0000 (+0100)
Subject: Correct the listed names of the two files uudecoded in commit 7b742a041dc3ba8c
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=296eddda3c43041ed9cb567f069b6a7b625ef898;p=p5sagit%2Fp5-mst-13.2.git

Correct the listed names of the two files uudecoded in commit 7b742a041dc3ba8c

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.
---

diff --git a/MANIFEST b/MANIFEST
index 9f1ac70..5af3226 100644
--- 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