Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - update to 1.4.1 | Dirk Meyer | 2010-03-28 | 1 | -1/+1 |
| | | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605 | ||||
* | - update to jpeg-8 | Dirk Meyer | 2010-02-05 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=249285 | ||||
* | The Perl 5 module DBICx::TestDatabase creates a temporary SQLite | Martin Wilke | 2008-10-24 | 4 | -0/+45 |
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/ Notes: svn path=/head/; revision=221963 |