diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-02-29 15:33:05 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-02-29 15:33:05 +0200 |
commit | 4d97b3cc28cd777c5607474f9a98679b04f88a55 (patch) | |
tree | fa3290d3b6992f6669b27b6d85e836d881e9fb91 /dist/B-Lint/lib/B/Lint.pm | |
parent | 9c2058001cf5b160808756ea260d7340523ca1be (diff) | |
download | perl-4d97b3cc28cd777c5607474f9a98679b04f88a55.tar.gz |
Stop the indexer from processing private modules
Diffstat (limited to 'dist/B-Lint/lib/B/Lint.pm')
-rw-r--r-- | dist/B-Lint/lib/B/Lint.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Lint/lib/B/Lint.pm b/dist/B-Lint/lib/B/Lint.pm index a38ee323d0..a080af778d 100644 --- a/dist/B-Lint/lib/B/Lint.pm +++ b/dist/B-Lint/lib/B/Lint.pm @@ -1,6 +1,6 @@ package B::Lint; -our $VERSION = '1.13'; ## no critic +our $VERSION = '1.14'; ## no critic =head1 NAME |