Change 34690 by [EMAIL PROTECTED] on 2008/10/31 16:01:38
Update Changes.
Affected files ...
... //depot/maint-5.8/perl/Changes#161 edit
... //depot/maint-5.8/perl/patchlevel.h#202 edit
Differences ...
==== //depot/maint-5.8/perl/Changes#161 (text) ====
Index: perl/Changes
--- perl/Changes#160~34687~ 2008-10-31 04:54:37.000000000 -0700
+++ perl/Changes 2008-10-31 09:01:38.000000000 -0700
@@ -28,6 +28,25 @@
Version v5.8.9 Maintenance release working toward v5.8.9
--------------
____________________________________________________________________________
+[ 34689] By: nicholas on 2008/10/31 15:09:42
+ Log: Rework the pseudohash tests so that they skip on 5.10.0 and later,
and
+ don't expose any syntax that 5.10.0 chokes on.
+ Branch: maint-5.8/perl
+ ! lib/constant.t
+____________________________________________________________________________
+[ 34688] By: nicholas on 2008/10/31 14:10:54
+ Log: Fix discrepancy created by the conflict resolution of merge 34681.
+ t/harness is not as exacting as t/TEST, when it comes to test
numbers
+ being in order. (TEST's favourite muppet clearly is Count von
Count.
+ No idea which harness likes best)
+ Branch: maint-5.8/perl
+ ! lib/constant.t
+____________________________________________________________________________
+[ 34687] By: nicholas on 2008/10/31 11:54:37
+ Log: Update Changes.
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 34686] By: nicholas on 2008/10/31 11:25:35
Log: Run pod/buildtoc --build-all
Branch: maint-5.8/perl
==== //depot/maint-5.8/perl/patchlevel.h#202 (text) ====
Index: perl/patchlevel.h
--- perl/patchlevel.h#201~34687~ 2008-10-31 04:54:37.000000000 -0700
+++ perl/patchlevel.h 2008-10-31 09:01:38.000000000 -0700
@@ -121,7 +121,7 @@
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static const char *local_patches[] = {
NULL
- ,"MAINT34686"
+ ,"MAINT34689"
,NULL
};
End of Patch.