Skip to content

Commit

Permalink
Add homepage and repository resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverick committed Mar 13, 2010
1 parent 7fac9c7 commit 8aacae5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ name 'CouchDB-Client';
perl_version '5.006';
license 'perl';
all_from 'lib/CouchDB/Client.pm';
author 'Maverick Edwards <maverick @t smurfbane d.t org>';

# override the default author detection behavior
author 'Maverick Edwards <maverick @t smurfbane d.t org>';
resources 'repository' => 'git://github.com/maverick/couchdb-client.git';
resources 'homepage' => 'http://github.com/maverick/couchdb-client';

requires 'JSON::Any' => '1.17';
requires 'LWP::UserAgent';
Expand Down

0 comments on commit 8aacae5

Please sign in to comment.