Upgrade to podlators 1.23.
[p5sagit/p5-mst-13.2.git] / lib / Pod / Text / Overstrike.pm
index 8b19fb4..503f400 100644 (file)
@@ -1,5 +1,5 @@
 # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text
-# $Id: Overstrike.pm,v 1.8 2002/02/17 04:38:03 eagle Exp $
+# $Id: Overstrike.pm,v 1.9 2002/07/15 05:46:00 eagle Exp $
 #
 # Created by Joe Smith <Joe.Smith@inwap.com> 30-Nov-2000
 #   (based on Pod::Text::Color by Russ Allbery <rra@stanford.edu>)
@@ -36,7 +36,7 @@ use vars qw(@ISA $VERSION);
 # Don't use the CVS revision as the version, since this module is also in Perl
 # core and too many things could munge CVS magic revision strings.  This
 # number should ideally be the same as the CVS revision in podlators, however.
-$VERSION = 1.08;
+$VERSION = 1.09;
 
 
 ##############################################################################
@@ -187,6 +187,10 @@ There may be some better approach possible.
 
 L<Pod::Text>, L<Pod::Parser>
 
+The current version of this module is always available from its web site at
+L<http://www.eyrie.org/~eagle/software/podlators/>.  It is also part of the
+Perl core distribution as of 5.6.0.
+
 =head1 AUTHOR
 
 Joe Smith <Joe.Smith@inwap.com>, using the framework created by Russ Allbery