From: Rafael Garcia-Suarez Date: Mon, 29 Dec 2008 08:50:06 +0000 (+0100) Subject: Bump switch version to 2.14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01c2a33d9c8801c319aa999a05dc0d7812571930;p=p5sagit%2Fp5-mst-13.2.git Bump switch version to 2.14 --- diff --git a/lib/Switch.pm b/lib/Switch.pm index a12e6d6..709442e 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.13_01'; +$VERSION = '2.14'; # LOAD FILTERING MODULE... @@ -508,8 +508,8 @@ Switch - A switch statement for Perl =head1 VERSION -This document describes version 2.11 of Switch, -released Nov 22, 2006. +This document describes version 2.14 of Switch, +released Dec 29, 2008. =head1 SYNOPSIS @@ -873,6 +873,6 @@ use smaller source files. =head1 COPYRIGHT - Copyright (c) 1997-2006, Damian Conway. All Rights Reserved. + Copyright (c) 1997-2008, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.