Revision history for subs-auto
+0.03 2008-09-05 20:10 UTC
+ + Chg : The hint hash slot used is now 'subs__auto'.
+ + Tst : More of them.
+
0.02 2008-08-28 14:50 UTC
+ Add : The 'in' parameter.
+ Fix : Add exceptions for __FILE__, __LINE__ and DATA.
subs::auto - Read barewords as subroutine names.
VERSION
- Version 0.02
+ Version 0.03
SYNOPSIS
{
* "in => $pkg"
- Specifies on which package the pragma should act. Defaults to the
+ Specifies on which package the pragma should act. Setting $pkg to
+ "Some::Package" allows you to resolve all functions name of the type
+ "Some::Package::func ..." in the current scope. You can use the
+ pragma several times with different package names to allow
+ resolution of all the corresponding barewords. Defaults to the
current package.
EXPORT