This is the README file for Parse::AFP, a module for parsing
IBM's AFP (Advanced Function Printiner) files.

Please type "perldoc Parse::AFP" after installation to see
the module usage information.

* Installation

Parse::AFP uses the standard perl module install process:

   cpansign -v         # optional; see SIGNATURE for details
   perl Makefile.PL
   make                        # or 'nmake' on Win32; see notes below
   make test
   make install

* Copyright

Copyright 2004, 2005 by Autrijus Tang <[email protected]>.

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