From: Steffen Mueller Date: Tue, 6 Jan 2009 12:06:58 +0000 (+0100) Subject: Sync with Filter::Simple 0.84 which has a CPAN-relevant fix in the Makefile.PL only X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d2559deeec19408e07ed48866b909d946c59dc6;p=p5sagit%2Fp5-mst-13.2.git Sync with Filter::Simple 0.84 which has a CPAN-relevant fix in the Makefile.PL only --- diff --git a/lib/Filter/Simple.pm b/lib/Filter/Simple.pm index 2e770e8..135a75d 100644 --- a/lib/Filter/Simple.pm +++ b/lib/Filter/Simple.pm @@ -4,7 +4,7 @@ use Text::Balanced ':ALL'; use vars qw{ $VERSION @EXPORT }; -$VERSION = '0.83'; +$VERSION = '0.84'; use Filter::Util::Call; use Carp; diff --git a/lib/Filter/Simple/Changes b/lib/Filter/Simple/Changes index 90af3d2..8d2e3cd 100644 --- a/lib/Filter/Simple/Changes +++ b/lib/Filter/Simple/Changes @@ -112,3 +112,9 @@ Revision history for Perl extension Filter::Simple - Updated contact details: Maintained by the Perl5-Porters. - Some tiny distribution fixes. + +0.84 Tue Jan 6 12:58:12 CET 2009 + + - Explicit dependency on Text::Balanced 1.97 because that fixed + a problem with HERE-docs. (RT #27326) +