File: Changes

package info (click to toggle)
libclass-adapter-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 669; makefile: 2
file content (59 lines) | stat: -rwxr-xr-x 1,729 bytes parent folder | download | duplicates (2)
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
Revision history for Perl extension Class-Adapter

1.09      2018-04-10 05:27:07Z
        - switch packaging to Dist::Zilla (resolves RT#121115)

1.08      2011-03-24
	- Upgrading to Module::Install 1.00
	- Fixed #56492: [PATCH] Fix spelling error

1.07      2010-04-12
	- Upgrading to Module::Install 0.95
	- I accidentally deleted Class::Adapter from the CPAN. erk!

1.06      2009-11-23
	- Upgrading to Module::Install 0.91
	- Allow class methods to be passed through

1.05      2008-09-10
	- Upgrading to Module::Install 0.77
	- Refactoring the DESTROY method to be more paranoidly correct
	- Updating the test scripts to newer style
	- Removing File::Spec dependency
	- Adding support for wrapping around packages that aren't in their
	  own module file.

1.04      2007-11-14
	- No functional changes
	- Upgrading to Module::Install 0.68

1.03      2007-06-29
	- No functional changes
	- Upgrading to Module::Install 0.65

1.02      2006-05-24
	- Fixed static method calls
	- Fixed a bad ->can case
	- Fixed ISA => 'class'
	- Upgrading to Module::Install 0.62

1.01      2005-01-28
	- Updating to a newer Module::Install
	- Fixed support for Cygwin in doing so

1.00      2005-12-26
	- Added the AUTOLOAD => 'PUBLIC' options
	- Implemented it and added comprehensive AUTOLOAD testing
	- Fixed a number of other bugs, and cleaned up the docs a bit
	- Set to 1.00 as I consider it ready for production use.

0.02      2005-04-16
	- Research Decorator more, realised this actually implements
	  the Adapter pattern.
	- Renamed to from Decorator to Class::Adapter
	- Changed __OBJECT to _OBJECT_
	- Added Class::Adapter::Clear
	- Added first attempt at Class::Adapter::Builder attempt

0.01      2005-05-15
	- original version