projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cd47ef9
)
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
patch
|
blob
|
blame
|
history
lib/Filter/Simple/Changes
patch
|
blob
|
blame
|
history
diff --git
a/lib/Filter/Simple.pm
b/lib/Filter/Simple.pm
index
2e770e8
..
135a75d
100644
(file)
--- 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
(file)
--- 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)
+