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

NAME

t/perl/Parrot_IO.t - Parrot::IO unit tests

SYNOPSIS

    % prove t/perl/Parrot_IO.t

DESCRIPTION

These tests cover the basic functionality of Parrot::IO::File and Parrot::IO::Directory: directory contents, file read/write/append, modification times, and relative paths.

There are also a few test for Parrot::IO::Path, the abstract superclass for these two modules, which cover "tmp" paths, and name and suffix recognition.

When one or more of the Parrot::IO modules is modified, run the tests to ensure nothing is broken.