Bump versions of non dual-life modules
Nicholas Clark [Thu, 5 May 2005 15:17:23 +0000 (15:17 +0000)]
p4raw-id: //depot/perl@24399

lib/File/Path.pm
lib/FileCache.pm
lib/Pod/Html.pm
lib/Symbol.pm
lib/utf8.pm
win32/FindExt.pm

index 450b0c7..f96dc06 100644 (file)
@@ -125,7 +125,7 @@ use Exporter ();
 use strict;
 use warnings;
 
-our $VERSION = "1.06";
+our $VERSION = "1.07";
 our @ISA = qw( Exporter );
 our @EXPORT = qw( mkpath rmtree );
 
index 6157f57..7a2aa89 100644 (file)
@@ -1,6 +1,6 @@
 package FileCache;
 
-our $VERSION = '1.04_01';
+our $VERSION = '1.05';
 
 =head1 NAME
 
index d8807a3..0f7f380 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 require Exporter;
 
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = 1.0502;
+$VERSION = 1.0503;
 @ISA = qw(Exporter);
 @EXPORT = qw(pod2html htmlify);
 @EXPORT_OK = qw(anchorify);
index 7a880f7..3bb5d92 100644 (file)
@@ -85,7 +85,7 @@ require Exporter;
 @EXPORT = qw(gensym ungensym qualify qualify_to_ref);
 @EXPORT_OK = qw(delete_package geniosym);
 
-$VERSION = '1.05';
+$VERSION = '1.06';
 
 my $genpkg = "Symbol::";
 my $genseq = 0;
index e0b9f85..b7c938e 100644 (file)
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 sub import {
     $^H |= $utf8::hint_bits;
index b42b68a..b73d777 100644 (file)
@@ -1,6 +1,6 @@
 package FindExt;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 use strict;
 use warnings;