diff options
author | sno <sno@pkgsrc.org> | 2010-09-21 21:50:50 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-21 21:50:50 +0000 |
commit | 2b5b6fcf798d14e1f2dad1a48daa22e2a03f234d (patch) | |
tree | 90b8e3bcd70767d5bf49d46eae96b8fbedca5162 /databases/p5-DBIx-Class-Schema-Loader/Makefile | |
parent | 560bf38726317ab1cac49fe3de7bafdf28f5f10f (diff) | |
download | pkgsrc-2b5b6fcf798d14e1f2dad1a48daa22e2a03f234d.tar.gz |
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
Diffstat (limited to 'databases/p5-DBIx-Class-Schema-Loader/Makefile')
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index c2a363c818c..9006cff9e71 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -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 |