Another round of notes
[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 version  '1.0';
9 all_from 'lib/DBIx/Class/Manual/SQLHackers/TOC.pod';
10
11 homepage 'http://dbix-class.org/manual/';
12 resources 'IRC'         => 'irc://irc.perl.org/#dbix-class';
13 resources 'license'     => 'http://dev.perl.org/licenses/';
14 resources 'repository'  => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-Manual-SQLHackers.git';
15 resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-Manual-SQLHackers';
16
17 WriteAll;