NAME
HISTORY - release history for Alias
DESCRIPTION
- 2.2
-
Two new options
$KeyFilter
, and$AttrPrefix
added for controlling which hash entries are aliased byattr
. This offers one way to avoiduse vars
when usinguse strict 'vars';
.Documentation, testsuite additions.
- 2.1
-
attr
now returns the passed value.We
require 5.002
.attr
is now prototyped to ($).*a = \*b work around has been removed (fixed in 5.002)
"private" methods are now supported.
Documentation, testsuite additions.
- 2.0
-
Added implicit localization for
attr
via XS code. - 1.3
-
Added
attr
(unreleased). - 1.2
-
Bugfix in the while loop, and other cleanup. Thanks to Ian Phillips <ian@pipex.net>.
- 1.1
-
Added named closures to pod.
- 1.0
-
Released to perl5-porters@nicoh.com.