Change 30280 by [EMAIL PROTECTED] on 2007/02/14 13:23:50

        Upgrade to Devel::PPPort 3.11

Affected files ...

... //depot/perl/ext/Devel/PPPort/Changes#34 edit
... //depot/perl/ext/Devel/PPPort/HACKERS#10 edit
... //depot/perl/ext/Devel/PPPort/Makefile.PL#23 edit
... //depot/perl/ext/Devel/PPPort/PPPort_pm.PL#27 edit
... //depot/perl/ext/Devel/PPPort/PPPort_xs.PL#7 edit
... //depot/perl/ext/Devel/PPPort/README#6 edit
... //depot/perl/ext/Devel/PPPort/TODO#14 edit
... //depot/perl/ext/Devel/PPPort/apicheck_c.PL#6 edit
... //depot/perl/ext/Devel/PPPort/mktests.PL#10 edit
... //depot/perl/ext/Devel/PPPort/module2.c#7 edit
... //depot/perl/ext/Devel/PPPort/module3.c#7 edit
... //depot/perl/ext/Devel/PPPort/parts/apicheck.pl#10 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/MY_CXT#7 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/SvPV#6 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/SvREFCNT#2 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/Sv_set#3 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/call#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/cop#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/exception#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/format#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/grok#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/limits#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/mPUSH#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/magic#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/memory#3 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/misc#12 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/newCONSTSUB#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/newRV#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/podtest#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/ppphbin#9 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/ppphdoc#8 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/ppphtest#13 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/pvs#3 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/snprintf#2 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/strlfuncs#2 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/sv_xpvf#4 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/threads#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/uv#5 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/variables#3 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/version#6 edit
... //depot/perl/ext/Devel/PPPort/parts/inc/warn#2 edit
... //depot/perl/ext/Devel/PPPort/parts/ppptools.pl#7 edit
... //depot/perl/ext/Devel/PPPort/soak#22 edit
... //depot/perl/ext/Devel/PPPort/typemap#4 edit

Differences ...

==== //depot/perl/ext/Devel/PPPort/Changes#34 (xtext) ====
Index: perl/ext/Devel/PPPort/Changes
--- perl/ext/Devel/PPPort/Changes#33~29437~     2006-12-02 09:25:55.000000000 
-0800
+++ perl/ext/Devel/PPPort/Changes       2007-02-14 05:23:50.000000000 -0800
@@ -1,3 +1,7 @@
+3.11 - 2007-02-14
+
+    * happy new year!
+
 3.10_02 - 2006-12-02
 
     * add two missing files

==== //depot/perl/ext/Devel/PPPort/HACKERS#10 (text) ====
Index: perl/ext/Devel/PPPort/HACKERS
--- perl/ext/Devel/PPPort/HACKERS#9~28605~      2006-07-21 10:56:39.000000000 
-0700
+++ perl/ext/Devel/PPPort/HACKERS       2007-02-14 05:23:50.000000000 -0800
@@ -306,7 +306,7 @@
 
 =head1 COPYRIGHT
 
-Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 
 Version 2.x, Copyright (C) 2001, Paul Marquess.
 

==== //depot/perl/ext/Devel/PPPort/Makefile.PL#23 (text) ====
Index: perl/ext/Devel/PPPort/Makefile.PL
--- perl/ext/Devel/PPPort/Makefile.PL#22~28507~ 2006-07-08 09:27:10.000000000 
-0700
+++ perl/ext/Devel/PPPort/Makefile.PL   2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 26 $
+#  $Revision: 27 $
 #  $Author: mhx $
-#  $Date: 2006/07/08 11:44:45 +0200 $
+#  $Date: 2007/01/02 12:32:27 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #

==== //depot/perl/ext/Devel/PPPort/PPPort_pm.PL#27 (text) ====
Index: perl/ext/Devel/PPPort/PPPort_pm.PL
--- perl/ext/Devel/PPPort/PPPort_pm.PL#26~29437~        2006-12-02 
09:25:55.000000000 -0800
+++ perl/ext/Devel/PPPort/PPPort_pm.PL  2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 50 $
+#  $Revision: 51 $
 #  $Author: mhx $
-#  $Date: 2006/12/01 13:13:28 +0100 $
+#  $Date: 2007/01/02 12:32:27 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #
@@ -339,13 +339,13 @@
 #
 
################################################################################
 #
-#  $Revision: 50 $
+#  $Revision: 51 $
 #  $Author: mhx $
-#  $Date: 2006/12/01 13:13:28 +0100 $
+#  $Date: 2007/01/02 12:32:27 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #
@@ -482,7 +482,7 @@
 
 =head1 COPYRIGHT
 
-Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 
 Version 2.x, Copyright (C) 2001, Paul Marquess.
 
@@ -502,7 +502,7 @@
 use strict;
 use vars qw($VERSION $data);
 
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.10_02 $' =~ 
/(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.11 $' =~ 
/(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 sub _init_data
 {

==== //depot/perl/ext/Devel/PPPort/PPPort_xs.PL#7 (text) ====
Index: perl/ext/Devel/PPPort/PPPort_xs.PL
--- perl/ext/Devel/PPPort/PPPort_xs.PL#6~29436~ 2006-12-02 09:13:26.000000000 
-0800
+++ perl/ext/Devel/PPPort/PPPort_xs.PL  2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 12 $
+#  $Revision: 13 $
 #  $Author: mhx $
-#  $Date: 2006/12/01 13:13:28 +0100 $
+#  $Date: 2007/01/02 12:32:26 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #
@@ -93,13 +93,13 @@
 *
 
********************************************************************************
 *
-*  $Revision: 12 $
+*  $Revision: 13 $
 *  $Author: mhx $
-*  $Date: 2006/12/01 13:13:28 +0100 $
+*  $Date: 2007/01/02 12:32:26 +0100 $
 *
 
********************************************************************************
 *
-*  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+*  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 *  Version 2.x, Copyright (C) 2001, Paul Marquess.
 *  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 *

==== //depot/perl/ext/Devel/PPPort/README#6 (text) ====
Index: perl/ext/Devel/PPPort/README
--- perl/ext/Devel/PPPort/README#5~26866~       2006-01-16 10:13:28.000000000 
-0800
+++ perl/ext/Devel/PPPort/README        2007-02-14 05:23:50.000000000 -0800
@@ -69,7 +69,7 @@
 5. COPYRIGHT
 ------------
 
-Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 Version 2.x, Copyright (C) 2001, Paul Marquess.
 Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 

==== //depot/perl/ext/Devel/PPPort/TODO#14 (text) ====
Index: perl/ext/Devel/PPPort/TODO
--- perl/ext/Devel/PPPort/TODO#13~29436~        2006-12-02 09:13:26.000000000 
-0800
+++ perl/ext/Devel/PPPort/TODO  2007-02-14 05:23:50.000000000 -0800
@@ -1,5 +1,19 @@
 TODO:
 
+* On 14/12/06, Nicholas Clark <[EMAIL PROTECTED]> wrote:
+  > On Thu, Dec 14, 2006 at 05:03:24AM +0100, Andreas J. Koenig wrote:
+  >  
+  > > Params::Validate and Clone suffer from the same cold:  
+  >
+  > The same patch will make both compile and pass tests.
+  > I'm wondering if it might be better to totally drop SVt_PBVM and let source
+  > code fail to compile.  
+  
+  I don't think so. Because :
+  1. your redefinition of SVt_PBVM is probably what most XS modules want
+  2. anyway, if we remove it from the core, it might appear in Devel::PPPort :)
+
+
 * check which of the following we need to support:
 
     amagic_generation

==== //depot/perl/ext/Devel/PPPort/apicheck_c.PL#6 (text) ====
Index: perl/ext/Devel/PPPort/apicheck_c.PL
--- perl/ext/Devel/PPPort/apicheck_c.PL#5~28332~        2006-05-29 
10:50:48.000000000 -0700
+++ perl/ext/Devel/PPPort/apicheck_c.PL 2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 8 $
+#  $Revision: 9 $
 #  $Author: mhx $
-#  $Date: 2006/05/28 19:33:09 +0200 $
+#  $Date: 2007/01/02 12:32:27 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #

==== //depot/perl/ext/Devel/PPPort/mktests.PL#10 (text) ====
Index: perl/ext/Devel/PPPort/mktests.PL
--- perl/ext/Devel/PPPort/mktests.PL#9~29436~   2006-12-02 09:13:26.000000000 
-0800
+++ perl/ext/Devel/PPPort/mktests.PL    2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 27 $
+#  $Revision: 28 $
 #  $Author: mhx $
-#  $Date: 2006/12/01 13:13:26 +0100 $
+#  $Date: 2007/01/02 12:32:26 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #

==== //depot/perl/ext/Devel/PPPort/module2.c#7 (text+w) ====
Index: perl/ext/Devel/PPPort/module2.c
--- perl/ext/Devel/PPPort/module2.c#6~26866~    2006-01-16 10:13:28.000000000 
-0800
+++ perl/ext/Devel/PPPort/module2.c     2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 *
 
********************************************************************************
 *
-*  $Revision: 8 $
+*  $Revision: 9 $
 *  $Author: mhx $
-*  $Date: 2006/01/14 18:07:57 +0100 $
+*  $Date: 2007/01/02 12:32:27 +0100 $
 *
 
********************************************************************************
 *
-*  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+*  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 *  Version 2.x, Copyright (C) 2001, Paul Marquess.
 *  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 *

==== //depot/perl/ext/Devel/PPPort/module3.c#7 (text+w) ====
Index: perl/ext/Devel/PPPort/module3.c
--- perl/ext/Devel/PPPort/module3.c#6~26866~    2006-01-16 10:13:28.000000000 
-0800
+++ perl/ext/Devel/PPPort/module3.c     2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 *
 
********************************************************************************
 *
-*  $Revision: 8 $
+*  $Revision: 9 $
 *  $Author: mhx $
-*  $Date: 2006/01/14 18:07:56 +0100 $
+*  $Date: 2007/01/02 12:32:27 +0100 $
 *
 
********************************************************************************
 *
-*  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+*  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 *  Version 2.x, Copyright (C) 2001, Paul Marquess.
 *  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 *

==== //depot/perl/ext/Devel/PPPort/parts/apicheck.pl#10 (text) ====
Index: perl/ext/Devel/PPPort/parts/apicheck.pl
--- perl/ext/Devel/PPPort/parts/apicheck.pl#9~28616~    2006-07-25 
11:54:08.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/apicheck.pl     2007-02-14 05:23:50.000000000 
-0800
@@ -5,13 +5,13 @@
 #
 
################################################################################
 #
-#  $Revision: 21 $
+#  $Revision: 22 $
 #  $Author: mhx $
-#  $Date: 2006/07/25 19:14:07 +0200 $
+#  $Date: 2007/01/02 12:32:28 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #

==== //depot/perl/ext/Devel/PPPort/parts/inc/MY_CXT#7 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/MY_CXT
--- perl/ext/Devel/PPPort/parts/inc/MY_CXT#6~26866~     2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/MY_CXT      2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 13 $
+##  $Revision: 14 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:03 +0100 $
+##  $Date: 2007/01/02 12:32:34 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/SvPV#6 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/SvPV
--- perl/ext/Devel/PPPort/parts/inc/SvPV#5~26866~       2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/SvPV        2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 13 $
+##  $Revision: 14 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:01 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/SvREFCNT#2 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/SvREFCNT
--- perl/ext/Devel/PPPort/parts/inc/SvREFCNT#1~28267~   2006-05-22 
04:31:57.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/SvREFCNT    2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 1 $
+##  $Revision: 2 $
 ##  $Author: mhx $
-##  $Date: 2006/05/22 00:51:52 +0200 $
+##  $Date: 2007/01/02 12:32:28 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/Sv_set#3 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/Sv_set
--- perl/ext/Devel/PPPort/parts/inc/Sv_set#2~28259~     2006-05-20 
11:22:00.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/Sv_set      2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 4 $
+##  $Revision: 5 $
 ##  $Author: mhx $
-##  $Date: 2006/05/19 23:58:03 +0200 $
+##  $Date: 2007/01/02 12:32:29 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/call#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/call
--- perl/ext/Devel/PPPort/parts/inc/call#3~26866~       2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/call        2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 9 $
+##  $Revision: 10 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:07:59 +0100 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/cop#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/cop
--- perl/ext/Devel/PPPort/parts/inc/cop#3~26866~        2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/cop 2007-02-14 05:23:50.000000000 -0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 5 $
+##  $Revision: 6 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:00 +0100 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/exception#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/exception
--- perl/ext/Devel/PPPort/parts/inc/exception#3~26866~  2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/exception   2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 4 $
+##  $Revision: 5 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:07:59 +0100 $
+##  $Date: 2007/01/02 12:32:31 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/format#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/format
--- perl/ext/Devel/PPPort/parts/inc/format#4~26866~     2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/format      2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 5 $
+##  $Revision: 6 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:02 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/grok#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/grok
--- perl/ext/Devel/PPPort/parts/inc/grok#4~26866~       2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/grok        2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 10 $
+##  $Revision: 11 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:03 +0100 $
+##  $Date: 2007/01/02 12:32:34 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/limits#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/limits
--- perl/ext/Devel/PPPort/parts/inc/limits#3~26866~     2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/limits      2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 4 $
+##  $Revision: 5 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:01 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/mPUSH#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/mPUSH
--- perl/ext/Devel/PPPort/parts/inc/mPUSH#3~26866~      2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/mPUSH       2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 6 $
+##  $Revision: 7 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:01 +0100 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/magic#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/magic
--- perl/ext/Devel/PPPort/parts/inc/magic#4~28259~      2006-05-20 
11:22:00.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/magic       2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 10 $
+##  $Revision: 11 $
 ##  $Author: mhx $
-##  $Date: 2006/05/18 23:10:24 +0200 $
+##  $Date: 2007/01/02 12:32:34 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/memory#3 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/memory
--- perl/ext/Devel/PPPort/parts/inc/memory#2~28267~     2006-05-22 
04:31:57.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/memory      2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 2 $
+##  $Revision: 3 $
 ##  $Author: mhx $
-##  $Date: 2006/05/22 00:50:25 +0200 $
+##  $Date: 2007/01/02 12:32:31 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/misc#12 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/misc
--- perl/ext/Devel/PPPort/parts/inc/misc#11~29436~      2006-12-02 
09:13:26.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/misc        2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 37 $
+##  $Revision: 38 $
 ##  $Author: mhx $
-##  $Date: 2006/12/02 13:49:03 +0100 $
+##  $Date: 2007/01/02 12:32:34 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/newCONSTSUB#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/newCONSTSUB
--- perl/ext/Devel/PPPort/parts/inc/newCONSTSUB#4~26866~        2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/newCONSTSUB 2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 10 $
+##  $Revision: 11 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:02 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/newRV#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/newRV
--- perl/ext/Devel/PPPort/parts/inc/newRV#3~26866~      2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/newRV       2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 6 $
+##  $Revision: 7 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:02 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/podtest#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/podtest
--- perl/ext/Devel/PPPort/parts/inc/podtest#4~28507~    2006-07-08 
09:27:10.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/podtest     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 6 $
+##  $Revision: 7 $
 ##  $Author: mhx $
-##  $Date: 2006/07/08 17:55:14 +0200 $
+##  $Date: 2007/01/02 12:32:28 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/ppphbin#9 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/ppphbin
--- perl/ext/Devel/PPPort/parts/inc/ppphbin#8~28474~    2006-07-03 
14:40:58.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/ppphbin     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 34 $
+##  $Revision: 35 $
 ##  $Author: mhx $
-##  $Date: 2006/07/03 10:21:54 +0200 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/ppphdoc#8 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/ppphdoc
--- perl/ext/Devel/PPPort/parts/inc/ppphdoc#7~28474~    2006-07-03 
14:40:58.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/ppphdoc     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 27 $
+##  $Revision: 28 $
 ##  $Author: mhx $
-##  $Date: 2006/07/03 10:21:55 +0200 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##
@@ -329,7 +329,7 @@
 
 =head1 COPYRIGHT
 
-Version 3.x, Copyright (c) 2004-2006, Marcus Holland-Moritz.
+Version 3.x, Copyright (c) 2004-2007, Marcus Holland-Moritz.
 
 Version 2.x, Copyright (C) 2001, Paul Marquess.
 

==== //depot/perl/ext/Devel/PPPort/parts/inc/ppphtest#13 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/ppphtest
--- perl/ext/Devel/PPPort/parts/inc/ppphtest#12~28474~  2006-07-03 
14:40:58.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/ppphtest    2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 33 $
+##  $Revision: 34 $
 ##  $Author: mhx $
-##  $Date: 2006/07/03 22:54:26 +0200 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/pvs#3 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/pvs
--- perl/ext/Devel/PPPort/parts/inc/pvs#2~28267~        2006-05-22 
04:31:57.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/pvs 2007-02-14 05:23:50.000000000 -0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 3 $
+##  $Revision: 4 $
 ##  $Author: mhx $
-##  $Date: 2006/05/22 12:27:50 +0200 $
+##  $Date: 2007/01/02 12:32:29 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/snprintf#2 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/snprintf
--- perl/ext/Devel/PPPort/parts/inc/snprintf#1~28259~   2006-05-20 
11:22:00.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/snprintf    2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 1 $
+##  $Revision: 2 $
 ##  $Author: mhx $
-##  $Date: 2006/05/18 23:12:23 +0200 $
+##  $Date: 2007/01/02 12:32:28 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/strlfuncs#2 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/strlfuncs
--- perl/ext/Devel/PPPort/parts/inc/strlfuncs#1~28616~  2006-07-25 
11:54:08.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/strlfuncs   2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 2 $
+##  $Revision: 3 $
 ##  $Author: mhx $
-##  $Date: 2006/07/25 19:59:33 +0200 $
+##  $Date: 2007/01/02 12:32:28 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/sv_xpvf#4 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/sv_xpvf
--- perl/ext/Devel/PPPort/parts/inc/sv_xpvf#3~26866~    2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/sv_xpvf     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 4 $
+##  $Revision: 5 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:07:59 +0100 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/threads#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/threads
--- perl/ext/Devel/PPPort/parts/inc/threads#4~29436~    2006-12-02 
09:13:26.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/threads     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 7 $
+##  $Revision: 8 $
 ##  $Author: mhx $
-##  $Date: 2006/12/02 14:19:29 +0100 $
+##  $Date: 2007/01/02 12:32:32 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/uv#5 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/uv
--- perl/ext/Devel/PPPort/parts/inc/uv#4~26866~ 2006-01-16 10:13:28.000000000 
-0800
+++ perl/ext/Devel/PPPort/parts/inc/uv  2007-02-14 05:23:50.000000000 -0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 12 $
+##  $Revision: 13 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:01 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/variables#3 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/variables
--- perl/ext/Devel/PPPort/parts/inc/variables#2~29436~  2006-12-02 
09:13:26.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/variables   2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 6 $
+##  $Revision: 7 $
 ##  $Author: mhx $
-##  $Date: 2006/12/02 14:01:23 +0100 $
+##  $Date: 2007/01/02 12:32:31 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/version#6 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/version
--- perl/ext/Devel/PPPort/parts/inc/version#5~26866~    2006-01-16 
10:13:28.000000000 -0800
+++ perl/ext/Devel/PPPort/parts/inc/version     2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 6 $
+##  $Revision: 7 $
 ##  $Author: mhx $
-##  $Date: 2006/01/14 18:08:02 +0100 $
+##  $Date: 2007/01/02 12:32:33 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/inc/warn#2 (text) ====
Index: perl/ext/Devel/PPPort/parts/inc/warn
--- perl/ext/Devel/PPPort/parts/inc/warn#1~28259~       2006-05-20 
11:22:00.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/inc/warn        2007-02-14 05:23:50.000000000 
-0800
@@ -1,12 +1,12 @@
 
################################################################################
 ##
-##  $Revision: 2 $
+##  $Revision: 3 $
 ##  $Author: mhx $
-##  $Date: 2006/05/20 10:57:02 +0200 $
+##  $Date: 2007/01/02 12:32:29 +0100 $
 ##
 
################################################################################
 ##
-##  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+##  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 ##  Version 2.x, Copyright (C) 2001, Paul Marquess.
 ##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 ##

==== //depot/perl/ext/Devel/PPPort/parts/ppptools.pl#7 (text) ====
Index: perl/ext/Devel/PPPort/parts/ppptools.pl
--- perl/ext/Devel/PPPort/parts/ppptools.pl#6~28605~    2006-07-21 
10:56:39.000000000 -0700
+++ perl/ext/Devel/PPPort/parts/ppptools.pl     2007-02-14 05:23:50.000000000 
-0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 17 $
+#  $Revision: 18 $
 #  $Author: mhx $
-#  $Date: 2006/07/21 19:21:40 +0200 $
+#  $Date: 2007/01/02 12:32:28 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #

==== //depot/perl/ext/Devel/PPPort/soak#22 (text) ====
Index: perl/ext/Devel/PPPort/soak
--- perl/ext/Devel/PPPort/soak#21~29437~        2006-12-02 09:25:55.000000000 
-0800
+++ perl/ext/Devel/PPPort/soak  2007-02-14 05:23:50.000000000 -0800
@@ -7,13 +7,13 @@
 #
 
################################################################################
 #
-#  $Revision: 14 $
+#  $Revision: 15 $
 #  $Author: mhx $
-#  $Date: 2006/12/02 13:31:24 +0100 $
+#  $Date: 2007/01/02 12:32:28 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #
@@ -33,7 +33,7 @@
 use List::Util qw(max);
 use Config;
 
-my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.10_02 $' =~ 
/(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.11 $' =~ 
/(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
 
 $| = 1;
 my %OPT = (
@@ -589,7 +589,7 @@
 
 =head1 COPYRIGHT
 
-Version 3.x, Copyright (c) 2004-2006, Marcus Holland-Moritz.
+Version 3.x, Copyright (c) 2004-2007, Marcus Holland-Moritz.
 
 Version 2.x, Copyright (C) 2001, Paul Marquess.
 

==== //depot/perl/ext/Devel/PPPort/typemap#4 (text) ====
Index: perl/ext/Devel/PPPort/typemap
--- perl/ext/Devel/PPPort/typemap#3~26866~      2006-01-16 10:13:28.000000000 
-0800
+++ perl/ext/Devel/PPPort/typemap       2007-02-14 05:23:50.000000000 -0800
@@ -4,13 +4,13 @@
 #
 
################################################################################
 #
-#  $Revision: 5 $
+#  $Revision: 6 $
 #  $Author: mhx $
-#  $Date: 2006/01/14 18:07:55 +0100 $
+#  $Date: 2007/01/02 12:32:26 +0100 $
 #
 
################################################################################
 #
-#  Version 3.x, Copyright (C) 2004-2006, Marcus Holland-Moritz.
+#  Version 3.x, Copyright (C) 2004-2007, Marcus Holland-Moritz.
 #  Version 2.x, Copyright (C) 2001, Paul Marquess.
 #  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
 #
End of Patch.

Reply via email to