Revision history for Perl extension Scalar::Alias
0.06 Mon Jun 15 22:48:11 2009
- update ppport.h to 3.19
- use PERL_UNUSED_ARG instead of PERL_UNUSED_VAR
0.05 Sat Jun 6 08:36:51 2009
- internal cleanup
0.04 Tue May 26 08:06:54 2009
- fix an issue about list alias with common vars (OPpASSIGN_COMMON)
- add an exception about "our alias $foo"
- fix the name in META.yml and README
0.03 Mon May 25 13:21:33 2009
- implement list alias syntax:
- my alias($x, $y) = @_
- (my $x, my alias $y) = @_
0.02 Wed May 20 18:19:39 2009
- renamed from Lexical::Alias
0.01 Wed May 20 08:12:40 2009
- original version; created by Module::Setup