summaryrefslogtreecommitdiff
path: root/ext/Win32CORE/Win32CORE.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Win32CORE/Win32CORE.pm')
-rw-r--r--ext/Win32CORE/Win32CORE.pm13
1 files changed, 5 insertions, 8 deletions
diff --git a/ext/Win32CORE/Win32CORE.pm b/ext/Win32CORE/Win32CORE.pm
index dd322fd6d2..0e5d20bb90 100644
--- a/ext/Win32CORE/Win32CORE.pm
+++ b/ext/Win32CORE/Win32CORE.pm
@@ -1,17 +1,14 @@
package Win32CORE;
-$VERSION = '0.01';
+$VERSION = '0.02';
-use strict;
-use warnings;
-use vars qw($VERSION @ISA);
-use base qw(Exporter DynaLoader);
-no warnings "redefine";
-
-bootstrap Win32CORE $VERSION;
+# There is no reason to load this module explicitly. It will be
+# initialized using xs_init() when the interpreter is constructed.
1;
+
__END__
+
=head1 NAME
Win32CORE - Win32 CORE function stubs