MSDOS::Descript 1.02
Copyright 2007 Christopher J. Madsen

DESCRIPTION

    This module provides access to 4DOS style DESCRIPT.ION files.
    It can both read and write them.

REQUIREMENTS

    You must have the Tie::CPHash module (a case-insensitive hash).

    Additionally, you should have the MSDOS::Attrib module if it's
    supported on your system (it currently works on OS/2 and Win32
    systems).  If you don't have MSDOS::Attrib, then any DESCRIPT.ION
    files modified by MSDOS::Descript will no longer be hidden files.
    This means that they will show up in directory listings.

    Both these modules are available on CPAN:

        http://search.cpan.org/~cjm/Tie-CPHash/
        http://search.cpan.org/~cjm/MSDOS-Attrib/

LICENSE

    This program is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either the
    GNU General Public License or the Artistic License for more details.
