made enumerating packlists a configurable option
Tyler Riddle [Wed, 26 Sep 2012 17:06:19 +0000 (10:06 -0700)]
lib/System/Introspector/Probe/LibDirs/Perl.pm

index feb185e..ca0687a 100644 (file)
@@ -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;
 }