resync some files with their CPAN equivalents (just the trivial errors for
David Mitchell [Tue, 2 Jun 2009 00:08:19 +0000 (01:08 +0100)]
now, like whitespace)

ext/B/B/Debug.pm
lib/AutoLoader/t/02AutoSplit.t
lib/CGI/Changes

index e159341..2bcfb43 100644 (file)
@@ -354,7 +354,7 @@ otherwise in basic order.
   1.10 2008-06-28 rurban
        require 5.006; Test::More not possible in 5.00505
        our => my
-
+       
   1.09 2008-06-18 rurban
        minor META.yml syntax fix
        5.8.0 ending nextstate test failure: be more tolerant
index 150301a..c652562 100644 (file)
@@ -43,7 +43,7 @@ if ($Is_VMS) {
     } else {
         my $unix_rpt = $ENV{'DECC$FILENAME_UNIX_REPORT'} || '';
         my $efs_case = $ENV{'DECC$EFS_CASE_PRESERVE'} || '';
-        $vms_unix_rpt = $unix_rpt =~ /^[ET1]/i;
+        $vms_unix_rpt = $unix_rpt =~ /^[ET1]/i; 
         $vms_case = $efs_case =~ /^[ET1]/i;
     }
     $Is_VMS_lc = 0 if ($vms_case);
index c9064c8..9b9f566 100644 (file)
@@ -1,3 +1,7 @@
+  Version 3.43
+  1. Documentation patch from MARKSTOS@cpan.org to replace all occurrences of
+  "new CGI" with CGI->new()" to reflect best perl practices.
+  2. Patch from Stepan Kasal to fix utf-8 related problems in perl 5.10
 
   Version 3.42
   1. Added patch from Renee Baecker that makes it possible to subclass