Install DBIC-compatible ident renderer
[scpubgit/Q-Branch.git] / maint / Makefile.PL.include
CommitLineData
b5f5aae4 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
3use Distar 0.001;
4
5use ExtUtils::MakeMaker 6.57_10 ();
6
7author 'Nathan Wiger <nate@wiger.org>';
8
9manifest_include examples => qr/sqla-format|.*\.pl/;
101;