23 Jul
2012
23 Jul
'12
10:14 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368 --- Comment #44 from Jonathan Druart <jonathan.druart@biblibre.com> --- It seems it is caused by the version of Modern::Perl: $pmvers Modern::Perl 1.03 My Modern/Perl.pm contains our $VERSION = '1.03'; Whereas a new version of this module contains: Modern::Perl::VERSION { my ($self, $version) = @_; return $VERSION if $version < 2009; $wanted_date = $version if (caller(1))[3] =~ /::BEGIN/; return 2012; } Actually, I don't know how we can fix that. -- You are receiving this mail because: You are watching all bug changes.