https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29008
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #6 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
