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
'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',
use vars qw{ $VERSION @EXPORT };
-$VERSION = '0.82';
+$VERSION = '0.83';
use Filter::Util::Call;
use Carp;
=head1 AUTHOR
-Damian Conway (damian@conway.org)
+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>perl5-porters@perl.orgE<gt>.
+
+Maintainer of the CPAN release is Steffen Mueller E<lt>smueller@cpan.orgE<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>damian@conway.orgE<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.
- 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.
+
+++ /dev/null
-==============================================================================
- Release of version 0.78 of Filter::Simple
-==============================================================================
-
-
-NAME
- Filter::Simple - Simplified source filtering
-
-SYNOPSIS
- # in MyFilter.pm:
-
- package MyFilter;
-
- use Filter::Simple;
-
- FILTER { ... };
-
- # or just:
- #
- # use Filter::Simple sub { ... };
-
-
- # in user's code:
-
- use MyFilter;
-
- # this is filtered
-
- no MyFilter;
-
- # this is not
-
-
-DESCRIPTION
- The Filter::Simple module provides a simplified interface to
- Filter::Util::Call; one that is sufficient for most common cases.
-
-AUTHOR
- Damian Conway (damian@conway.org)
-
-COPYRIGHT
- Copyright (c) 2000-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.
-
-
-==============================================================================
-
-CHANGES IN VERSION 0.78
-
-
- - Re-corified test modules in line with Jarkko's new scheme
-
- - Various POD nits unknitted (thanks Autrijus)
-
- - Added the missing DotsForArrows.pm demo file (thanks Autrijus)
-
- - Added support for Perl 5.005
-
- - added prereq for Text::Balanced in Makefile.PL
-
- - Added note about use of /m flag when using ^ or $ in filter regexes
-
-
-==============================================================================
-
-AVAILABILITY
-
-Filter::Simple has been uploaded to the CPAN
-and is also available from:
-
- http://www.csse.monash.edu.au/~damian/CPAN/Filter-Simple.tar.gz
-
-==============================================================================