http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7368

--- Comment #44 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to