Sub::Assert
===========

The Sub::Assert module aims at providing design-by-contract like
subroutine pre- and postconditions. Furthermore, it allows restricting
the subroutine's calling context.

Look for new versions of this module on CPAN or at
http://steffen-mueller.net

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install
   pray

DEPENDENCIES

This module requires these other modules and libraries:

   Carp
   Exporter
   Test::More

COPYRIGHT AND LICENCE

H
