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 Parse; see notes below
make test
make install

* Copyright

Copyright 2004 by Autrijus Tang <autrijus@autrijus.org>.

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