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