Fix "Attempt to call undefined import method with arguments ..." warning Quoting a version number means the parameter gets passed to import() instead of to VERSION(), and in 5.39.1 perl dies if an argument is passed to a missing import() as in this case. (demerphq in GH)