projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b2c7cf7
)
Argh.. committing missing test file for load_namespaces tests
Jess Robinson [Fri, 30 Apr 2010 10:26:52 +0000 (10:26 +0000)]
t/lib/DBICNSTest/Result/D.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/t/lib/DBICNSTest/Result/D.pm
b/t/lib/DBICNSTest/Result/D.pm
new file mode 100644
(file)
index 0000000..
d7b603f
--- /dev/null
+++ b/
t/lib/DBICNSTest/Result/D.pm
@@ -0,0
+1,5
@@
+package DBICNSTest::Result::D;
+use base qw/DBIx::Class::Core/;
+__PACKAGE__->table('d');
+__PACKAGE__->add_columns('d');
+1;