- 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)
--- #YAML:1.0
name: Switch
-version: 2.14
+version: 2.15
abstract: ~
license: ~
author: ~
==============================================================================
- Release of version 2.14 of Switch
+ Release of version 2.15 of Switch
==============================================================================
use if $] >= 5.011, 'deprecate';
-$VERSION = '2.14_01';
+$VERSION = '2.15';
# LOAD FILTERING MODULE...
Switch - A switch statement for Perl
-=head1 VERSION
-
-This document describes version 2.14 of Switch,
-released Dec 29, 2008.
-
=head1 SYNOPSIS
use Switch;