summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar/scalar.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/PerlIO-scalar/scalar.pm')
-rw-r--r--ext/PerlIO-scalar/scalar.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/PerlIO-scalar/scalar.pm b/ext/PerlIO-scalar/scalar.pm
index 7fe1f5009f..66fe66e2e6 100644
--- a/ext/PerlIO-scalar/scalar.pm
+++ b/ext/PerlIO-scalar/scalar.pm
@@ -1,7 +1,7 @@
package PerlIO::scalar;
-our $VERSION = '0.09';
-use XSLoader ();
-XSLoader::load 'PerlIO::scalar';
+our $VERSION = '0.10';
+require XSLoader;
+XSLoader::load();
1;
__END__