The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Devel::Constants version 1.00
=============================

This module helps to translate values back to named constants.  Be sure to use
it before you or any module you use uses the constant pragma.

INSTALLATION

To install this module type the following:

   $ perl Build.PL
   $ ./Build
   $ ./Build test
   # ./Build install

You can also use the Makefile.PL file, but I don't.

DEPENDENCIES

This module requires these other modules and libraries:

  constant.pm, which ships with Perl itself

COPYRIGHT AND LICENCE

This program falls under the same terms as Perl itself, a combination of the
GNU GPL and the Artistic License.  You should have received a copy of each with
Perl.

Copyright (c) 2001, 2005 chromatic, et al.