projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
51516b1
)
Added a use DateTime
Andy Grundman [Tue, 2 Aug 2005 02:04:08 +0000 (
02:04
+0000)]
t/lib/DBICTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest.pm
b/t/lib/DBICTest.pm
index
e23f5ef
..
ecd4921
100755
(executable)
--- a/
t/lib/DBICTest.pm
+++ b/
t/lib/DBICTest.pm
@@
-3,6
+3,7
@@
package DBICTest;
use strict;
use warnings;
use base qw/DBIx::Class::Core/;
+use DateTime;
my $db_file = "t/var/DBIxClass.db";