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