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 da76390 commit a43b48e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Build.PL
Expand Up @@ -3,6 +3,12 @@ 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/datamuc/Nagios-Passive',
},
},

module_name => 'Nagios::Passive', module_name => 'Nagios::Passive',
license => 'perl', license => 'perl',
dist_author => 'Danijel Tasov <data@cpan.org>', dist_author => 'Danijel Tasov <data@cpan.org>',
Expand All @@ -15,7 +21,7 @@ my $builder = Module::Build->new(
'version' => 0, 'version' => 0,
'Moose' => '0.92', 'Moose' => '0.92',
'Nagios::Plugin' => 0, 'Nagios::Plugin' => 0,
'perl' => '5.8.0', 'perl' => '5.8.0',
}, },
add_to_cleanup => [ 'Nagios-Passive-*' ], add_to_cleanup => [ 'Nagios-Passive-*' ],
); );
Expand Down

0 comments on commit a43b48e

Please sign in to comment.