| Package variables | General documentation | Methods |
| Package variables | Top |
| No package variables defined. |
| Included modules | Top |
| Clair::Debug |
| Data::Dumper |
| Synopsis | Top |
| Description | Top |
| Methods | Top |
| new | No description | Code |
| new | description | prev | next | Top |
sub new
{
my ($proto, %args) = @_;
my $class = ref $proto || $proto;
my $self = bless {}, $class;
$DEBUG = $args{DEBUG} || $ENV{MYDEBUG};
# overrides} |