From b3c7cac97c0813666a99f17fc872ef68f682dcd0 Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 16 Dec 2009 08:52:09 +0000 Subject: 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/ --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') 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 -- cgit