
Devel::TypeCheck::Util - Exports utility functions to other TypeCheck modules.

use Devel::TypeCheck::Util;

Return whether or not verbose mode is enabled.
Turn verbose mode on or off,
depending on the value of <$status>
If verbosity is on, print out the messages to STDOUT. Otherwise, do nothing.
Like verbose(), but without a carriage return.
Helper functions to signify that we are using scalars to store boolean values.
Called from abstract methods to indicate an error

Gary Jackson,
<bargle at umiacs.umd.edu>

This version is specific to Perl 5.8.1. It may work with other versions that have the same opcode list and structure, but this is entirely untested. It definitely will not work if those parameters change.
Please report any bugs or feature requests to bug-devel-typecheck at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Devel-TypeCheck.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

Copyright 2005 Gary Jackson, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.