File: Changes

package info (click to toggle)
libcache-historical-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 278; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 953 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
######################################################################
Revision history for Perl extension Cache::Historical

0.05  (2011/04/27)
    (ms) Removed debugging leftover Data::HexDump.

0.04  (2011/04/24)
    (ms) Stringifying DateTime object in test suite to make it
         works with is() in perl-5.10.1
    (ms) Applied patch by Niko Tyni to correct values() sort order
         (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615882)
    (ms) Fixed POD error reported by Mats Erik Andersson

0.03  2008/02/09
    (ms) Using DB features for faster get_interpolated() now.
    (ms) Added missing keys() method and test cases for keys()/values()

0.02  2008/01/23
    (ms) Fixed bug with since_last_update(), which didn't pass the
         key along to last_update().

    (ms) Bumped up SQLite version number to 1.14 to get rid of 
    'closing dbh with active statement handles' warning.

0.01  2008/01/12
    (ms) Where it all began.