NAME
all - Load all packages under a namespace
SYNOPSIS
DESCRIPTION
With the all pragma you can load multiple modules that share the same root namespace. This vastly reduces the amount of times you need to spend use'ing modules.
BUGS / FEATURES
This will remove the ability to use exported / optionally exported functions.
AUTHOR
James A. Duncan <jduncan@fotango.com>
Piotr Roszatycki <dexter@cpan.org>
LICENSE
Copyright 2003 Fotango Ltd. All Rights Reserved.
Copyright 2008 Piotr Roszatycki <dexter@cpan.org>.
This module is released under the same terms as Perl itself.