diff options
author | rhaen <rhaen> | 2012-01-26 15:13:33 +0000 |
---|---|---|
committer | rhaen <rhaen> | 2012-01-26 15:13:33 +0000 |
commit | 9371a1032403109bd035482b026b4af2082bc23c (patch) | |
tree | ebbc6abc136e83b19a898242d1c923bd4bba3b6c /databases/p5-DBIx-Class | |
parent | 588bd604ff764fa2481d2839fbbfee20abd5543c (diff) | |
download | pkgsrc-9371a1032403109bd035482b026b4af2082bc23c.tar.gz |
Updated to 0.08196
Changes:
0.08196 2011-11-29 05:35 (UTC)
* Fixes
- Fix tests for DBD::SQLite >= 1.34.
- Fix test failures with DBICTEST_SQLITE_USE_FILE set
- Fix the find() condition heuristics being invoked even when the
call defaults to 'primary' (i.e. when invoked with bare values)
- Throw much clearer error on incorrect inflation spec
- Fix incorrect storage behavior when first call on a fresh schema
is with_deferred_fk_checks
- Fix incorrect dependency on Test::Simple/Builder (RT#72282)
- Fix uninitialized warning in ::Storage::Sybase::ASE
- Improve/cache DBD-specific datatype bind checks (also solves a
nasty memleak with version.pm on multiple ->VERSION invocations)
- The internal carp module now correctly skips CAG frames when
reporting a callsite
- Fix test failures on perl < 5.8.7 and new Package::Stash::XS
- Fix TxnScopeGuard not behaving correctly when $@ is set at the
time of $guard instantiation
- Fix the join/prefetch resolver when dealing with ''/undef/()
relation specifications
* Misc
- No longer depend on Variable::Magic now that a pure-perl
namespace::clean is available
- Drop Oracle's Math::BigInt req down to 1.80 - no fixes concerning
us were made since
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 3c3e82cd910..25142d8e840 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2011/10/11 12:43:36 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.24 2012/01/26 15:13:33 rhaen Exp $ -DISTNAME= DBIx-Class-0.08195 +DISTNAME= DBIx-Class-0.08196 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -16,7 +16,9 @@ DEPENDS+= p5-Class-C3-Componentised>=1.0005:../../devel/p5-Class-C3-Componentise DEPENDS+= p5-Class-Inspector>=1.24:../../devel/p5-Class-Inspector DEPENDS+= p5-Context-Preserve>=0.01:../../devel/p5-Context-Preserve DEPENDS+= p5-DBD-SQLite>=1.25:../../databases/p5-DBD-SQLite +DEPENDS+= p5-Config-Any>=0.20:../../devel/p5-Config-Any DEPENDS+= p5-Data-Page>=2.00:../../devel/p5-Data-Page +DEPENDS+= p5-Data-Compare>=1.22:../../devel/p5-Data-Compare DEPENDS+= p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Math-Base36>=0.07:../../math/p5-Math-Base36 diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index b888c80d223..af12fcfed59 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2011/10/08 03:54:34 hiramatsu Exp $ +$NetBSD: distinfo,v 1.19 2012/01/26 15:13:33 rhaen Exp $ -SHA1 (DBIx-Class-0.08195.tar.gz) = 14c4467a28e5d5986ff497522aeb4392b3af9d4b -RMD160 (DBIx-Class-0.08195.tar.gz) = 97ed78d355ff0a26f0868eae9875b21ec867e1e0 -Size (DBIx-Class-0.08195.tar.gz) = 664222 bytes +SHA1 (DBIx-Class-0.08196.tar.gz) = 19f2963a479eecfbd3eaaa827b753f1fbba16e82 +RMD160 (DBIx-Class-0.08196.tar.gz) = 7963f7da9269f84ce3205944d899a64e34f16dba +Size (DBIx-Class-0.08196.tar.gz) = 667259 bytes |