File: Changes

package info (click to toggle)
libobject-destroyer-perl 2.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 614; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download
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
Revision history for Perl extension Object::Destroyer

2.02      2022-06-20 12:45:01Z
	- Turn on warnings
	- Modernise test suite code
	- Bump Test::More dependency to 0.88
	- Fix croaking AUTOLOAD in void context (RT 30835)
	- Move to github
	- Move to Dist::Zilla

2.01 Thu 24 Mar 2011
	- Updating to Module::Install::DSL 1.00
	- Bump perl version to 5.006 to keep the minimum version test happy

2.00 Wed Dec  6 2006
	- Added support for missing void context for wrapper
	- Removed obligatory requirement for Scalar::Util
	- Added new method - dismiss - to cancel the Destroyer

1.99 Tue Oct 17 2006
	- Complete overhaul by Igor Gariev to expand its functionality
	- Added support for explicit clean-up method name
	- Added support for clean-up code by code reference
	- Added support for AUTOLOAD'ed methods of wrapped objects

1.02 Fri  6 Oct 2006
	- Moving to new SVN repository
	- Cleaning up tests
	- Updating to Module::Install 0.64
	- Moving to production version

0.1  Sun Jan 11 2004
	- original version