This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
e733a72c1b833c498e01eed057658398408a42be
[perl5.git] / ext / PerlIO / Scalar / Scalar.pm
1 package PerlIO::Scalar;
2 our $VERSION = '0.01';
3 use XSLoader ();
4 XSLoader::load 'PerlIO::Scalar';
5 1;
6 __END__