projects
/
engit/Iron-Munger.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
14f1bc6
)
load and construct
Matt S Trout [Sat, 16 May 2009 14:28:56 +0000 (15:28 +0100)]
t/plagger_loader.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/plagger_loader.t
b/t/plagger_loader.t
new file mode 100644
(file)
index 0000000..
9aa613f
--- /dev/null
+++ b/
t/plagger_loader.t
@@ -0,0
+1,11
@@
+use strict;
+use warnings;
+use Test::More qw(no_plan);
+
+BEGIN {
+ use_ok aliased => 'IronMunger::PlaggerLoader';
+}
+
+ok(my $loader = PlaggerLoader->new(dir => 't/csv'), 'build loader');
+
+