Update to 1.001032
Upstream changes: 1.001032 2015-06-04 15:03:38+00:00 UTC - releasing as stable 1.001_031 2015-05-27 14:54:24+00:00 UTC (TRIAL RELEASE) - Fix for an issue where when inserting data into a database, the tables were being sorted alphabetically, rather than in dependency order. ( TBSliver++ ) 1.001_030 2015-05-27 14:43:34+00:00 UTC (TRIAL RELEASE) - use Test::TempDir::Tiny for better test parallelization and cleanup ( RsrchBoy++ ) 1.001_029 2015-01-14 15:17:28+00:00 Europe/London - fix for bugtracker pointing to gh, should be rt, added test to identify windows issues
This commit is contained in:
parent
5303c8da5a
commit
b74dfddd9b
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2015/06/12 10:48:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2015/08/01 02:09:23 wen Exp $
|
||||
|
||||
DISTNAME= DBIx-Class-Fixtures-1.001028
|
||||
DISTNAME= DBIx-Class-Fixtures-1.001032
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
|
||||
|
||||
|
@ -29,6 +28,8 @@ DEPENDS+= p5-Hash-Merge>=0.10:../../devel/p5-Hash-Merge
|
|||
DEPENDS+= p5-YAML-Syck>=1.27:../../textproc/p5-YAML-Syck
|
||||
DEPENDS+= p5-Test-Compile>=0:../../devel/p5-Test-Compile
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/DBIx/Class/Fixtures/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.12 2015/03/08 14:39:05 wen Exp $
|
||||
$NetBSD: distinfo,v 1.13 2015/08/01 02:09:23 wen Exp $
|
||||
|
||||
SHA1 (DBIx-Class-Fixtures-1.001028.tar.gz) = 5eea568e9adc4277cc8d4f9a88629c72404612f6
|
||||
RMD160 (DBIx-Class-Fixtures-1.001028.tar.gz) = 164094e666e00137f3d5a72b746d82348c59864b
|
||||
Size (DBIx-Class-Fixtures-1.001028.tar.gz) = 39678 bytes
|
||||
SHA1 (DBIx-Class-Fixtures-1.001032.tar.gz) = 48d8f92113c8b89c844aa810a6858975d204d6cc
|
||||
RMD160 (DBIx-Class-Fixtures-1.001032.tar.gz) = 3ecdf2730b7d2a8cc0119a13131300abc8e77412
|
||||
Size (DBIx-Class-Fixtures-1.001032.tar.gz) = 38624 bytes
|
||||
|
|
Loading…
Reference in a new issue