mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
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
This commit is contained in:
12
Changelog
12
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.
|
||||
|
||||
Reference in New Issue
Block a user