diff options
Diffstat (limited to 'os2/OS2/ExtAttr/ExtAttr.pm')
-rw-r--r-- | os2/OS2/ExtAttr/ExtAttr.pm | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/os2/OS2/ExtAttr/ExtAttr.pm b/os2/OS2/ExtAttr/ExtAttr.pm index bebbcc963e..c49f1d4de5 100644 --- a/os2/OS2/ExtAttr/ExtAttr.pm +++ b/os2/OS2/ExtAttr/ExtAttr.pm @@ -1,21 +1,10 @@ package OS2::ExtAttr; use strict; -use vars qw($VERSION @ISA @EXPORT); +use XSLoader; -require Exporter; -require DynaLoader; - -@ISA = qw(Exporter DynaLoader); -# Items to export into callers namespace by default. Note: do not export -# names by default without a very good reason. Use EXPORT_OK instead. -# Do not simply export all your public functions/methods/constants. -@EXPORT = qw( - -); -$VERSION = '0.01'; - -bootstrap OS2::ExtAttr $VERSION; +our $VERSION = '0.02'; +XSLoader::load 'OS2::ExtAttr', $VERSION; # Preloaded methods go here. |