From: Rafael Garcia-Suarez Date: Tue, 20 Oct 2009 12:35:28 +0000 (+0200) Subject: Bump version of Switch to 2.15 for CPAN release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2d8cee801e4ac77714b1a7e9399e290b112ddf7;p=p5sagit%2Fp5-mst-13.2.git Bump version of Switch to 2.15 for CPAN release --- diff --git a/dist/Switch/Changes b/dist/Switch/Changes index e575183..5db4743 100644 --- a/dist/Switch/Changes +++ b/dist/Switch/Changes @@ -111,3 +111,7 @@ Revision history for Perl extension Switch. - POD nits from Frank Wiegand (bleadperl commit 3b46207fed7bf69caa32c27c04bd239cfb64cb53) + +2.15 Tue Oct 20 2009 + - Deprecate shipping Switch.pm in the core distribution. + (Nicholas Clark) diff --git a/dist/Switch/META.yml b/dist/Switch/META.yml index 107ea65..b9bdd0e 100644 --- a/dist/Switch/META.yml +++ b/dist/Switch/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Switch -version: 2.14 +version: 2.15 abstract: ~ license: ~ author: ~ diff --git a/dist/Switch/README b/dist/Switch/README index 4b829b0..cce88b2 100644 --- a/dist/Switch/README +++ b/dist/Switch/README @@ -1,5 +1,5 @@ ============================================================================== - Release of version 2.14 of Switch + Release of version 2.15 of Switch ============================================================================== diff --git a/dist/Switch/Switch.pm b/dist/Switch/Switch.pm index 8e98d29..b9be6e7 100644 --- a/dist/Switch/Switch.pm +++ b/dist/Switch/Switch.pm @@ -6,7 +6,7 @@ use Carp; use if $] >= 5.011, 'deprecate'; -$VERSION = '2.14_01'; +$VERSION = '2.15'; # LOAD FILTERING MODULE... @@ -508,11 +508,6 @@ __END__ Switch - A switch statement for Perl -=head1 VERSION - -This document describes version 2.14 of Switch, -released Dec 29, 2008. - =head1 SYNOPSIS use Switch;