http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8491 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- The $pkg->VERSION check on module Modern::Perl itself generates the warning for older versions of this CPAN module. The latest version 1.20140107 contains this line now: return $VERSION unless defined $version; And that will resolve it. Note checking $Modern::Perl::VERSION ($pkg::VERSION) in the old situation would have been fine too. Closed. -- You are receiving this mail because: You are watching all bug changes.