Acme::landmine - variables that explode


NAME

Acme::landmine - variables that explode


SYNOPSIS

  use Acme::landmine; 
  tie my $bomb, Acme::landmine => "Try serializing this!";
  tie my @bomb, Acme::landmine => "Try serializing this!";
  tie my %bomb, Acme::landmine => "Try serializing this!";


ABSTRACT

  variables that explode


DESCRIPTION

 a tie interface that C<confess>es.  This is useful
 for creating out-of-bounds markers when modeling data structures.
 DESTROY is not mined, but everything else is.

EXPORT

None.


COPYRIGHT AND LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Acme::landmine - variables that explode