Skip to content

Commit

Permalink
fix link to repository and add license field
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Sep 29, 2013
1 parent 1e7434c commit 88b4a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.PL
Expand Up @@ -11,7 +11,7 @@ use ExtUtils::MakeMaker;
my $meta_merge = {
META_MERGE => {
resources => {
repository => 'http://github.com/mschilli/php-httpbuildquery-perl-master.git',
repository => 'http://github.com/mschilli/php-httpbuildquery-perl',
},
}
};
Expand All @@ -22,6 +22,7 @@ WriteMakefile(
'PREREQ_PM' => {
"URI::Escape" => 0,
}, # e.g., Module::Name => 1.1
'LICENSE' => 'artistic',
$ExtUtils::MakeMaker::VERSION >= 6.50 ? (%$meta_merge) : (),
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'HTTPBuildQuery.pm',
Expand Down

0 comments on commit 88b4a14

Please sign in to comment.