Change 34505 by [EMAIL PROTECTED] on 2008/10/18 17:39:33

        Damian has transferred Filter::Simple to p5p. Bump its version to 0.83
        with the new contact details, and remove the out-of-date README from
        core.

Affected files ...

... //depot/perl/MANIFEST#1736 edit
... //depot/perl/Porting/Maintainers.pl#118 edit
... //depot/perl/lib/Filter/Simple.pm#15 edit
... //depot/perl/lib/Filter/Simple/Changes#6 edit
... //depot/perl/lib/Filter/Simple/README#5 delete

Differences ...

==== //depot/perl/MANIFEST#1736 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#1735~34490~   2008-10-15 11:23:56.000000000 -0700
+++ perl/MANIFEST       2008-10-18 10:39:33.000000000 -0700
@@ -2126,7 +2126,6 @@
 lib/filetest.t                 See if filetest works
 lib/Filter/Simple/Changes      Filter::Simple
 lib/Filter/Simple.pm           Simple frontend to Filter::Util::Call
-lib/Filter/Simple/README       Filter::Simple
 lib/Filter/Simple/t/data.t     See if Filter::Simple works
 lib/Filter/Simple/t/export.t   See if Filter::Simple works
 lib/Filter/Simple/t/filter_only.t      See if Filter::Simple works

==== //depot/perl/Porting/Maintainers.pl#118 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#117~34231~      2008-08-26 07:12:49.000000000 
-0700
+++ perl/Porting/Maintainers.pl 2008-10-18 10:39:33.000000000 -0700
@@ -403,14 +403,6 @@
                'CPAN'          => 1,
                },
 
-       'Filter::Simple' =>
-               {
-               'MAINTAINER'    => 'dconway',
-               'FILES'         => q[lib/Filter/Simple.pm lib/Filter/Simple
-                                    t/lib/Filter/Simple],
-               'CPAN'          => 1,
-               },
-
        'Filter::Util::Call' =>
                {
                'MAINTAINER'    => 'pmqs',

==== //depot/perl/lib/Filter/Simple.pm#15 (text) ====
Index: perl/lib/Filter/Simple.pm
--- perl/lib/Filter/Simple.pm#14~25261~ 2005-08-02 03:39:51.000000000 -0700
+++ perl/lib/Filter/Simple.pm   2008-10-18 10:39:33.000000000 -0700
@@ -4,7 +4,7 @@
 
 use vars qw{ $VERSION @EXPORT };
 
-$VERSION = '0.82';
+$VERSION = '0.83';
 
 use Filter::Util::Call;
 use Carp;
@@ -774,10 +774,24 @@
 
 =head1 AUTHOR
 
-Damian Conway ([EMAIL PROTECTED])
+Damian Conway
 
-=head1 COPYRIGHT
+=head1 CONTACT
 
-    Copyright (c) 2000-2001, Damian Conway. All Rights Reserved.
+Filter::Simple is now maintained by the Perl5-Porters.
+Please submit bug via the C<perlbug> tool that comes with your perl.
+For usage instructions, read C<perldoc perlbug> or possibly C<man perlbug>.
+For mostly anything else, please contact E<lt>[EMAIL PROTECTED]<gt>.
+
+Maintainer of the CPAN release is Steffen Mueller E<lt>[EMAIL PROTECTED]<gt>.
+Contact him with technical difficulties with respect to the packaging of the
+CPAN module.
+
+Praise of the module, flowers, and presents still go to the author,
+Damian Conway E<lt>[EMAIL PROTECTED]<gt>.
+
+=head1 COPYRIGHT AND LICENSE
+
+    Copyright (c) 2000-2008, 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.

==== //depot/perl/lib/Filter/Simple/Changes#6 (text) ====
Index: perl/lib/Filter/Simple/Changes
--- perl/lib/Filter/Simple/Changes#5~24990~     2005-06-27 06:46:25.000000000 
-0700
+++ perl/lib/Filter/Simple/Changes      2008-10-18 10:39:33.000000000 -0700
@@ -105,3 +105,10 @@
     - Fixed INSTALLDIRS=>perl in Makefile.PL (thanks all)
 
     - Fixed other problems caused by de-schwernification
+
+
+0.83    Sat Oct 18 18:51:51 CET 2008
+    
+    - Updated contact details: Maintained by the Perl5-Porters.
+    - Some tiny distribution fixes.
+
End of Patch.

Reply via email to