::Logging::TestLogger package decleration had wrong name
[scpubgit/Object-Remote.git] / maint / Makefile.PL.include
CommitLineData
84b04178 1BEGIN {
2 -e 'Distar'
3 or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git")
4}
5use lib 'Distar/lib';
6use Distar;
7
8author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';
80d18f39 9
10manifest_include(
11 bin => qr/.*/
12);
811a9906 13
14manifest_include(
15 't/data' => qr/.*/
16);