=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libwww-mechanize-shell-perl-0.59/Makefile.PL-210- (my $example_file = $main_file) =~ s!\.pm$!/Examples.pm!; libwww-mechanize-shell-perl-0.59/Makefile.PL:211: my $examples = `$perl -w examples/gen_examples_pod.pl`; libwww-mechanize-shell-perl-0.59/Makefile.PL-212- if ($examples) { ############################################## libwww-mechanize-shell-perl-0.59/t/14-command-identity.t-318- libwww-mechanize-shell-perl-0.59/t/14-command-identity.t:319: my ($compile) = `"$^X" -c "$tempname" 2>&1`; libwww-mechanize-shell-perl-0.59/t/14-command-identity.t-320- chomp $compile; ############################################## libwww-mechanize-shell-perl-0.59/t/14-command-identity.t-328- my $command = qq("$^X" -Iblib/lib "$tempname" 2>&1); libwww-mechanize-shell-perl-0.59/t/14-command-identity.t:329: $output = `$command`; libwww-mechanize-shell-perl-0.59/t/14-command-identity.t-330- $output =~ s!^Cookie:.*$!Cookie: <removed>!smg; # cookies get re-ordered, sometimes ############################################## libwww-mechanize-shell-perl-0.59/t/29-launch-shell.t-15- libwww-mechanize-shell-perl-0.59/t/29-launch-shell.t:16:my $res = system($perl, "-I./blib/lib", "-MWWW::Mechanize::Shell", "-eshell(warnings=>undef)", $temp); libwww-mechanize-shell-perl-0.59/t/29-launch-shell.t-17-is $res,0,"Shell launch works"; ############################################## libwww-mechanize-shell-perl-0.59/t/06-valid-output.t-122- libwww-mechanize-shell-perl-0.59/t/06-valid-output.t:123: my $output = `$^X -Ilib -c $name 2>&1`; libwww-mechanize-shell-perl-0.59/t/06-valid-output.t-124- chomp $output; ############################################## libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t-99- libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t:100: my ($compile) = `$^X -c "$tempname" 2>&1`; libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t-101- chomp $compile; ############################################## libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t-109- my $command = qq($^X -Ilib "$tempname" 2>&1); libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t:110: $output = `$command`; libwww-mechanize-shell-perl-0.59/t/16-form-fillout.t-111- $output =~ s!^Cookie:.*$!Cookie: <removed>!smg; # cookies get re-ordered, sometimes ############################################## libwww-mechanize-shell-perl-0.59/t/20-restart-without-script.t-13- libwww-mechanize-shell-perl-0.59/t/20-restart-without-script.t:14:my $output= `$^X -I./lib -MWWW::Mechanize::Shell -e "WWW::Mechanize::Shell->new('t',rcfile=>undef,warnings=>undef)->cmd('restart');print'OK'" 2>&1`; libwww-mechanize-shell-perl-0.59/t/20-restart-without-script.t-15-chomp $output; ############################################## libwww-mechanize-shell-perl-0.59/lib/WWW/Mechanize/Shell.pm-257- if ($^O eq 'VMS') { libwww-mechanize-shell-perl-0.59/lib/WWW/Mechanize/Shell.pm:258: last if system("$pager $filename") == 0; # quoting prevents logical expansion libwww-mechanize-shell-perl-0.59/lib/WWW/Mechanize/Shell.pm-259- } else { libwww-mechanize-shell-perl-0.59/lib/WWW/Mechanize/Shell.pm:260: last if system(qq{$pager "$filename"}) == 0; libwww-mechanize-shell-perl-0.59/lib/WWW/Mechanize/Shell.pm-261- } ############################################## libwww-mechanize-shell-perl-0.59/xt/copyright.t-34- if( $is_checkout ) { libwww-mechanize-shell-perl-0.59/xt/copyright.t:35: # diag `git log -1 --pretty="format:%ct" "$file"`; libwww-mechanize-shell-perl-0.59/xt/copyright.t:36: $modified_ts = `git log -1 --pretty="format:%ct" "$file"`; libwww-mechanize-shell-perl-0.59/xt/copyright.t-37- } else { ############################################## libwww-mechanize-shell-perl-0.59/xt/99-compile.t-25- my ($stdout, $stderr, $exit) = capture(sub { libwww-mechanize-shell-perl-0.59/xt/99-compile.t:26: system( $^X, '-Mblib', '-c', $_ ); libwww-mechanize-shell-perl-0.59/xt/99-compile.t-27- }); ############################################## libwww-mechanize-shell-perl-0.59/xt/99-synopsis.t-41- close $tmpfh; # flush it libwww-mechanize-shell-perl-0.59/xt/99-synopsis.t:42: my $output = `$^X -Ilib -c $tempname 2>&1`; libwww-mechanize-shell-perl-0.59/xt/99-synopsis.t-43- if( $output =~ /\ssyntax OK$/ ) { ############################################## libwww-mechanize-shell-perl-0.59/debian/patches/spelling-errors-89- libwww-mechanize-shell-perl-0.59/debian/patches/spelling-errors:90: my $output= `$^X -I./lib -MWWW::Mechanize::Shell -e "WWW::Mechanize::Shell->new('t',rcfile=>undef,warnings=>undef)->cmd('restart');print'OK'" 2>&1`; libwww-mechanize-shell-perl-0.59/debian/patches/spelling-errors-91- chomp $output; ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-64- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:65:## `$shell->release_agent` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-66- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-70- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:71:## `$shell->source_file FILENAME` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-72- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-77- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:78:## `$shell->display_user_warning` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-79- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-82- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:83:## `$shell->print_paged LIST` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-84- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:85:Prints the text in LIST using `$ENV{PAGER}`. If `$ENV{PAGER}` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-86-is empty, prints directly to `STDOUT`. Most of this routine ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-88- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:89:## `$shell->link_text LINK` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-90- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-97- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:98:## `$shell->history` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-99- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-105- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:106:## `$shell->script` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-107- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-113- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:114:## `$shell->status` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-115- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-117- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:118:## `$shell->display FILENAME LINES` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-119- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-225- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:226:If NAME matches `/^\d+$/`, it is assumed to be the (1-based) index libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-227-of the form to select. There is no way of selecting a numerically ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-466-For the generated scripts, anything matching the regular expression libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:467:`/\$self->agent\b/` is automatically libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:468:replaced by `$agent` in your eval code, to do the Right Thing. libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-469- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-527- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn:528:## `$shell->munge_code( CODE )` libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/README.mkdn-529- ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/lib/WWW/Mechanize/Shell.pm-257- if ($^O eq 'VMS') { libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/lib/WWW/Mechanize/Shell.pm:258: last if system("$pager $filename") == 0; # quoting prevents logical expansion libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/lib/WWW/Mechanize/Shell.pm-259- } else { libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/lib/WWW/Mechanize/Shell.pm:260: last if system(qq{$pager "$filename"}) == 0; libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/lib/WWW/Mechanize/Shell.pm-261- } ############################################## libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/t/20-restart-without-script.t-13- libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/t/20-restart-without-script.t:14:my $output= `$^X -I./lib -MWWW::Mechanize::Shell -e "WWW::Mechanize::Shell->new('t',rcfile=>undef,warnings=>undef)->cmd('restart');print'OK'" 2>&1`; libwww-mechanize-shell-perl-0.59/.pc/spelling-errors/t/20-restart-without-script.t-15-chomp $output; ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-64- libwww-mechanize-shell-perl-0.59/README.mkdn:65:## `$shell->release_agent` libwww-mechanize-shell-perl-0.59/README.mkdn-66- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-70- libwww-mechanize-shell-perl-0.59/README.mkdn:71:## `$shell->source_file FILENAME` libwww-mechanize-shell-perl-0.59/README.mkdn-72- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-77- libwww-mechanize-shell-perl-0.59/README.mkdn:78:## `$shell->display_user_warning` libwww-mechanize-shell-perl-0.59/README.mkdn-79- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-82- libwww-mechanize-shell-perl-0.59/README.mkdn:83:## `$shell->print_paged LIST` libwww-mechanize-shell-perl-0.59/README.mkdn-84- libwww-mechanize-shell-perl-0.59/README.mkdn:85:Prints the text in LIST using `$ENV{PAGER}`. If `$ENV{PAGER}` libwww-mechanize-shell-perl-0.59/README.mkdn-86-is empty, prints directly to `STDOUT`. Most of this routine ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-88- libwww-mechanize-shell-perl-0.59/README.mkdn:89:## `$shell->link_text LINK` libwww-mechanize-shell-perl-0.59/README.mkdn-90- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-97- libwww-mechanize-shell-perl-0.59/README.mkdn:98:## `$shell->history` libwww-mechanize-shell-perl-0.59/README.mkdn-99- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-105- libwww-mechanize-shell-perl-0.59/README.mkdn:106:## `$shell->script` libwww-mechanize-shell-perl-0.59/README.mkdn-107- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-113- libwww-mechanize-shell-perl-0.59/README.mkdn:114:## `$shell->status` libwww-mechanize-shell-perl-0.59/README.mkdn-115- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-117- libwww-mechanize-shell-perl-0.59/README.mkdn:118:## `$shell->display FILENAME LINES` libwww-mechanize-shell-perl-0.59/README.mkdn-119- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-225- libwww-mechanize-shell-perl-0.59/README.mkdn:226:If NAME matches `/^\d+$/`, it is assumed to be the (1-based) index libwww-mechanize-shell-perl-0.59/README.mkdn-227-of the form to select. There is no way of selecting a numerically ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-466-For the generated scripts, anything matching the regular expression libwww-mechanize-shell-perl-0.59/README.mkdn:467:`/\$self->agent\b/` is automatically libwww-mechanize-shell-perl-0.59/README.mkdn:468:replaced by `$agent` in your eval code, to do the Right Thing. libwww-mechanize-shell-perl-0.59/README.mkdn-469- ############################################## libwww-mechanize-shell-perl-0.59/README.mkdn-527- libwww-mechanize-shell-perl-0.59/README.mkdn:528:## `$shell->munge_code( CODE )` libwww-mechanize-shell-perl-0.59/README.mkdn-529-