The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
MSDOS::Descript version 1.04, released March 26, 2012


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



INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install



DEPENDENCIES

  Package      Minimum Version
  ------------ ---------------
  perl          5.006
  Carp          
  Tie::CPHash   
  vars

    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/dist/Tie-CPHash/
        http://search.cpan.org/dist/MSDOS-Attrib/



CHANGES
    Here's what's new in version 1.04 of MSDOS::Descript:
    (See the file "Changes" for the full revision history.)

	- localize $@ before eval
	- now built with Dist::Zilla (includes v2 META.json)
	- repository now publicly available on GitHub



COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Christopher J. Madsen.

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