Skip to content

Commit

Permalink
Fix Build.PL to make cpanm --installdeps -vn . work
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 11, 2016
1 parent dbb8e76 commit 80b12cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ META.list.local
ModulesPerl6-*
.build
public/proto.json
MYMETA.json
MYMETA.yml
2 changes: 2 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ use strict;
use Module::Build;

my $build = Module::Build->new(
module_name => 'Perl6::Modules::Org',
dist_abstract => 'Perl 6 Ecosystem',
dist_name => 'perl6.modules.org',
dist_author => 'Perl 6 Hackers',
license => 'perl',
Expand Down

0 comments on commit 80b12cc

Please sign in to comment.