The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2001-08-26

  • By 5.7.2 it seems that the pushed argument is passed in as &sv_undef rather than NULL. I wasn't testing SvOK() and was getting use of uninitialized value errors. Changed tests to use Test::More, set $!=0 whenever we report it on !ok(). Fixed test "Binmode should take us to the start of the subfile" to actually test tell(), rather than another needless seek. Fixed => to => in two of the assertions. Fixed a bug in another assertion. Looks like I'd not built against a -g perl for a while.

Modules

Perl extension to provide a PerlIO layer to pretend a subsection of a file is a whole regular file.