projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
afe94e0
)
use STDERR not STDOUT for debugging the perl libdir probe
Chris Nehren [Sun, 19 Aug 2012 03:56:55 +0000 (
03:56
+0000)]
lib/System/Introspector/Probe/LibDirs/Perl.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/Probe/LibDirs/Perl.pm
b/lib/System/Introspector/Probe/LibDirs/Perl.pm
index
b88b689
..
f242af1
100644
(file)
--- a/
lib/System/Introspector/Probe/LibDirs/Perl.pm
+++ b/
lib/System/Introspector/Probe/LibDirs/Perl.pm
@@
-13,7
+13,7
@@
has root => (
default => sub { '/' },
);
-sub _log { shift; printf "[%s] %s\n", scalar(localtime), join '', @_ }
+sub _log { shift; warn sprintf "[%s] %s\n", scalar(localtime), join '', @_ }
sub gather {
my ($self) = @_;