From: Nicholas Clark Date: Fri, 13 Jan 2006 14:02:00 +0000 (+0000) Subject: More $VERSION bumps. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ca17203d327911e3fdfb4503f50cd186a82208a;p=p5sagit%2Fp5-mst-13.2.git More $VERSION bumps. p4raw-id: //depot/perl@26817 --- diff --git a/ext/PerlIO/via/via.pm b/ext/PerlIO/via/via.pm index 833c14a..a52d82a 100644 --- a/ext/PerlIO/via/via.pm +++ b/ext/PerlIO/via/via.pm @@ -1,5 +1,5 @@ package PerlIO::via; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use XSLoader (); XSLoader::load 'PerlIO::via'; 1; diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index 1c00bb3..8ecb2fe 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -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; diff --git a/lib/Switch.pm b/lib/Switch.pm index 4b1b3e2..1c130c3 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.10'; +$VERSION = '2.10_01'; # LOAD FILTERING MODULE...