File: Changes

package info (click to toggle)
libtest-classapi-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 192 kB
  • ctags: 108
  • sloc: perl: 1,454; makefile: 2
file content (60 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download | duplicates (3)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Revision history for Perl extension Test::ClassAPI

1.06 Mon 13 Jul 2009
	- No functional changes
	- Updating to Module::Install::DSL 0.91
	- Updating to new author tests
	- Updating minimum Perl version to 5.6

1.05 Thu 10 Jul 2008
	- No functional changes.
	- Updating to Module::Install 0.76

1.04 Sun 11 Mar 2007
	- No functional changes. No need to upgrade
	- Adding a missing Params::Util dependency
	- Upgrading to Module::Install 0.65

1.03 Thu 15 Feb 2007
	- Moving from old CVS to new SVN repository
	- Cleaning up unit tests
	- Updating some too-old dependencies
	- Upgrading Makefile.PL to use Module::Install 0.64

1.02 Sun Sep  5 2004
	- Cleaned up unit tests

1.01 Fri Sep  3 2004
	- Adding support for collision detection, via the 'collisions' option

1.00 Thu Sep  2 2004
	- Adding support for =implements, which cascades like =isa
	  but isn't expected to obey proper inheritance.

0.9  Wed Jul 21 2004
	- Implicitly assume Module=class for any section without a plan entry

0.8  Tue Jul 20 2004
	- Fixed a bug in the way missing methods are reported

0.7  Mon Jul 19 2004
	- Ignore Exporter methods we don't overload

0.6  Mon Jul 19 2004
	- Removed a dependency on Class::ISA
	- Upgraded tests to new standard

0.5  Unknown
	- Added support for the 'complete' modifier

0.4  Sat Apr 17 2004
	- Added support for the 'isa' test

0.3  Fri Apr 16 2004
	- Fixed a bug where it was testing all the entries, not just the ones in the schedule

0.2  Fri Apr 16 2004
	- Converted to a possibly a better specification format

0.1  Thu Apr 24 00:38:55 2003
	- original version