Skip to content

Commit

Permalink
github links
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jul 7, 2013
1 parent 19da938 commit be37fb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.PL
Expand Up @@ -56,6 +56,13 @@ WriteMakefile(
INC => '', # e.g., '-I/usr/include/other'
# Un-comment this if you add C files to link with later:
OBJECT => '$(O_FILES)', # link all the C files too
META_MERGE => {
resources => {
bugtracker => 'https://github.com/rjbs/Data-UUID/issues',
repository => 'https://github.com/rjbs/Data-UUID',
},
},

CONFIGURE => sub {
my %opt;
GetOptions(\%opt, 's|state-storage-directory:s', 'd|default-umask:s',
Expand Down

0 comments on commit be37fb2

Please sign in to comment.