From: Tyler Riddle Date: Wed, 26 Sep 2012 17:06:19 +0000 (-0700) Subject: made enumerating packlists a configurable option X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ff41db970a28c0884e15261dc4ffeaef6a5d0e3;p=scpubgit%2FSystem-Introspector.git made enumerating packlists a configurable option --- diff --git a/lib/System/Introspector/Probe/LibDirs/Perl.pm b/lib/System/Introspector/Probe/LibDirs/Perl.pm index feb185e..ca0687a 100644 --- a/lib/System/Introspector/Probe/LibDirs/Perl.pm +++ b/lib/System/Introspector/Probe/LibDirs/Perl.pm @@ -108,7 +108,7 @@ sub _open_locate_libdirs_pipe { unless $root =~ m{/$}; log_debug { "Executing 'locate' to identify Perl 5 library directories" }; return handle_from_command sprintf - #lib/perl5 for Local::Lib? - lib/perl for others + #lib/perl5 for Local::Lib and debian installed perl? - lib/perl for others? q{locate --regex '^%s.*lib/perl5$'}, $root; }