File: Changes

package info (click to toggle)
libclass-factory-util-perl 1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 51; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
1.7  2007-03-30

- Switch to Module::Build.

- Add pod-related tests.

- Make distro more modern.


1.6  2003-08-23

- Scanning for subclasses now looks at @INC, instead of just the
  calling module's directory.  Patch from Iain Truskett.


1.5  2003-07-30

- Fix a mistake in the documentation's SYNOPSIS.  Reported by Jay
  Bonci.

- Added COPYRIGHT and SUPPORT sections to the docs, as well as a
  LICENSE file to the distro.  Thanks to Jay Bonci for reminding me
  that actually including a license is a good idea ;)

1.4  2003-02-21

- Add subclasses() function for backwards compatibility.  But it's
  deprecated ;)

1.3  2003-02-14

- New maintainer - Dave Rolsky

- Internals and docs agree, and it all works.