[Koha-bugs] [Bug 7368] General staff client typo omnibus

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 23 11:14:23 CEST 2012


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

--- Comment #44 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list