better way to include extra files
[catagits/Catalyst-View-TT.git] / maint / Makefile.PL.include
1 use strict;
2 use warnings;
3 BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
4 use lib 'Distar/lib';
5 use Distar;
6
7 manifest_include(
8     't/lib' => '.tt',
9     't/lib' => 'test',
10     't/root' => 'heart',
11 );
12
13 1;
14 # vim: set ft=perl ts=8 sts=4 sw=4 tw=115 et :