update Tue Jun 1 06:37:01 PDT 2010
[pkgsrc.git] / devel / p5-aliased / DESCR
1 The Perl 5 module aliased is simple in concept but is a rather
2 handy module. It loads the class you specify and exports into your
3 namespace a subroutine that returns the class name. You can explicitly
4 alias the class to another name or, if you prefer, you can do so
5 implicitly. In the latter case, the name of the subroutine is the
6 last part of the class name.