Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit d18d1a3

Browse files
committed
Filter-Simple: Update to 0.94
Various small documentation fixes. Swap out base.pm use for parent.pm. Remove use of deprecated \C regex feature. Filter::Simple was erroneously signalling eof if it encountered a ‘no MyFilter’ right after ‘use’: use MyFilter; no MyFilter; In this case it should simply not filter anything.
1 parent 6b80a67 commit d18d1a3

File tree

7 files changed

+18
-19
lines changed

7 files changed

+18
-19
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,6 @@ dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Si
32153215
dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests
32163216
dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests
32173217
dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests
3218-
dist/Filter-Simple/t/no.t See if Filter::Simple works
32193218
dist/I18N-LangTags/ChangeLog I18N::LangTags
32203219
dist/I18N-LangTags/lib/I18N/LangTags.pm I18N::LangTags
32213220
dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ package Maintainers;
745745
},
746746

747747
'Filter::Simple' => {
748-
'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.92.tar.gz',
748+
'DISTRIBUTION' => 'SMUELLER/Filter-Simple-0.94.tar.gz',
749749
'FILES' => q[dist/Filter-Simple],
750750
'EXCLUDED' => [
751751
qr{^demo/}
@@ -865,7 +865,7 @@ package Maintainers;
865865
},
866866

867867
'IO::Socket::IP' => {
868-
'DISTRIBUTION' => 'ATOOMIC/IO-Socket-IP-0.39.tar.gz',
868+
'DISTRIBUTION' => 'PEVANS/IO-Socket-IP-0.39.tar.gz',
869869
'FILES' => q[cpan/IO-Socket-IP],
870870
'EXCLUDED' => [
871871
qr{^examples/},

dist/Filter-Simple/lib/Filter/Simple.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Text::Balanced ':ALL';
44

55
use vars qw{ $VERSION @EXPORT };
66

7-
$VERSION = '0.93';
7+
$VERSION = '0.94';
88

99
use Filter::Util::Call;
1010
use Carp;

dist/Filter-Simple/t/no.t

Lines changed: 0 additions & 13 deletions
This file was deleted.

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14965,7 +14965,8 @@ our %delta = (
1496514965
'File::Spec::OS2' => '3.68',
1496614966
'File::Spec::Unix' => '4.68c',
1496714967
'File::Spec::VMS' => '4.68',
14968-
'File::Spec::Win32' => '4.68c',
14968+
'File::Spec::Win32' => '4.68c',
14969+
'Filter::Simple' => '0.94',
1496914970
'IO::Socket' => '1.38_01',
1497014971
'IO::Socket::INET' => '1.35_01',
1497114972
'IO::Socket::UNIX' => '1.26_01',
@@ -15131,6 +15132,7 @@ our %delta = (
1513115132
'File::Spec::Unix' => '4.68c',
1513215133
'File::Spec::VMS' => '4.68',
1513315134
'File::Spec::Win32' => '4.68c',
15135+
'Filter::Simple' => '0.94',
1513415136
'IO::Socket' => '1.38_01',
1513515137
'IO::Socket::INET' => '1.35_01',
1513615138
'IO::Socket::UNIX' => '1.26_01',

pod/perlcdelta.pod

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,17 @@ Make subdirectory names used in tests more random.
359359
Bumped version from unparsable 3.3.65, which prevented e.g.
360360
File::chdir to install.
361361

362+
=item L<Filter::Simple> 0.94
363+
364+
Various small documentation fixes.
365+
Swap out base.pm use for parent.pm.
366+
Remove use of deprecated \C regex feature.
367+
Filter::Simple was erroneously signalling eof if it encountered a
368+
‘no MyFilter’ right after ‘use’:
369+
use MyFilter;
370+
no MyFilter;
371+
In this case it should simply not filter anything.
372+
362373
=item L<IO>
363374

364375
Bump versions of 3 Socket modules.

t/porting/customized.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Math::BigInt cpan/Math-BigInt/t/upgrade.t 7c15cac7f321ca396648ec45da6389a1283e15
100100
Math::BigInt cpan/Math-BigInt/t/upgradef.t 06610e9883ce805bcd6543ab959a9826f598eb40
101101
Math::BigInt cpan/Math-BigInt/t/with_sub.t c040328e223df6f56250f5d67dcb2c9a2f23c110
102102
Memoize cpan/Memoize/t/expmod_t.t 9386100cd9c95a0e8a4e001bba3aa52eec114d21
103-
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 246f13ec4483e8a6d5669cc263a0f14f96e3d04e
103+
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 419c6a48cf3c07420d132da5fef5d46b6d68936b
104104
Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm 7ff05ce5f0b967d229b90870de806ce3fea82b22
105105
Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086
106106
Net::Domain cpan/libnet/lib/Net/Cmd.pm 70a007c38833667ad47ea8059c37c1b7d1c77b6c

0 commit comments

Comments
 (0)