From: Rafael Garcia-Suarez Date: Sun, 28 Dec 2008 18:52:44 +0000 (+0100) Subject: Let us direct Switch questions to P5P. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b62fb10ea98565ce5572416500e1e3517cb17d33;p=p5sagit%2Fp5-mst-13.2.git 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. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 46cc376..2975913 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -944,7 +944,7 @@ package Maintainers; 'MAINTAINER' => 'rgarcia', 'FILES' => q[lib/Switch.pm lib/Switch], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => "blead", }, 'Sys::Syslog' => diff --git a/lib/Switch.pm b/lib/Switch.pm index cf48bab..cc2f0db 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