diff options
-rw-r--r-- | ext/File/Glob/Glob.pm | 2 | ||||
-rw-r--r-- | ext/XS/APItest/APItest.pm | 2 | ||||
-rwxr-xr-x | ext/threads/threads.pm | 2 | ||||
-rw-r--r-- | lib/Carp.pm | 2 | ||||
-rw-r--r-- | lib/File/Copy.pm | 2 | ||||
-rw-r--r-- | lib/Text/ParseWords.pm | 2 | ||||
-rw-r--r-- | lib/Text/Wrap.pm | 2 | ||||
-rw-r--r-- | lib/autouse.pm | 2 | ||||
-rw-r--r-- | lib/charnames.pm | 2 | ||||
-rwxr-xr-x | lib/diagnostics.pm | 2 | ||||
-rw-r--r-- | lib/utf8.pm | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index 2aa3a1db37..f69754c09b 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 b80b86f120..dd36fbf2af 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 56b0c01d13..a355f49fbe 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 b09efd43cb..22f7daf941 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 9311fd4aa7..a43a6c6c8a 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 cca28bff66..bb1e7be87b 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 ec5e166d28..00677f900b 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 a5efaaca7f..85db01fa90 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 f0a4446b4d..f895d37967 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 26ff013bd6..ec58bb19a9 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 0b57d6d968..817a61ccbd 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; |