Sub-Alias
This module provides easy function aliasing, it lets you say:
alias foo => 'bar';
Instead of
sub foo; *foo = \&bar;
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
B::Hooks::Parser, Sub::Exporter
COPYRIGHT AND LICENCE
Copyright (C) 2008, Kang-min Liu
This is free software, licensed under:
The MIT (X11) License