Skip to content

Commit

Permalink
Do no index packages under App::PTP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed May 9, 2024
1 parent 4c7e578 commit 746a84e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Perl distribution App-PTP

1.14 - ??
- Do not index the packages under App::PTP (except App::PTP itself). This was
the behavior until v1.12.

1.13 - 2024-05-09
- Make the program be easier to install from CPAN.

Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ WriteMakefile(
dynamic_config => 0,
no_index => {
directory => [ 'local', 'vendor', 't' ],
namespace => ['App::PTP',],
},
resources => {
repository => {
Expand Down
4 changes: 4 additions & 0 deletions dist_setup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
abstract => 'An expressive Pipelining Text Processor',
exe_files => ['script/ptp'],
min_perl_version => 5.022,
no_index => {
# ignores child of App::PTP, but not App::PTP itself.
namespaces => ['App::PTP' ],
},

author => {
name => 'Mathias Kende',
Expand Down

0 comments on commit 746a84e

Please sign in to comment.