Revision history for indirect
+0.04 2008-08-30 19:00 UTC
+ + Fix : Clean up the op->src hash when we're done with an entersub.
+ + Tst : No longer fork for testing. IPC::Cmd isn't required anymore.
+
0.03 2008-08-12 15:25 UTC
This release is kindly supported by Copenhagen Hotel Centrum WiFi.
+ Fix : Tests used not to pass PERL5OPTS to their kids. This lead to
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
no indirect;
XSLoader (standard since perl 5.006).
- Tests require IPC::Cmd (standard since 5.9.5).
-
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
perldoc indirect
+ Tests code coverage report is available at
+ <http://www.profvince.com/perl/cover/indirect>.
+
ACKNOWLEDGEMENTS
Bram, for motivation and advices.