diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-02-01 18:08:07 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-02-01 18:08:07 +0000 |
commit | 978b5c81acdd9245251f6182632db23eb26ff2fb (patch) | |
tree | b274d9246ad799f0bf8ffaee6d1fb64533196c9a | |
parent | ef360f9f1098f497d2f56f1325722ffd6a097190 (diff) | |
download | perl-5.8.8.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.pm | 2 | ||||
-rw-r--r-- | perlapi.c | 2 |
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); @@ -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. |