File: Changes

package info (click to toggle)
libobject-signature-perl 1.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 268 kB
  • sloc: perl: 266; makefile: 2
file content (35 lines) | stat: -rwxr-xr-x 1,036 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
34
35
Revision history for Perl extension Object::Signature

1.08      2018-10-08 00:04:32Z
          - distribution tooling updates

1.07    2011-03-24
	- Updating to Module::Install::DSL 1.00
	- Removing the use of prefork as the modules we use are fairly small
	- Removed -w from test scripts to be compatible with tainting

1.06    2007-01-06
	- Added the specialised subclass Object::Signature::File

1.05    2006-10-02
	- No functional changes
	- Upgrading to Module::Install 0.64
	- Fixed a few minor kwalitee nigglies
	- Upgraded tests to remove need for File::Spec dependency

1.04    2005-05-18
	- No functional changes
	- Upgrading Module::Install to 0.62 (final)

1.03    2005-12-26
	- Updating version to a production version number
	- Removing dependency on prefork
	- Removing TO DO item that implied a bug (confirmed not the case)
	- Moved to newer SVN repository
	- Updaded Makefile.PL to newer Module::Install

0.02    2005-02-15
	- Removing braindead Build.PL

0.01    2004-11-13
	- Created the initial version of the file