This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorNicholas Clark <nick@ccl4.org>
Fri, 13 Jan 2006 14:46:10 +0000 (14:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 13 Jan 2006 14:46:10 +0000 (14:46 +0000)
[ 26804]
Bump $VERSION in many modules that have changed.

(just the warnings parts)

[ 26817]
More $VERSION bumps.
p4raw-link: @26817 on //depot/perl: 4ca17203d327911e3fdfb4503f50cd186a82208a
p4raw-link: @26804 on //depot/perl: 98225a64488c895097b3ce3f7ac9c94f464be86b

p4raw-id: //depot/maint-5.8/perl@26818
p4raw-integrated: from //depot/perl@26811 'copy in'
ext/PerlIO/via/via.pm (@20614..) lib/Attribute/Handlers.pm
lib/Switch.pm (@25261..) 'edit in' lib/warnings.pm warnings.pl
(@25888..)

ext/PerlIO/via/via.pm
lib/Attribute/Handlers.pm
lib/Switch.pm
lib/warnings.pm
warnings.pl

index 833c14a..a52d82a 100644 (file)
@@ -1,5 +1,5 @@
 package PerlIO::via;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 use XSLoader ();
 XSLoader::load 'PerlIO::via';
 1;
index 1c00bb3..8ecb2fe 100644 (file)
@@ -2,7 +2,7 @@ package Attribute::Handlers;
 use 5.006;
 use Carp;
 use warnings;
-$VERSION = '0.78_01';
+$VERSION = '0.78_02';
 # $DB::single=1;
 
 my %symcache;
index 4b1b3e2..1c130c3 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION);
 use Carp;
 
-$VERSION = '2.10';
+$VERSION = '2.10_01';
 
 
 # LOAD FILTERING MODULE...
index e97f11c..e43b686 100644 (file)
@@ -6,7 +6,7 @@
 
 package warnings;
 
-our $VERSION = '1.03';
+our $VERSION = '1.05';
 
 =head1 NAME
 
index 1976b1f..6cafcc1 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-$VERSION = '1.02_01';
+$VERSION = '1.02_02';
 
 BEGIN {
   push @INC, './lib';
@@ -431,7 +431,7 @@ __END__
 
 package warnings;
 
-our $VERSION = '1.03';
+our $VERSION = '1.05';
 
 =head1 NAME