Skip to content

Commit

Permalink
Don't index the preprocess/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 10, 2024
1 parent a422e45 commit 806bca9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
Expand Up @@ -84,6 +84,9 @@ my %WriteMakefile = (
},
homepage => $github,
},
no_index => {
directory => [ 'preprocess' ]
},
},

clean => { FILES => "$dist-*" },
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/Iterate.pm
@@ -1,6 +1,6 @@
# This file is here for PAUSE and will be replaced at build time
package Object::Iterate;
$VERSION = '1.147';
$VERSION = '1.147_01';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Object/Iterate/Tester.pm
Expand Up @@ -6,7 +6,7 @@ use vars qw($VERSION);
use warnings;
no warnings;

$VERSION = '1.146';
$VERSION = '1.147_01';

=encoding utf8
Expand Down

0 comments on commit 806bca9

Please sign in to comment.