diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/attributes.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/attributes.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/attributes.pm b/Master/tlpkg/tlperl/lib/attributes.pm index c117bef2003..178a126329a 100644 --- a/Master/tlpkg/tlperl/lib/attributes.pm +++ b/Master/tlpkg/tlperl/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.12; +our $VERSION = 0.14; @EXPORT_OK = qw(get reftype); @EXPORT = (); @@ -98,7 +98,7 @@ sub get ($) { sub require_version { goto &UNIVERSAL::VERSION } require XSLoader; -XSLoader::load('attributes', $VERSION); +XSLoader::load(); 1; __END__ |