From e638271f3c791115eac463e961fd3a08b5b2d9fe Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 10 Oct 2009 16:41:17 +0000 Subject: [PATCH] 2.35 - 'make test' failed under perl 5.5 because some prequisite modules were not found. So now I added all requirements to Makefile.PL, even if those modules are part of recent perls (beginning with 5.6). I could have also added a 'use 5.6' to the code but this would users of perl5 exclude. This way they have the possibility to fix their installation. Hopefully. No code changes otherwise. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@61 be1acefe-a474-0410-9a34-9b3221f2030f --- Changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog b/Changelog index 265e1f8..0328ca4 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,15 @@ + 2.35 + - 'make test' failed under perl 5.5 because some prequisite + modules were not found. So now I added all requirements + to Makefile.PL, even if those modules are part of + recent perls (beginning with 5.6). I could have also + added a 'use 5.6' to the code but this would users + of perl5 exclude. This way they have the possibility + to fix their installation. Hopefully. + + No code changes otherwise. + + 2.34 - fixed rt.cpan.org#27271 - removed output file from manifest.