Path to this page:
Subject: CVS commit: pkgsrc/databases/p5-Catalyst-Model-DBIC-Schema
From: Jens Rehsack
Date: 2009-07-07 22:22:54
Message id: 20090707202254.EAC4A175D0@cvs.netbsd.org
Log Message:
pkgsrc changes:
- Updating package for p5 module Catalyst::Model::DBIC::Schema from
0.23 to 0.25
- Setting LICENSE=${PERL5_LICENSE} according META.yml
- Adjusting dependencies according to META.yml
Upstream changes:
0.25 Fri Jun 19 08:35:38 PDT 2009
- fix dep on Tie::IxHash that made tests fail
- add more attributes to ::Replicated trait
- fixed infinte loop in helper if SQLite connect_info has only
a DSN (dandv, RT #47101)
0.24 Tue Jun 16 06:18:58 PDT 2009
- Add tests for issues with Class::C3 which are caused to
applications which use new Catalyst but old DBIC, and have
use Class::C3 in the MyApp class (t0m)
- die on empty schema
- create=dynamic deprecation warning
- helper passes loader opts to dynamic schemas
- conversion to Moose
- cursor caching support (via
Catalyst::TraitFor::Model::DBIC::Schema::Caching)
- ::Storage::Replicated support (via ::Replicated trait)
- switch to hashref connect_info for DBIC 8100
- better helper option parsing, with support for more options
- more tests
Files: