From: Jarkko Hietaniemi Date: Tue, 27 Feb 2001 23:21:14 +0000 (+0000) Subject: Upgrade to Filter::Simple 0.50 (just few doc tweaks). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7bf0340c2f81061e7011d0e09fe7cf3e5dd6300f;p=p5sagit%2Fp5-mst-13.2.git Upgrade to Filter::Simple 0.50 (just few doc tweaks). p4raw-id: //depot/perl@8962 --- diff --git a/lib/Filter/Simple.pm b/lib/Filter/Simple.pm index fa883e6..d5aa55af 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 statement (until the next C 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