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