File: Changes

package info (click to toggle)
libsub-wrappackages-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • sloc: perl: 632; sh: 3; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2017-10-25   2.01  Bugfixes for wrapping Foo::* - don't wrap FooBar,
                     only Foo::Bar and friends;
                   Minor code improvements

2010-03-06   2.0   Slightly incompatible re-write

2010-01-09   1.31  Bugfix for 'use constant' in perl 5.10, thanks to
                     Lee Johnson

2009-08-11   1.3   deferred wrapping of modules that aren't yet loaded;
                   wildcards for modules
                 
2006-08-02   1.2   changed how we detect what functions/methods a package
                   defines

2006-07-26   1.1   added ability to wrap inherited subs

2003-11-15   initial release