summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-05 15:17:23 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-05 15:17:23 +0000
commit612cfdf27c84f3ca36e00ec7f6925d0a5223e483 (patch)
tree730bc58e1d2947be324163eb213b870f2331830d
parent6e0c49021edba9e9721445f9290f9128c314b9de (diff)
downloadperl-612cfdf27c84f3ca36e00ec7f6925d0a5223e483.tar.gz
Bump versions of non dual-life modules
p4raw-id: //depot/perl@24399
-rw-r--r--lib/File/Path.pm2
-rw-r--r--lib/FileCache.pm2
-rw-r--r--lib/Pod/Html.pm2
-rw-r--r--lib/Symbol.pm2
-rw-r--r--lib/utf8.pm2
-rw-r--r--win32/FindExt.pm2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/File/Path.pm b/lib/File/Path.pm
index 450b0c705e..f96dc06d8f 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 6157f57cb0..7a2aa89df6 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 d8807a3910..0f7f380a7b 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 7a880f7aac..3bb5d9240c 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 e0b9f85b26..b7c938e17e 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 b42b68a9e9..b73d777d03 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;