Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
Add repo to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 8, 2015
1 parent db9b124 commit 03e1525
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile.PL
Expand Up @@ -89,6 +89,16 @@ for my $key (qw(BUILD_REQUIRES CONFIGURE_REQUIRES TEST_REQUIRES PREREQ_PM)) {
for my $key (qw(TEST_REQUIRES PREREQ_PM)) {
$hash{$key}{'List::MoreUtils'} = 0;
}
$hash{META_MERGE} = {
"meta-spec" => { version => 2 },
resources => {
repository => {
type => 'git',
url => 'git://github.com/PDLPorters/pdl-io-gd',
web => 'https://github.com/PDLPorters/pdl-io-gd',
},
},
};

undef &MY::postamble; # suppress warning
*MY::postamble = sub { pdlpp_postamble( $package ); };
Expand Down

0 comments on commit 03e1525

Please sign in to comment.