https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29008 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comparing version numbers is fraught with peril :(.. This error message has annoyed me too on a number of occasions. Do you realise we already have a '_version_compare' routine in Koha::Plugins::Base? Was it a deliberate choice not to use it? Also, In my own plugins, I've started to use Perl version objects for comparisons : https://metacpan.org/dist/version/view/lib/version.pod. I'm wondering if one of these approaches might be more reliable for us? -- You are receiving this mail because: You are watching all bug changes.