summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-02-01 18:08:07 +0000
committerNicholas Clark <nick@ccl4.org>2006-02-01 18:08:07 +0000
commit978b5c81acdd9245251f6182632db23eb26ff2fb (patch)
treeb274d9246ad799f0bf8ffaee6d1fb64533196c9a
parentef360f9f1098f497d2f56f1325722ffd6a097190 (diff)
downloadperl-978b5c81acdd9245251f6182632db23eb26ff2fb.tar.gz
Regenerated files that shipped with 5.8.8.perl-5.8.8
p4raw-id: //depot/maint-5.8/perl@27040
-rw-r--r--ext/B/B/Asmdata.pm2
-rw-r--r--perlapi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B/Asmdata.pm b/ext/B/B/Asmdata.pm
index f6e58cc067..9e41d6dd75 100644
--- a/ext/B/B/Asmdata.pm
+++ b/ext/B/B/Asmdata.pm
@@ -11,7 +11,7 @@
#
package B::Asmdata;
-our $VERSION = '1.01_01';
+our $VERSION = '1.01';
use Exporter;
@ISA = qw(Exporter);
diff --git a/perlapi.c b/perlapi.c
index e3b70d9e27..4a8be39b8d 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -3,7 +3,7 @@
* perlapi.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.