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
This commit is contained in:
parent
560bf38726
commit
2b5b6fcf79
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2010/08/21 16:32:59 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2010/09/21 21:50:50 sno Exp $
|
||||
|
||||
DISTNAME= DBIx-Class-Schema-Loader-0.07001
|
||||
DISTNAME= DBIx-Class-Schema-Loader-0.07002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
||||
|
||||
|
@ -22,6 +21,7 @@ BUILD_DEPENDS+= p5-MooseX-NonMoose-[0-9]*:../../devel/p5-MooseX-NonMoose
|
|||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
BUILD_DEPENDS+= p5-Test-Kwalitee-[0-9]*:../../devel/p5-Test-Kwalitee
|
||||
BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
||||
BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
|
||||
BUILD_DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
||||
|
||||
DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2010/08/19 20:27:18 sno Exp $
|
||||
$NetBSD: distinfo,v 1.7 2010/09/21 21:50:50 sno Exp $
|
||||
|
||||
SHA1 (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 9f8d5a6ecf58037aa3929f140ba3fc41e124964a
|
||||
RMD160 (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 687e3182cfec81618c7b3cbb29bf7d391584a7ae
|
||||
Size (DBIx-Class-Schema-Loader-0.07001.tar.gz) = 136549 bytes
|
||||
SHA1 (DBIx-Class-Schema-Loader-0.07002.tar.gz) = 6c9774a17de37a4482e11310b3404034df616a78
|
||||
RMD160 (DBIx-Class-Schema-Loader-0.07002.tar.gz) = cf9c5637599eb59a2fb97564fd0d7ded48c59cff
|
||||
Size (DBIx-Class-Schema-Loader-0.07002.tar.gz) = 138192 bytes
|
||||
|
|
Loading…
Reference in a new issue