Revision history for indirect
+0.21 2010-05-31 23:10 UTC
+ + Chg : perl 5.8.1 is now required (instead of 5.8.0).
+ + Fix : [RT #57699] : indirect fail with 64-bit int on 5.13.1.
+ It was actually a problem with thread destructors segfaulting
+ because they weren't called at the right time anymore.
+ Thanks Andrew Main for reporting.
+ + Tst : A few more regression tests about the scope leak bug.
+
0.20 2010-04-18 21:25 UTC
+ Fix : [RT #50570] : "indirect" leaking into LWP.
Thanks Andrew Main for reporting.
--- #YAML:1.0
name: indirect
-version: 0.20
+version: 0.21
abstract: Lexically warn about using the indirect object syntax.
author:
- Vincent Pit <perl@profvince.com>
Test::More: 0
XSLoader: 0
requires:
- perl: 5.008
+ perl: 5.008001
XSLoader: 0
resources:
bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=indirect
indirect - Lexically warn about using the indirect object syntax.
VERSION
- Version 0.20
+ Version 0.21
SYNOPSIS
# In a script
Hence "my $x = new Class if 0" will be caught.
DEPENDENCIES
- perl 5.8.
+ perl 5.8.1.
XSLoader (standard since perl 5.006).