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