| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 May 2012 03:42:12
0.04_1
|
swills  |
- Add TEST_DEPENDS
Approved by: portmgr (blanket) |
26 Aug 2011 06:54:20
0.04_1
|
miwi  |
- Fix Deps
PR: 159859 159933
Submitted by: swills@ |
21 Jun 2011 06:58:21
0.04
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
03 Mar 2011 05:59:05
0.04
|
miwi  |
- Update to 0.04 |
24 Sep 2010 00:44:29
0.02_3
|
pgollucci  |
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@ |
28 Mar 2010 06:47:48
0.02_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.02_1
|
dinoex  |
- update to jpeg-8 |
24 Oct 2008 09:30:41
0.02
|
miwi  |
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/ |