Cleanup and remove non-working parts and comments
[dbsrgits/DBIx-Class-Manual-SQLHackers.git] / Makefile.PL
index b6acf9d..633163d 100644 (file)
@@ -5,15 +5,13 @@ use 5.006;
 
 use inc::Module::Install '1.01';
 
-test_requires 'Test::More'      => '0.88';  # done testing
-test_requires 'Test::Exception' => '0.31';  # non-segfaulting caller()
+version  '1.0';
+all_from 'lib/DBIx/Class/Manual/SQLHackers/TOC.pod';
 
-all_from 'lib/Devel/PeekPoke.pm';
-
-homepage 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-PeekPoke.git';
-resources 'IRC'         => 'irc://irc.perl.org/#pp';
+homepage 'http://dbix-class.org/manual/';
+resources 'IRC'         => 'irc://irc.perl.org/#dbix-class';
 resources 'license'     => 'http://dev.perl.org/licenses/';
-resources 'repository'  => 'git://git.shadowcat.co.uk/p5sagit/Devel-PeekPoke.git';
-resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-PeekPoke';
+resources 'repository'  => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Manual-SQLHackers.git';
+resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-Manual-SQLHackers';
 
 WriteAll;