From: Nicholas Clark Date: Thu, 5 May 2005 15:17:23 +0000 (+0000) Subject: Bump versions of non dual-life modules X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=612cfdf27c84f3ca36e00ec7f6925d0a5223e483;p=p5sagit%2Fp5-mst-13.2.git Bump versions of non dual-life modules p4raw-id: //depot/perl@24399 --- diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 450b0c7..f96dc06 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -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 ); diff --git a/lib/FileCache.pm b/lib/FileCache.pm index 6157f57..7a2aa89 100644 --- a/lib/FileCache.pm +++ b/lib/FileCache.pm @@ -1,6 +1,6 @@ package FileCache; -our $VERSION = '1.04_01'; +our $VERSION = '1.05'; =head1 NAME diff --git a/lib/Pod/Html.pm b/lib/Pod/Html.pm index d8807a3..0f7f380 100644 --- a/lib/Pod/Html.pm +++ b/lib/Pod/Html.pm @@ -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); diff --git a/lib/Symbol.pm b/lib/Symbol.pm index 7a880f7..3bb5d92 100644 --- a/lib/Symbol.pm +++ b/lib/Symbol.pm @@ -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; diff --git a/lib/utf8.pm b/lib/utf8.pm index e0b9f85..b7c938e 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.04'; +our $VERSION = '1.05'; sub import { $^H |= $utf8::hint_bits; diff --git a/win32/FindExt.pm b/win32/FindExt.pm index b42b68a..b73d777 100644 --- a/win32/FindExt.pm +++ b/win32/FindExt.pm @@ -1,6 +1,6 @@ package FindExt; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use strict; use warnings;