From: Nicholas Clark Date: Thu, 1 Jul 2004 10:14:03 +0000 (+0000) Subject: Bump version numbers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ff270adde2ed532b630356e4973f5a74e6152498;p=p5sagit%2Fp5-mst-13.2.git Bump version numbers p4raw-id: //depot/perl@23019 --- diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index 2aa3a1d..f69754c 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -56,7 +56,7 @@ use XSLoader (); ) ], ); -$VERSION = '1.02'; +$VERSION = '1.03'; sub import { require Exporter; diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index b80b86f..dd36fbf 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -18,7 +18,7 @@ our @EXPORT = qw( print_double print_int print_long mxpushp mxpushn mxpushi mxpushu ); -our $VERSION = '0.03'; +our $VERSION = '0.04'; bootstrap XS::APItest $VERSION; diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm index 56b0c01..a355f49 100755 --- a/ext/threads/threads.pm +++ b/ext/threads/threads.pm @@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = qw( async ); -our $VERSION = '1.03'; +our $VERSION = '1.04'; # || 0 to ensure compatibility with previous versions diff --git a/lib/Carp.pm b/lib/Carp.pm index b09efd4..22f7daf 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,6 +1,6 @@ package Carp; -our $VERSION = '1.02'; +our $VERSION = '1.03'; =head1 NAME diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index 9311fd4..a43a6c6 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -24,7 +24,7 @@ sub mv; # package has not yet been updated to work with Perl 5.004, and so it # would be a Bad Thing for the CPAN module to grab it and replace this # module. Therefore, we set this module's version higher than 2.0. -$VERSION = '2.07'; +$VERSION = '2.08'; require Exporter; @ISA = qw(Exporter); diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index cca28bf..bb1e7be 100644 --- a/lib/Text/ParseWords.pm +++ b/lib/Text/ParseWords.pm @@ -1,7 +1,7 @@ package Text::ParseWords; use vars qw($VERSION @ISA @EXPORT $PERL_SINGLE_QUOTE); -$VERSION = "3.23"; +$VERSION = "3.24"; require 5.000; diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index ec5e166..00677f9 100644 --- a/lib/Text/Wrap.pm +++ b/lib/Text/Wrap.pm @@ -6,7 +6,7 @@ require Exporter; @EXPORT = qw(wrap fill); @EXPORT_OK = qw($columns $break $huge); -$VERSION = 2001.09291; +$VERSION = 2001.09292; use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop $separator); diff --git a/lib/autouse.pm b/lib/autouse.pm index a5efaac..85db01f 100644 --- a/lib/autouse.pm +++ b/lib/autouse.pm @@ -3,7 +3,7 @@ package autouse; #use strict; # debugging only use 5.003_90; # ->can, for my $var -$autouse::VERSION = '1.03'; +$autouse::VERSION = '1.04'; $autouse::DEBUG ||= 0; diff --git a/lib/charnames.pm b/lib/charnames.pm index f0a4446..f895d37 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Carp; use File::Spec; -our $VERSION = '1.03'; +our $VERSION = '1.04'; use bytes (); # for $bytes::hint_bits $charnames::hint_bits = 0x20000; # HINT_LOCALIZE_HH diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 26ff013..ec58bb1 100755 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -168,7 +168,7 @@ use strict; use 5.006; use Carp; -our $VERSION = 1.12; +our $VERSION = 1.13; our $DEBUG; our $VERBOSE; our $PRETTY; diff --git a/lib/utf8.pm b/lib/utf8.pm index 0b57d6d..817a61c 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.03'; +our $VERSION = '1.04'; sub import { $^H |= $utf8::hint_bits;