diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-16 16:52:09 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-16 16:52:09 +0800 |
commit | b3c7cac97c0813666a99f17fc872ef68f682dcd0 (patch) | |
tree | e067905b9f1b33ebe5d83875dfa26c8b36d256cb /databases/Makefile | |
parent | ceea3372a98758ae787fb44a4a2534ecce912059 (diff) | |
download | freebsd-ports-gnome-b3c7cac97c0813666a99f17fc872ef68f682dcd0.tar.gz freebsd-ports-gnome-b3c7cac97c0813666a99f17fc872ef68f682dcd0.tar.zst freebsd-ports-gnome-b3c7cac97c0813666a99f17fc872ef68f682dcd0.zip |
Dump fixtures from source database to filesystem then import to
another database (with same schema) at any time. Use as a constant
dataset for running tests against or for populating development
databases when impractical to use production clones. Describe fixture
set using relations and conditions based on your DBIx::Class schema.
WWW: http://search.cpan.org/dist/DBIx-Class-Fixtures/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3822b8c49c6d..77dcc7ae1d8c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -322,6 +322,7 @@ SUBDIR += p5-DBIx-Class-DynamicSubclass SUBDIR += p5-DBIx-Class-EncodeColumns SUBDIR += p5-DBIx-Class-EncodedColumn + SUBDIR += p5-DBIx-Class-Fixtures SUBDIR += p5-DBIx-Class-FrozenColumns SUBDIR += p5-DBIx-Class-HTML-FormFu SUBDIR += p5-DBIx-Class-InflateColumn-IP |