From 806bca9eb65f882bdfac93973519dcf4a3854607 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Wed, 10 Apr 2024 13:22:43 -0400 Subject: [PATCH] Don't index the preprocess/ dir --- Makefile.PL | 3 +++ lib/Object/Iterate.pm | 2 +- lib/Object/Iterate/Tester.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 1448743..40beb32 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -84,6 +84,9 @@ my %WriteMakefile = ( }, homepage => $github, }, + no_index => { + directory => [ 'preprocess' ] + }, }, clean => { FILES => "$dist-*" }, diff --git a/lib/Object/Iterate.pm b/lib/Object/Iterate.pm index 7e95068..37be68b 100755 --- a/lib/Object/Iterate.pm +++ b/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 diff --git a/lib/Object/Iterate/Tester.pm b/lib/Object/Iterate/Tester.pm index ef06c6c..d0e658e 100644 --- a/lib/Object/Iterate/Tester.pm +++ b/lib/Object/Iterate/Tester.pm @@ -6,7 +6,7 @@ use vars qw($VERSION); use warnings; no warnings; -$VERSION = '1.146'; +$VERSION = '1.147_01'; =encoding utf8