Let us direct Switch questions to P5P.
Rafael Garcia-Suarez [Sun, 28 Dec 2008 18:52:44 +0000 (19:52 +0100)]
I still can release versions of Switch to CPAN, but I prefer
to consider the blead version canonical.

Porting/Maintainers.pl
lib/Switch.pm

index 46cc376..2975913 100644 (file)
@@ -944,7 +944,7 @@ package Maintainers;
                'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Switch.pm lib/Switch],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => "blead",
                },
 
        'Sys::Syslog' =>
index cf48bab..cc2f0db 100644 (file)
@@ -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