X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=43e4bf16a09cde22ff01d617d324a9a0bab96afd;hp=0000000000000000000000000000000000000000;hb=6b77261fb586b2fbb961fe82333e7028e690ecec;hpb=af9ae5ee3646f52e141353e3f70e3b3d38d76090 diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..43e4bf1 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,6 @@ +#!/usr/bin/perl -w +use strict; +use warnings; + +use Test::More tests => 1; +BEGIN { use_ok('WWW::BackpackTF') };