diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL index f428472c7c..fe2cf5e065 100644 --- a/ext/DynaLoader/DynaLoader_pm.PL +++ b/ext/DynaLoader/DynaLoader_pm.PL @@ -90,7 +90,7 @@ package DynaLoader; # Tim.Bunce@ig.co.uk, August 1994 BEGIN { - our $VERSION = '1.54'; + our $VERSION = '1.55'; } # Note: in almost any other piece of code "our" would have been a better diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 1b7fa0bf22..3e7ed04772 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Carp; -our $VERSION = '1.34'; +our $VERSION = '1.35'; require XSLoader; diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index 313763c6ac..6831269f1c 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.35; +our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = ();