diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-28 19:52:44 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-28 19:52:44 +0100 |
commit | b62fb10ea98565ce5572416500e1e3517cb17d33 (patch) | |
tree | a64e80cae2c2076db3ac8b67528df71c83c7fd76 /lib | |
parent | fc0bcb62b85d01e88e3b64c381528a3ea82ead30 (diff) | |
download | perl-b62fb10ea98565ce5572416500e1e3517cb17d33.tar.gz |
Let us direct Switch questions to P5P.
I still can release versions of Switch to CPAN, but I prefer
to consider the blead version canonical.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Switch.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Switch.pm b/lib/Switch.pm index cf48bab49c..cc2f0dbb80 100644 --- a/lib/Switch.pm +++ b/lib/Switch.pm @@ -4,7 +4,7 @@ use strict; use vars qw($VERSION); use Carp; -$VERSION = '2.13'; +$VERSION = '2.13_01'; # LOAD FILTERING MODULE... @@ -850,8 +850,9 @@ and requires both these modules to be installed. =head1 AUTHOR -Damian Conway (damian@conway.org). The maintainer of this module is now Rafael -Garcia-Suarez (rgarciasuarez@gmail.com). +Damian Conway (damian@conway.org). This module is now maintained by Rafael +Garcia-Suarez (rgarciasuarez@gmail.com) and more generally by the Perl 5 +Porters (perl5-porters@perl.org), as part of the Perl core. =head1 BUGS |