diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-03 12:17:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-03 12:17:30 +0000 |
commit | 55a1c97c34bea81a888ebe7db8a5607b1b7b9a39 (patch) | |
tree | aaa5e306ca29346cdaa4bb179b3d05ff90a6cfc4 /lib/Switch.pm | |
parent | efec44ca9b235a3617685a4d7c0d5b1e8d8d2fbd (diff) | |
download | perl-55a1c97c34bea81a888ebe7db8a5607b1b7b9a39.tar.gz |
Damian-o-rama: upgrade to Attribute::Handlers 0.75,
Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
Text::Balanced 1.86.
p4raw-id: //depot/perl@11842
Diffstat (limited to 'lib/Switch.pm')
-rw-r--r-- | lib/Switch.pm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Switch.pm b/lib/Switch.pm index 405d201f47..7e6e57700c 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.04'; +$VERSION = '2.05'; # LOAD FILTERING MODULE... @@ -473,8 +473,8 @@ Switch - A switch statement for Perl =head1 VERSION -This document describes version 2.04 of Switch, -released July 30, 2001. +This document describes version 2.05 of Switch, +released September 3, 2001. =head1 SYNOPSIS @@ -827,6 +827,6 @@ Bug reports and other feedback are most welcome. =head1 COPYRIGHT -Copyright (c) 1997-2000, Damian Conway. All Rights Reserved. -This module is free software; you can redistribute it and/or -modify it under the same terms as Perl itself. + Copyright (c) 1997-2001, Damian Conway. All Rights Reserved. + This module is free software. It may be used, redistributed + and/or modified under the same terms as Perl itself. |