Path to this page:
Subject: CVS commit: pkgsrc/databases/p5-DBIx-Class-Schema-Loader
From: Jens Rehsack
Date: 2010-09-21 23:50:50
Message id: 20100921215050.D4124175DD@cvs.netbsd.org
Log Message:
Updating databases/p5-DBIx-Class-Schema-Loader from 0.07001nb1 to 0.07002
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.07002 2010-09-11 01:48:00
- Properly detect a schema loaded with use_moose on subsequent
reloads
- Die with a sensible message when a schema loaded with
use_moose => 1 is reloaded with use_moose => 0
- Switch to MRO::Compat
- Fix oracle common tests failure / lc(undef) warnings
- Bump Moose/Moosex::NonMoose optional dependencies to fixed-up
versions
- Fix mssql common tests failures with MSSQL 2005 (skip test of
datatypes found only on MSSQL 2008)
- Fix DB2 v8 test failures (skip tests of graphics types found
only on DB2 v9)
- Fix dangerous invocation of ->meta on classes during upgrade
(may be *non* moosified and contain a user-defined meta() )
- Multiple test cleanups and refactorings
Files: