NetHack::Monster::Spoiler 0.01

NetHack::Monster::Spoiler is a set of machine-readable monster
spoilers for NetHack, intended for use in bots.  All fields except
pxlth are encoded, and most of the compound accessors from mondata.c
and mondata.h.

MAJOR CHANGES
   0.01: first version

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc
command.

   perldoc NetHack::FOV

You can also look for information at:

   Search CPAN
       http://search.cpan.org/dist/NetHack-FOV

   CPAN Request Tracker:
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=NetHack-FOV

   AnnoCPAN, annotated CPAN documentation:
       http://annocpan.org/dist/NetHack-FOV

   CPAN Ratings:
       http://cpanratings.perl.org/d/NetHack-FOV

COPYRIGHT AND LICENSE

Copyright (C) 2008 Stefan O'Rear

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