File: Changes

package info (click to toggle)
libpetal-utils-perl 0.06-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 935; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 2,065 bytes parent folder | download | duplicates (5)
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
Revision history for Perl extension Petal::Utils.

0.06
    + Added Contributing section to README [William McKee]
    + Added new utility function to Base.pm - split_args [William McKee, Warren S.]
    + Added new test library, t/20__Base.pm [William McKee]
    + Added limit: and limitr: modifiers and tests [William McKee]
    + Added create_href: modifier and tests [William McKee]
    + Added substr: modifier and tests [William McKee]
    + Added decode: modifier and tests [William McKee, Warren S.]
    + Added printf: modifier and tests [William McKee, Warren S.]

0.05
    +	Wrote UriEscape modifier [Steve Purkis]
    +	Added RELEASE.TASKS file [William McKee]
    +	Updated Build.PL to create readme [Steve Purkis]
    +	Cleaned up test area, broke up tests by modifier set [Steve Purkis]

0.04
(all changes by Steve Purkis)
    +	Wrote If modifier.
    +	Added TODO file.
    *	Updated INSTALL file.
    +	Added 'use Carp;' to modules that needed it.
    +	Added $VERSION to all modules.

0.03
    *	Suppressed warnings when loading plugins, introduced $DEBUG flag.
	[reported by William McKee, patched by Steve Purkis]
    +	Wrote get_plugin_class() to make inheriting easier. [Steve Purkis]
    *	Date::Format moved to required list of modules as Date plugin is in
	:default set. [Steve Purkis]

0.02
    *	Renamed to Petal::Utils so Petal doesn't think the Utils package
	is a Petal Hash modifier. [Steve Purkis]
    *	Moved to Module::Build. [Steve Purkis]
    +	Added modifiers: Date Dump Equal(eq) And Like Sort [Steve Purkis]
    +	Added import() functionality to specify modifier sets. [Steve Purkis]
    *	Split up modifiers into individual Petal::Utils::<modifier> modules
	that are loaded as needed. [Steve Purkis]
    *	Restructured test directory, using File::Spec and more verbose file
	names. [Steve Purkis]
    *	Added error handling code to existing modifiers. [Steve Purkis]
    
0.01
    +	Initial project created Fri Sep 5 2003 [William McKee]
    +	original version; created by h2xs 1.21 with options
		-X -A -n Petal::Hash::Utils