]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blob - Changes
This is 0.05
[perl/modules/B-RecDeparse.git] / Changes
1 Revision history for B-RecDeparse
2
3 0.05    2011-02-27 21:15 UTC
4         + Chg : perl 5.8.1 is required.
5         + Fix : [RT #63842] : Breakage on some imported subs.
6                 This was actually a problem with how undeclared subroutines
7                 or @_ were deparsed.
8                 Thanks Kent Fredric for reporting and suggesting a fix.
9         + Fix : Empty or XS subroutines won't be (wrongly) deparsed anymore.
10         + Fix : Recursive subroutines won't be deparsed more than one level.
11         + Fix : Work around Kwalitee test misfailures.
12         + Upd : Resources in META.yml.
13
14 0.04    2008-11-12 19:50 UTC
15         + Fix : Compatibility with 5.8.9.
16         + Fix : Only fool single_delim when we're coming from B::RecDeparse.
17         + Tst : Function calls in other packages.
18         + Upd : META.yml spec updated to 1.4.
19
20 0.03    2008-08-20 14:30 UTC
21         + Fix : Bug when recursing into a sub that had a gv op which wasn't
22                 associated with a rv2cv.
23
24 0.02    2008-07-28 21:30 UTC
25         + Chg : Perl 5.8 is now required.
26         + Doc : POD nits.
27         + Fix : Empty README.
28         + Fix : Building on perls with a patchlevel.
29         + Tst : Skip a few harmless failures on perls older than 5.8.7.
30
31 0.01    2008-07-28 10:35 UTC
32         First version, released on an unsuspecting world.
33