File: Changes

package info (click to toggle)
libdate-range-perl 1.41-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 172; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
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
Revision history for Perl library Date::Range

1.41  Tue 15 Nov 2011 
	- fix precedence bug in equals() (Zhen Xie)

1.40 Mon Jan 16 2006
	- Doc tweaks

1.3   Tue Sep  6 18:36:34 UTC 2005
	- Add reference to Time::Piece::Range

1.2   Wed Nov 19 2003
	- add gap() and abuts() methods

1.1   Wed Jul 16 2003
	- fix bug with overlapping ranges (Kerrin Pine)

1.0   Tue Feb 25 2003
	- abstract Date::Simple code to make it easier to subclass

0.9   2002-03-19 
	- fixed bug in 'includes' reported by Ed Hiar

0.8   2002-03-07 
	- added "dates" method

0.01  2001-07-07 
	- original version