From: Matt S Trout Date: Sat, 16 May 2009 14:28:56 +0000 (+0100) Subject: load and construct X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04d3c8542ec02fc4026f64021d09c75442ab3a71;p=engit%2FIron-Munger.git load and construct --- diff --git a/t/plagger_loader.t b/t/plagger_loader.t new file mode 100644 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'); + +