Skip to content

Commit

Permalink
repository in META.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanservice committed Jan 4, 2010
1 parent 2e80e31 commit df5a0cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Build.PL
Expand Up @@ -3,13 +3,19 @@ use warnings;
use Module::Build; use Module::Build;


my $builder = Module::Build->new( my $builder = Module::Build->new(
meta_merge => {
resources => {
repository => 'http://github.com/draegtun/builder',
},
},

module_name => 'Builder', module_name => 'Builder',
license => 'perl', license => 'perl',
dist_author => 'Barry Walsh <draegtun@cpan.org>', dist_author => 'Barry Walsh <draegtun@cpan.org>',
dist_version_from => 'lib/Builder.pm', dist_version_from => 'lib/Builder.pm',
build_requires => { build_requires => {
'Test::More' => 0, 'Test::More' => 0,
'Carp' => 0, 'Carp' => 0,
}, },
add_to_cleanup => [ 'Builder-*' ], add_to_cleanup => [ 'Builder-*' ],
create_makefile_pl => 'traditional', create_makefile_pl => 'traditional',
Expand Down

0 comments on commit df5a0cb

Please sign in to comment.