diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-27 23:21:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-27 23:21:14 +0000 |
commit | 7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f (patch) | |
tree | 5e17b9208a8c67d3b438ac89c7bb097b62a39294 /lib | |
parent | afd0dee8f37b552b4439a98b985a329f920c6ddc (diff) | |
download | perl-7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f.tar.gz |
Upgrade to Filter::Simple 0.50 (just few doc tweaks).
p4raw-id: //depot/perl@8962
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Filter/Simple.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Filter/Simple.pm b/lib/Filter/Simple.pm index fa883e65bd..d5aa55afdf 100644 --- a/lib/Filter/Simple.pm +++ b/lib/Filter/Simple.pm @@ -2,7 +2,7 @@ package Filter::Simple; use vars qw{ $VERSION }; -$VERSION = '0.01'; +$VERSION = '0.50'; use Filter::Util::Call; use Carp; @@ -170,13 +170,13 @@ C<use BANG;> statement (until the next C<no BANG;> statement, if any): 1 ; -Given this level of complexity, it's perhaps not surprising that source -code filtering is still a mystery to most users. +This level of sophistication puts filtering out of the reach of +many programmers. =head2 A Solution -The Filter::Simple module provides a vastly simplified interface to +The Filter::Simple module provides a simplified interface to Filter::Util::Call; one that is sufficient for most common cases. Instead of the above process, with Filter::Simple the task of setting up |