In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d2d8cee801e4ac77714b1a7e9399e290b112ddf7?hp=81a923f452ade5c263d536ab9509f4be1fcd4e75>

- Log -----------------------------------------------------------------
commit d2d8cee801e4ac77714b1a7e9399e290b112ddf7
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Tue Oct 20 14:35:28 2009 +0200

    Bump version of Switch to 2.15 for CPAN release
-----------------------------------------------------------------------

Summary of changes:
 dist/Switch/Changes   |    4 ++++
 dist/Switch/META.yml  |    2 +-
 dist/Switch/README    |    2 +-
 dist/Switch/Switch.pm |    7 +------
 4 files changed, 7 insertions(+), 8 deletions(-)

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 <[email protected]>
          (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;

--
Perl5 Master Repository

Reply via email to