projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f356dcb
)
accept constructor arguments
Robert 'phaylon' Sedlacek [Mon, 7 May 2012 18:37:32 +0000 (18:37 +0000)]
dev-gather.pl
patch
|
blob
|
blame
|
history
diff --git
a/dev-gather.pl
b/dev-gather.pl
index
0469777
..
3c9657d
100755
(executable)
--- a/
dev-gather.pl
+++ b/
dev-gather.pl
@@
-7,4
+7,4
@@
use Module::Runtime qw( use_module );
my $intro = shift(@ARGV)
or die "Probe argument required\n";
-pp(use_module("System::Introspector::$intro")->new->gather);
+pp(use_module("System::Introspector::$intro")->new(@ARGV)->gather);