summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/lib/Pod/Text
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-06 17:09:19 +0000
commit4512cea31c94e21bbf22ca99a5bb525ea7a8c84c (patch)
tree628d1180baf59ff2cf578562cdd942fc008cf06b /gnu/usr.bin/perl/lib/Pod/Text
parente852ed17d905386f3bbad057fda2f07926227f89 (diff)
perl-5.6.0 + local changes
Diffstat (limited to 'gnu/usr.bin/perl/lib/Pod/Text')
-rw-r--r--gnu/usr.bin/perl/lib/Pod/Text/Color.pm4
-rw-r--r--gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/lib/Pod/Text/Color.pm b/gnu/usr.bin/perl/lib/Pod/Text/Color.pm
index 8ac1e5c67bf..a8880381ed6 100644
--- a/gnu/usr.bin/perl/lib/Pod/Text/Color.pm
+++ b/gnu/usr.bin/perl/lib/Pod/Text/Color.pm
@@ -1,5 +1,5 @@
# Pod::Text::Color -- Convert POD data to formatted color ASCII text
-# $Id: Color.pm,v 1.1 2000/04/06 16:09:48 millert Exp $
+# $Id: Color.pm,v 1.2 2000/04/06 17:06:49 millert Exp $
#
# Copyright 1999 by Russ Allbery <rra@stanford.edu>
#
@@ -27,7 +27,7 @@ use vars qw(@ISA $VERSION);
@ISA = qw(Pod::Text);
# Use the CVS revision of this file as its version number.
-($VERSION = (split (' ', q$Revision: 1.1 $ ))[1]) =~ s/\.(\d)$/.0$1/;
+($VERSION = (split (' ', q$Revision: 1.2 $ ))[1]) =~ s/\.(\d)$/.0$1/;
############################################################################
diff --git a/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm b/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm
index e6f146cd748..cdb7ec9ddf4 100644
--- a/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm
+++ b/gnu/usr.bin/perl/lib/Pod/Text/Termcap.pm
@@ -1,5 +1,5 @@
# Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes.
-# $Id: Termcap.pm,v 1.1 2000/04/06 16:09:48 millert Exp $
+# $Id: Termcap.pm,v 1.2 2000/04/06 17:06:49 millert Exp $
#
# Copyright 1999 by Russ Allbery <rra@stanford.edu>
#
@@ -28,7 +28,7 @@ use vars qw(@ISA $VERSION);
@ISA = qw(Pod::Text);
# Use the CVS revision of this file as its version number.
-($VERSION = (split (' ', q$Revision: 1.1 $ ))[1]) =~ s/\.(\d)$/.0$1/;
+($VERSION = (split (' ', q$Revision: 1.2 $ ))[1]) =~ s/\.(\d)$/.0$1/;
############################################################################