Support not having a lib directory
[p5sagit/App-FatPacker.git] / t / pack_fatlib.t
1 #!perl
2 use strict;
3 use warnings FATAL => 'all';
4 use Test::More qw(no_plan);
5 use FindBin qw/$Bin/;
6 use File::Spec;
7
8 require File::Spec->catdir($Bin, "pack_lib.t");
9 test_with("fatlib");
10