diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 04:03:40 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 04:03:40 +0000 |
commit | bf259e418755ac644882efa3863bcc29d328e604 (patch) | |
tree | b6a6a4c983aa22d4bc0346fc9e50eed47f579e4e /databases | |
parent | 4fb882815a2028e5126a18a00af3c0c62e3d18b1 (diff) | |
download | pkgsrc-bf259e418755ac644882efa3863bcc29d328e604.tar.gz |
Update p5-DBIx-Class-Fixtures to 1.001013.
Changes from previous:
1.001013
- fixed functionality in last release by more deeply cloning parameters, which
prevents bad things when parameters get deleted in the wrong places. Also
be sure we clear state properly after a dump.
1.001012
- Added new method 'available_config_sets' which returns and caches a list of
all the json set configs found in the 'config_dir' directory. This was added
to make it easier when you need to dump all the fixtures programatically.
- Added method 'dump_config_sets' to let you dump more than one set at a time
more easily
- Added method 'dump_all_config_sets' which helps automate dumping all your
current config sets to a directory.
1.001011
- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
- Allow you to directly set a configuration via a Perl HashRef instead of a
JSON file. Useful for testing and when you have simple or generated configs.
- New option to force use of ->create rather than ->populate.
- Fixed a bug in the test suite that would fail on certain JSON parsers
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Class-Fixtures/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Fixtures/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBIx-Class-Fixtures/Makefile b/databases/p5-DBIx-Class-Fixtures/Makefile index 6df54a6ef92..d6bf15ea67c 100644 --- a/databases/p5-DBIx-Class-Fixtures/Makefile +++ b/databases/p5-DBIx-Class-Fixtures/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 08:18:06 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/10/21 04:03:40 hiramatsu Exp $ -DISTNAME= DBIx-Class-Fixtures-1.001010 +DISTNAME= DBIx-Class-Fixtures-1.001013 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-Class-Fixtures/distinfo b/databases/p5-DBIx-Class-Fixtures/distinfo index 88ef9f50eba..6245bb8f549 100644 --- a/databases/p5-DBIx-Class-Fixtures/distinfo +++ b/databases/p5-DBIx-Class-Fixtures/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/08/18 06:03:27 sno Exp $ +$NetBSD: distinfo,v 1.6 2011/10/21 04:03:40 hiramatsu Exp $ -SHA1 (DBIx-Class-Fixtures-1.001010.tar.gz) = 7cbc3cd1e9717d449651d0478b907c842934b122 -RMD160 (DBIx-Class-Fixtures-1.001010.tar.gz) = 515945b473ad01aceae27c9855f5fb8781a071ba -Size (DBIx-Class-Fixtures-1.001010.tar.gz) = 42257 bytes +SHA1 (DBIx-Class-Fixtures-1.001013.tar.gz) = afdddac440ba70d525680956e27f0d146801548c +RMD160 (DBIx-Class-Fixtures-1.001013.tar.gz) = 6f6e2acf9fdedcea46349c51bf2974ba5af7a0d5 +Size (DBIx-Class-Fixtures-1.001013.tar.gz) = 44911 bytes |