File fix-package.diff of Package perl-IRI
Index: IRI-0.004/lib/IRI.pm =================================================================== --- IRI-0.004.orig/lib/IRI.pm +++ IRI-0.004/lib/IRI.pm @@ -58,7 +58,8 @@ Returns the respective component of the =cut -package IRI { +package IRI; +{ use v5.14; use warnings; our $VERSION = '0.004';