The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
types version 0.05_01
=====================

This module allows you to do strict typing for perl.
It also permits compiler optimizations, for CORE (not yet) and B::CC.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

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

DEPENDENCIES

This module requires these other modules and libraries:

 optimize 0.02
 B::Generate

COPYRIGHT AND LICENCE

Copyright (C) 2002 Arthur Bergman

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