Update 0.1802 to 0.2100
0.2100 2014-04-05 Added support for ::Replicated options: balancer_args, pool_type, and pool_args 0.2001 2014-03-12 Skip the replicated tests if the required deps are not installed. Removed the deprecated pckg option. Added a deprecation warning for the pass option. Updated the documentation. 0.2000 2014-03-11 Added support for database slaves via DBIx::Class::Storage::DBI::Replicated. Thanks to Al Newkirk for the idea and the initial implementation. 0.1901 2014-02-04 Added SQL::Translator prereq for tests to pass. 0.1900 2014-02-04 Added support for schema aliases. Added schema_loader_naming option. Can now provide password instead of pass, to be more DBIC friendly. Simplified tests. 0.1803 2013-10-06 Show the root cause when unable to load a schema.
This commit is contained in:
parent
0221a1afad
commit
f6d9aef39f
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2014/10/09 14:06:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/12/12 04:56:43 mef Exp $
|
||||
|
||||
DISTNAME= Dancer-Plugin-DBIC-0.1802
|
||||
DISTNAME= Dancer-Plugin-DBIC-0.2100
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/07/03 18:24:06 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/12/12 04:56:43 mef Exp $
|
||||
|
||||
SHA1 (Dancer-Plugin-DBIC-0.1802.tar.gz) = d2e678600a704b83185fc9bdb9b9b3ed4c024fbb
|
||||
RMD160 (Dancer-Plugin-DBIC-0.1802.tar.gz) = 242a45abb45758a9e89658cfb0ec938248b211ef
|
||||
Size (Dancer-Plugin-DBIC-0.1802.tar.gz) = 14470 bytes
|
||||
SHA1 (Dancer-Plugin-DBIC-0.2100.tar.gz) = d3786f42fae1aff10e523357129a5f8651b85511
|
||||
RMD160 (Dancer-Plugin-DBIC-0.2100.tar.gz) = 414c524ffa767a3d2264d4a28bd17fd53335cb65
|
||||
Size (Dancer-Plugin-DBIC-0.2100.tar.gz) = 17507 bytes
|
||||
|
|
Loading…
Reference in a new issue