AUTHORS
Chad Granum exodist7@gmail.com
NAME
Fennec::Util::Alias - Require packages and alias the package name.
DESCRIPTION
Load a list of modules and alias the package name to the last portion of the package name. Packages can implement an alias() method to override the behavior of the alias.
SYNOPSIS
package MyPackage;
use Fennec::Util::Alias qw/
Fennec::Output::Result
Fennec::Output::Diag
/;
Result->new();
Diag->new();
1;
MANUAL
- Fennec::Manual::Quickstart
-
The quick guide to using Fennec.
- Fennec::Manual::User
-
The extended guide to using Fennec.
- Fennec::Manual::Developer
-
The guide to developing and extending Fennec.
- Fennec::Manual
-
Documentation guide.
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 Chad Granum
Fennec is free software; Standard perl licence.
Fennec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.