diff options
Diffstat (limited to 'databases/p5-DBICx-TestDatabase/pkg-descr')
-rw-r--r-- | databases/p5-DBICx-TestDatabase/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/p5-DBICx-TestDatabase/pkg-descr b/databases/p5-DBICx-TestDatabase/pkg-descr new file mode 100644 index 000000000000..38d0ec794954 --- /dev/null +++ b/databases/p5-DBICx-TestDatabase/pkg-descr @@ -0,0 +1,7 @@ +The Perl 5 module DBICx::TestDatabase creates a temporary SQLite +database, deploys your DBIC schema, and then connects to it. This +lets you easily test your DBIC schema. Since you have a fresh +database for every test, you don't have to worry about cleaning up +after your tests, ordering of tests affecting failure, etc. + +WWW: http://search.cpan.org/dist/DBICx-TestDatabase/ |