File: ChangeLog

package info (click to toggle)
libx11-freedesktop-desktopentry-perl 0.04-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 187; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (6)
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
ChangeLog
=========

v0.04 - 2005-01-12:

	The constructor has been fixed so that it won't carp when given empty
	data, so that programs using this module can create empty objects and
	populate the dataset themselves. Added a munge to the supplied locale if
	it's in the xx_YY.CHARSET format to strip off .CHARSET. Added a simple
	test script, and fixed a couple of ambiguous keys() calls that showed up
	with -w.

v0.03 - 2005-01-03:

	Implemented modification of values, and serialisation using as_string().
	Improved documentation.

v0.02 - 2005-01-01:

	Forgot to change the new() method's name to new_from_data(). Oops.

v0.01 - 2005-01-01:

	Initial release.

--
$Id: ChangeLog,v 1.3 2005/01/12 17:09:52 jodrell Exp $