Initial Commit
[dbsrgits/DBIx-Class-Manual-SQLHackers.git] / Makefile.PL
CommitLineData
6c2a4396 1use warnings;
2use strict;
3
4use 5.006;
5
6use inc::Module::Install '1.01';
7
8test_requires 'Test::More' => '0.88'; # done testing
9test_requires 'Test::Exception' => '0.31'; # non-segfaulting caller()
10
11all_from 'lib/Devel/PeekPoke.pm';
12
13homepage 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-PeekPoke.git';
14resources 'IRC' => 'irc://irc.perl.org/#pp';
15resources 'license' => 'http://dev.perl.org/licenses/';
16resources 'repository' => 'git://git.shadowcat.co.uk/p5sagit/Devel-PeekPoke.git';
17resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-PeekPoke';
18
19WriteAll;