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