Skip to content

Commit

Permalink
Add META_MERGE for GitHub URLs to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
bigpresh committed Dec 15, 2012
1 parent 25a6fbd commit 182a690
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.PL
Expand Up @@ -20,4 +20,11 @@ WriteMakefile(
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'WebService-Bluga-Webthumb-*' },
META_MERGE => {
resources => {
repository => 'https://github.com/bigpresh/WebService-Bluga-Webthumb',
bugtracker => 'https://github.com/bigpresh/WebService-Bluga-Webthumb/issues',
homepage => 'https://github.com/bigpresh/WebService-Bluga-Webthumb/',
},
},
);

0 comments on commit 182a690

Please sign in to comment.