Sub::Assert version 1.01 ======================== The Sub::Assert module aims at providing design-by-contract like subroutine pre- and postconditions. Furthermore, it allows restricting the subroutine's calling context. 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 Copyright (C) 2003 Steffen Mueller (assert-module at steffen-mueller dot net) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.