},
$mymeta_works ? (BUILD_REQUIRES => \%BUILD_DEPS) : (),
- META_ADD => {
- resources => {
- # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git
- repository => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git',
- },
- },
-
- META_MERGE => {
+ -f 'META.yml' ? () : (META_MERGE => {
'meta-spec' => { version => 2 },
no_index => {
directory => [ 'xt' ]
- }
- },
+ },
+ resources => {
+ # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git
+ repository => {
+ url => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git',
+ web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Role-Tiny.git',
+ type => 'git',
+ },
+ bugtracker => {
+ mailto => 'bug-Role-Tiny@rt.cpan.org',
+ web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny',
+ },
+ },
+ }),
);
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;
+use ExtUtils::MakeMaker 5.68 ();
author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';