Revision history for Perl extension Hook::LexWrap.
0.01 Mon Sep 17 21:23:33 EST 2001
- original version; created by h2xs 1.18
0.10 Thu Sep 20 11:22:11 2001
- Doc tweak (domo Tatsuhiko-san!)
- Fixed bug with self-destructing destructor destructing too late
(thanks Garrett)
- Rebuilt entire implementation with features missing for previous
release, all based on a cunning idea by Michael Schwern
(thanks Michael)
- Added return value access in pre- and post-wrappers
- Added pre-emption of original if pre-wrapper changes
return value
- Added two demos
0.20 Mon Oct 1 16:51:00 2001
- Fixed various problems in handling C<wantarray> (thanks Marcel)
- Fixed C<caller> (thanks everyone)
0.21 Nov 6 2008
- Added 'See also: Sub::Prepend'
- Makefile.PL rewritten
- support of 5.6+ only made explicit
- Moved tests to t/. Silenced warnings.
- Added pod.t
0.22 Dec 18 2008
- use strict; use warnings;
- Added prototype for caller
- silenced warnings about sub replacements
0.23 Jul 26 2010
- Add Build.PL
- better support for debugger
0.24 Sep 24 2010
- Makefile.PL fixed
- New test added