Here goes nothing
[p5sagit/Exception-Guaranteed.git] / Makefile.PL
1 use warnings;
2 use strict;
3
4 use 5.006;
5
6 use inc::Module::Install '1.01';
7
8 perl_version '5.006';
9
10 test_requires 'Test::More'      => '0.92';
11 test_requires 'Time::HiRes'     => '0';
12
13 all_from 'lib/Exception/Guaranteed.pm';
14
15 homepage 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Exception-Guaranteed.git';
16 resources 'IRC'         => 'irc://irc.perl.org/#pp';
17 resources 'license'     => 'http://dev.perl.org/licenses/';
18 resources 'repository'  => 'git://git.shadowcat.co.uk/p5sagit/Exception-Guaranteed.git';
19 resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=Exception-Guaranteed';
20
21 WriteAll;