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