Skip to content

Commit

Permalink
Merge pull request #1380 from mojolicious/no_index_private
Browse files Browse the repository at this point in the history
add private packages to no_index metadata
  • Loading branch information
kraih authored Jul 9, 2019
2 parents 999050a + 1d52c98 commit ca766cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ WriteMakefile(
META_MERGE => {
dynamic_config => 0,
'meta-spec' => {version => 2},
no_index => {directory => ['examples', 't']},
prereqs => {runtime => {requires => {perl => '5.010001'}}},
resources => {
no_index => {
directory => [qw(examples t)],
package => [qw(Mojo::Exception::_Guard Mojo::Server::PSGI::_IO)],
},
prereqs => {runtime => {requires => {perl => '5.010001'}}},
resources => {
bugtracker => {web => 'https://github.com/mojolicious/mojo/issues'},
homepage => 'https://mojolicious.org',
license => ['http://www.opensource.org/licenses/artistic-license-2.0'],
Expand Down

0 comments on commit ca766cb

Please sign in to comment.