Subject: | XML::Compile is compatible with Log::Report version before 0.991 |
I'm running XML::Compile with Log::Report 0.94 and all tests are
passing. Maybe it will be a good idea apply the following PATCH to
correct that:
<diff>
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,7 +10,7 @@
{ XML::LibXML => 1.94
, XML::Compile::Tester => 0.90
, IO => 1.22
- , Log::Report => 0.991
+ , Log::Report => 0.94
, Math::BigInt => 1.77
, Math::BigRat => 0.10
</diff>
-------------------------
$ perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for
x86_64-linux-gnu-thread-multi
$ uname -a
Linux molly.neuromancer 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64
GNU/Linux