release v2.022
[p5sagit/Data-Dumper-Concise.git] / Makefile.PL
1 use 5.006;
2 use inc::Module::Install 0.91;
3 use strict;
4 use warnings FATAL => 'all';
5
6 resources 'repository' => 'git://git.shadowcat.co.uk/p5sagit/Data-Dumper-Concise';
7 resources 'homepage' => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Data-Dumper-Concise.git;a=summary';
8
9 all_from 'lib/Data/Dumper/Concise.pm';
10
11 WriteAll;