In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/07d75553cc77dd505d79c3054ee5e577d544e490?hp=41910e6c5f112b421f81721452e700d9f3594f8c>

- Log -----------------------------------------------------------------
commit 07d75553cc77dd505d79c3054ee5e577d544e490
Author: Nicholas Clark <[email protected]>
Date:   Sun Oct 11 08:58:13 2009 +0100

    Correct the name of subtest.t, added in 2c4d5b9bac4cc261
    
    There isn't actually an "all files in MANIFEST are present" test in 
t/porting.
    Right now we rely on ./Configure on *nix doing it, which doesn't work if you
    aren't on *nix, or are, but don't re-run Configure. Maybe we should add one.

M       MANIFEST

commit 296eddda3c43041ed9cb567f069b6a7b625ef898
Author: Nicholas Clark <[email protected]>
Date:   Sun Oct 11 08:41:53 2009 +0100

    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.

M       MANIFEST
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index 9f1ac70..b7125b2 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
@@ -2204,7 +2204,7 @@ cpan/Test-Harness/t/yamlish-writer.t                      
Test::Harness test
 cpan/Test/lib/Test.pm          A simple framework for writing test scripts
 cpan/Test-Simple/Changes                               Test::Simple changes
 cpan/Test-Simple/examples/indent.pl                    Test::Simple examples
-cpan/Test-Simple/examples/subtest.pl                   Test::Simple examples
+cpan/Test-Simple/examples/subtest.t                    Test::Simple examples
 cpan/Test-Simple/lib/Test/Builder/Module.pm            Base class for test 
modules
 cpan/Test-Simple/lib/Test/Builder.pm                   For writing new test 
libraries
 cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm      Turn on color in 
Test::Builder::Tester

--
Perl5 Master Repository

Reply via email to