X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fplagger_loader.t;fp=t%2Fplagger_loader.t;h=9aa613fa09020ecd49b18ce94e6d46afc6dc91c4;hb=04d3c8542ec02fc4026f64021d09c75442ab3a71;hp=0000000000000000000000000000000000000000;hpb=14f1bc66b1b83de4d4089847dfa5fa6390ee1fd7;p=engit%2FIron-Munger.git 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'); + +