Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Commit

Permalink
Added meta info to Build.PL, include no_index examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Feb 20, 2012
1 parent 12a66bf commit a547a4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ my $builder = Module::Build->new(
'Sort::Versions' => 0,
'List::MoreUtils' => 0,
},
meta_merge => {
resources => {
repository => "http://github.com/jberger/Alien-Base",
},
no_index => {
file => [ 'README.pod' ],
directory => [ 'examples' ],
},
},
);

$builder->create_build_script;
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Build.PL
examples/Alien-GSL/Build.PL
examples/Alien-GSL/lib/Alien/GSL.pm
examples/Alien-GSL/MANIFEST
examples/Alien-GSL/share/PLACEHOLDER
lib/Alien/Base.pm
lib/Alien/Base/ModuleBuild.pm
lib/Alien/Base/ModuleBuild/Cabinet.pm
Expand Down

0 comments on commit a547a4e

Please sign in to comment.