diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-20 14:35:28 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-20 14:35:28 +0200 |
commit | d2d8cee801e4ac77714b1a7e9399e290b112ddf7 (patch) | |
tree | 4295943f8c42ae774650f171685aadb155bdc891 /dist | |
parent | 81a923f452ade5c263d536ab9509f4be1fcd4e75 (diff) | |
download | perl-d2d8cee801e4ac77714b1a7e9399e290b112ddf7.tar.gz |
Bump version of Switch to 2.15 for CPAN release
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Switch/Changes | 4 | ||||
-rw-r--r-- | dist/Switch/META.yml | 2 | ||||
-rw-r--r-- | dist/Switch/README | 2 | ||||
-rw-r--r-- | dist/Switch/Switch.pm | 7 |
4 files changed, 7 insertions, 8 deletions
diff --git a/dist/Switch/Changes b/dist/Switch/Changes index e575183311..5db4743584 100644 --- a/dist/Switch/Changes +++ b/dist/Switch/Changes @@ -111,3 +111,7 @@ Revision history for Perl extension Switch. - POD nits from Frank Wiegand <frank.wiegand@gmail.com> (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 107ea6583a..b9bdd0e65e 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 4b829b04ba..cce88b2ac9 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 8e98d296b7..b9be6e7d91 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; |