File: Changes

package info (click to toggle)
libdbix-class-cursor-cached-perl 1.001004-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 184 kB
  • sloc: perl: 2,141; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 827 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
Revision history for DBIx::Class::Cursor::Cached

1.1.4 6 October 2016 17:26:00
        - make sure Makefile.PL is included in the dist

1.1.3 6 October 2016 10:56:00
        - Refactor slightly to enable useful subclassing (RT#102223, Tim Bunce)

1.1.2 5 August 2011 15:47:00
        - use Digest::SHA over Digest::SHA1 since it is core, RT #70092 (Salvatore Bonaccorso)

1.1.1 30 March 2011 12:17:00
        - use 5.8.1 instead of 5.6.1 (and correctly)
        - bump DBIx::Class dependency (RT#66601)

1.1.0 25 January 2011 10:47:00
        - $Storable::canonical = 1 (Bill Moseley)
        - base cache key on rendered SQL, bind values and connect info RT #62211 (Tim Bunce)

1.0.1 7 August 2007 12:37:00
        - Fixed bug in next() as spotted by atsushi kobayashi

1.0.0 6 August 2007 17:38:00
        - initial release