Bump version of Switch to 2.15 for CPAN release
Rafael Garcia-Suarez [Tue, 20 Oct 2009 12:35:28 +0000 (14:35 +0200)]
dist/Switch/Changes
dist/Switch/META.yml
dist/Switch/README
dist/Switch/Switch.pm

index e575183..5db4743 100644 (file)
@@ -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)
index 107ea65..b9bdd0e 100644 (file)
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                Switch
-version:             2.14
+version:             2.15
 abstract:            ~
 license:             ~
 author:              ~
index 4b829b0..cce88b2 100644 (file)
@@ -1,5 +1,5 @@
 ==============================================================================
-                      Release of version 2.14 of Switch
+                      Release of version 2.15 of Switch
 ==============================================================================
 
 
index 8e98d29..b9be6e7 100644 (file)
@@ -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;