Skip to content

Commit

Permalink
added github to build.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
bduggan committed May 20, 2013
1 parent 715bda3 commit b92cc17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build.PL
Expand Up @@ -15,6 +15,11 @@ my $builder = Module::Build->new(
},
add_to_cleanup => [ 'Mojolicious-Plugin-Toto-*' ],
create_makefile_pl => 'traditional',
meta_merge => {
resources => {
repository => 'https://github.com/bduggan/Mojolicious-Plugin-Toto',
},
},
);

$builder->add_build_element('ep');
Expand Down

0 comments on commit b92cc17

Please sign in to comment.