NAME

Devel::TypeCheck::Sym2type - abstract parent to symbol table types.

SYNOPSIS

Devel::TypeCheck::Type is an abstract class and should not be instantiated directly. This defines the interface for symbol table types, for keeping track of types in a symbol table.

DESCRIPTION

get

Retrieve a glob from the global table.

symbols

The list of all symbols tracked in this table.

del

Remove a glob from the global table. Used in an ad-hoc fashion to localize *_ in functions.

AUTHOR

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

BUGS

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 & LICENSE

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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 57:

'=item' outside of any '=over'

Around line 68:

You forgot a '=back' before '=head1'