This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PerlIO::Via layer (alpha-ish).
[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__