Sync with Filter::Simple 0.84 which has a CPAN-relevant fix in the Makefile.PL only
Steffen Mueller [Tue, 6 Jan 2009 12:06:58 +0000 (13:06 +0100)]
lib/Filter/Simple.pm
lib/Filter/Simple/Changes

index 2e770e8..135a75d 100644 (file)
@@ -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;
index 90af3d2..8d2e3cd 100644 (file)
@@ -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)
+