NAME

Acme::UNIVERSAL::cannot - Just so that Acme::LOLCat->cannot('has')

SYNOPSIS

        use Acme::UNIVERSAL::cannot;
        use Acme::LOLCat; # Should be fixed in 0.0.5 hopefully.

        Acme::LOLCat->cannot('has');
        Acme::LOLCat->can't('has');
        Acme::LOLCat->cant('has');

BLAME

ElPenguin made me do it.

Nicholas Clark suggested "->can't()"

AUTHOR

Tomas Doran (t0m), "<bobtfish at bobtfish.net>"

BUGS

Please report any bugs or feature requests to "bug-acme-universal-cannot at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-UNIVERSAL-cannot>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Copyright 2009 Tomas Doran, all rights reserved.

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