summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-01-06 13:06:58 +0100
committerSteffen Mueller <smueller@cpan.org>2009-01-06 16:37:40 +0100
commit5d2559deeec19408e07ed48866b909d946c59dc6 (patch)
treeb93ca3548fff3e5d135b61b5b5ef695aad301ad9
parentcd47ef9975698dcbb686f25971d4b1622e4f93da (diff)
downloadperl-5d2559deeec19408e07ed48866b909d946c59dc6.tar.gz
Sync with Filter::Simple 0.84 which has a CPAN-relevant fix in the Makefile.PL only
-rw-r--r--lib/Filter/Simple.pm2
-rw-r--r--lib/Filter/Simple/Changes6
2 files changed, 7 insertions, 1 deletions
diff --git a/lib/Filter/Simple.pm b/lib/Filter/Simple.pm
index 2e770e861e..135a75dc6f 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 90af3d266c..8d2e3cdaec 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)
+