File: Changes

package info (click to toggle)
libdbix-class-cursor-cached-perl 1.001002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 172 kB
  • ctags: 152
  • sloc: perl: 1,978; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 629 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for DBIx::Class::Cursor::Cached

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