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