File: Changes

package info (click to toggle)
liburi-todisk-perl 1.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 1,083; makefile: 4
file content (45 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (4)
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
Revision history for Perl extension URI-ToDisk

1.12 Mon 12 Nov 2007
	- Updating Module::Install to 0.68

1.11 Sat  4 Aug 2007
	- Upgrading Module::Install

1.10 Fri  9 Mar 2007
	- No functional changes
	- Removing the use of auto_install
	- Upgrading Module::Install to 0.65

1.09 Sat 15 Apr 2006
	- No functional changes, no need to upgrade
	- Moved from old CVS to new SVN repository
	- Replaced nasty uses of UNIVERSAL::isa with Params::Util::_INSTANCE
          (Improves correctness and makes URI::ToDisk sub-classable now)
	- Updated Module::Install to 0.62

1.08 Wed 28 Sep 2005
	- Renamed from HTML::Location to URI::ToDisk
	- This resolves the last niggly RT bug CPAN #13774
	- Has shown itself to be very stable, switching to post 1.00 version

0.7  Tue 15 Feb 2005
	- Removing braindead Build.PL

0.6  Tue 12 Oct 2004
	- Fixed Param::Coerce support for subclasses

0.5  Sat  2 Oct 2004
	- Added support for URI coercion via Param::Coerce

0.4  Sat 18 Sep 2004
	- Added the ->param static method

0.3  Sat 20 Mar 2004
	- Some documentation fixes

0.2  Fri 12 Dec 2003
	- Added a missing dependency on Clone

0.1  Sun  7 Dec 2003
	- original version