Skip to content

Commit

Permalink
Remove the provides statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 28, 2018
1 parent 902c2f4 commit 2ed3a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ WriteMakefile(
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Geo-Coder-Free-*' },
META_ADD => {
provides => {}
},
# META_ADD => {
# provides => {}
# },
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
Expand Down

0 comments on commit 2ed3a02

Please sign in to comment.