NAME
Acme::NamespaceRoulette - automatic namespace typo handling
SYNOPSIS
use Acme::NamespaceRoulette;
# are you feeling lucky?
DESCRIPTION
This module does nothing (except for screw around with AUTOLOAD, which might well break anything that depends on that), unless a typo is made with a function name, in which case some random other thingy from the symbol table is instead called.
AUTHOR
thrig - Jeremy Mates (cpan:JMATES) <jmates at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2013,2015 by Jeremy Mates
This module is free software; you can redistribute it and/or modify it under the Artistic License (2.0).