===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pdl-2.025/Basic/Primitive/primitive.pd-3101-    my($indexwhere);
pdl-2.025/Basic/Primitive/primitive.pd:3102:    ($indexwhere = $index->where( 0 * $index )) .= -10; # Change NaN to invalid
pdl-2.025/Basic/Primitive/primitive.pd-3103-    {
##############################################
pdl-2.025/Basic/Core/Core.pm-1747-  print "defining...\nsub $name { $def }\n" if $PDL::debug;
pdl-2.025/Basic/Core/Core.pm:1748:  eval ("package $package; sub $name { $def }");
pdl-2.025/Basic/Core/Core.pm-1749-  barf "error defining $name: $@\n" if $@;
##############################################
pdl-2.025/Basic/Core/Dev.pm-402-            $dep =~ s#([\(\)])#\\$1#g; # in case of unbalanced (
pdl-2.025/Basic/Core/Dev.pm:403:            $depbuild .= _oneliner("exit(!(chdir q($dep) && !system(q(\$(MAKE)$target))))");
pdl-2.025/Basic/Core/Dev.pm-404-            $depbuild .= "\n\t";
##############################################
pdl-2.025/Basic/Core/Dev.pm-466-	 'clean'        => {'FILES'  => "$pref.xs $pref.pm $pref\$(OBJ_EXT) $pref.c"},
pdl-2.025/Basic/Core/Dev.pm:467:     (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Core/Dev.pm-468- );
##############################################
pdl-2.025/Basic/Core/Dev.pm-484-	 'dist'         => {'PREOP'  => '$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" -MPDL::Core::Dev -e pdlpp_mkgen $(DISTVNAME)' },
pdl-2.025/Basic/Core/Dev.pm:485:     (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Core/Dev.pm-486- );
##############################################
pdl-2.025/Basic/Core/Dev.pm-527-    my @in = map { "-I$_" } @INC, 'inc';
pdl-2.025/Basic/Core/Dev.pm:528:    my $rv = system($^X, @in, "-MPDL::PP qw[$mod $mod $prefix]", $pd);
pdl-2.025/Basic/Core/Dev.pm-529-    if ($rv == 0 && -f "$prefix.pm") {
##############################################
pdl-2.025/Basic/Core/Dev.pm-560-my ($lib) = @_;
pdl-2.025/Basic/Core/Dev.pm:561:my $lp = `gcc -print-file-name=lib$lib.a`;
pdl-2.025/Basic/Core/Dev.pm-562-$lp =~ s|/[^/]+$||;
##############################################
pdl-2.025/Basic/Core/Dev.pm-712-  print "$Config{cc} $cflags -o $te $tc $libs $HIDE ...\n" unless $hide;
pdl-2.025/Basic/Core/Dev.pm:713:  my $success = (system("$Config{cc} $cflags -o $te $tc $libs $HIDE") == 0) &&
pdl-2.025/Basic/Core/Dev.pm-714-    -e $te ? 1 : 0;
##############################################
pdl-2.025/Basic/Core/Makefile.PL-252- 'INC'          => join(' ',
pdl-2.025/Basic/Core/Makefile.PL:253:   PDL_INCLUDE(), map {length($_) ? qq{"$_"} : ()} $pthread_include, $mallocinc
pdl-2.025/Basic/Core/Makefile.PL-254- ),
##############################################
pdl-2.025/Basic/Core/Makefile.PL-258-  },
pdl-2.025/Basic/Core/Makefile.PL:259: (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Core/Makefile.PL-260-);
##############################################
pdl-2.025/Basic/Gen/PP/dump.pp-57-    # print "defining =>\n$def\n";
pdl-2.025/Basic/Gen/PP/dump.pp:58:    eval($def);
pdl-2.025/Basic/Gen/PP/dump.pp-59-  }
##############################################
pdl-2.025/Basic/Gen/PP/PdlParObj.pm-215-    $type = $Typemap{$this->{Type}}->{Val} >
pdl-2.025/Basic/Gen/PP/PdlParObj.pm:216:      PDL::PP::PdlParObj::typeval($generic) ?
pdl-2.025/Basic/Gen/PP/PdlParObj.pm-217-      $Typemap{$this->{Type}}->{Ctype} : $generic;
##############################################
pdl-2.025/Basic/Gen/Makefile.PL-49-	clean => {FILES => "PP/Dump.pm PP/Dump.pm.tmp pptemplate.pod"},
pdl-2.025/Basic/Gen/Makefile.PL:50:	(eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Gen/Makefile.PL-51-);
##############################################
pdl-2.025/Basic/Pod/Makefile.PL-37- 'clean' => {FILES => "PP-Inline.pod"},
pdl-2.025/Basic/Pod/Makefile.PL:38: (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Pod/Makefile.PL-39-);
##############################################
pdl-2.025/Basic/Makefile.PL-7-  $defstartup = 'default.pdl';
pdl-2.025/Basic/Makefile.PL:8:  system("copy default.perldlrc $defstartup");
pdl-2.025/Basic/Makefile.PL-9-}
##############################################
pdl-2.025/Basic/Makefile.PL-30-		    'Primitive','Slices','Math','MatrixOps','Complex'],
pdl-2.025/Basic/Makefile.PL:31:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Basic/Makefile.PL-32-);
##############################################
pdl-2.025/Perldl2/Plugin/Makefile.PL-13-   },
pdl-2.025/Perldl2/Plugin/Makefile.PL:14:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Perldl2/Plugin/Makefile.PL-15-);
##############################################
pdl-2.025/Perldl2/Profile/Perldl2.pm-100-   #autoflush STDOUT
pdl-2.025/Perldl2/Profile/Perldl2.pm:101:   $repl->eval('$|=1;');
pdl-2.025/Perldl2/Profile/Perldl2.pm-102-   # p command (NOTE: this is not an alias for print)
pdl-2.025/Perldl2/Profile/Perldl2.pm:103:   $repl->eval('sub p { local $, = " "; print @_,"\n" };');
pdl-2.025/Perldl2/Profile/Perldl2.pm-104-
##############################################
pdl-2.025/Perldl2/Profile/Perldl2.pm-170-   if ($repl->can('do_print')) {
pdl-2.025/Perldl2/Profile/Perldl2.pm:171:      $repl->eval('sub do_print { $_REPL->do_print(@_) };');
pdl-2.025/Perldl2/Profile/Perldl2.pm-172-   }
##############################################
pdl-2.025/Perldl2/Profile/Perldl2.pm-174-   if ($repl->can('exit_repl')) {
pdl-2.025/Perldl2/Profile/Perldl2.pm:175:      $repl->eval('sub quit { $_REPL->exit_repl(1) };');
pdl-2.025/Perldl2/Profile/Perldl2.pm-176-   } else {
pdl-2.025/Perldl2/Profile/Perldl2.pm:177:      $repl->eval('sub quit { $_REPL->print("Use Ctrl-D or exit to quit" };');
pdl-2.025/Perldl2/Profile/Perldl2.pm-178-   }
##############################################
pdl-2.025/Perldl2/Profile/Makefile.PL-8-   'PM' => { 'Perldl2.pm' => '$(INST_LIBDIR)/Profile/Perldl2.pm' },
pdl-2.025/Perldl2/Profile/Makefile.PL:9:   (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Perldl2/Profile/Makefile.PL-10-);
##############################################
pdl-2.025/Perldl2/Makefile.PL-40-         'PM' => { 'Script.pm' => '$(INST_LIBDIR)/Perldl2/Script.pm', @podpms },
pdl-2.025/Perldl2/Makefile.PL:41:	  (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Perldl2/Makefile.PL-42-      );
##############################################
pdl-2.025/Perldl2/Makefile.PL-58-         clean => { FILES => 'pdl2.pod' },
pdl-2.025/Perldl2/Makefile.PL:59:         (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Perldl2/Makefile.PL-60-  );
##############################################
pdl-2.025/t/dumper.t-84-
pdl-2.025/t/dumper.t:85:ok(eval('$x->[0]->hdrcpy() == 1 && $x->[1]->hdrcpy() == 0'), 'Check hdrcpy()\'s persist');
pdl-2.025/t/dumper.t:86:ok(eval('($x->[0]->gethdr()->{ok}==1) && ($x->[1]->gethdr()->{ok}==2)'), 'Check gethdr() values persist');
pdl-2.025/t/dumper.t-87-
##############################################
pdl-2.025/t/callext.t-34-push @cleanup, File::Spec->catfile('t', 'callext'.$Config{obj_ext}), $out;
pdl-2.025/t/callext.t:35:eval { callext_cc($cfile, PDL_INCLUDE(), '', $out) };
pdl-2.025/t/callext.t-36-
##############################################
pdl-2.025/t/gsl_interp.t-40-ok(abs($spl->integ(3.2,8.5)-4925.23555581654) < 1e-6, 'integ 3.2 to 8.5' );   
pdl-2.025/t/gsl_interp.t:41:eval { $spl->eval(10)     }; like($@,qr/input domain error/, 'eval 10 (extrapolation not allowed)') ;
pdl-2.025/t/gsl_interp.t-42-eval { $spl->deriv(10)    }; like($@,qr/input domain error/, 'deriv 10 (extrapolation not allowed)' );
##############################################
pdl-2.025/t/flexraw_fortran.t-242-    unlink $data if -f $data;
pdl-2.025/t/flexraw_fortran.t:243:    system( $prog );
pdl-2.025/t/flexraw_fortran.t-244-
##############################################
pdl-2.025/t/flexraw_fortran.t-504-#	print "$pdltype @a\n";
pdl-2.025/t/flexraw_fortran.t:505:#	system("ls -l $data");
pdl-2.025/t/flexraw_fortran.t-506-#    }
##############################################
pdl-2.025/win32/win32f77.pl-53-    print "Executing the test program...\n";
pdl-2.025/win32/win32f77.pl:54:    if (`${file}_exe` ne " Hello World\n") {
pdl-2.025/win32/win32f77.pl-55-       print "Test of Fortran Compiler FAILED. \n";
##############################################
pdl-2.025/PDLdb.pl-3056-                    # System it.
pdl-2.025/PDLdb.pl:3057:                    &system($1);
pdl-2.025/PDLdb.pl-3058-                    next CMD;
##############################################
pdl-2.025/PDLdb.pl-3107-                    # We resume execution when the shell terminates.
pdl-2.025/PDLdb.pl:3108:                    &system( $ENV{SHELL} || "/bin/sh" );
pdl-2.025/PDLdb.pl-3109-                    next CMD;
##############################################
pdl-2.025/PDLdb.pl-3122-                    # XXX: using csh or tcsh destroys sigint retvals!
pdl-2.025/PDLdb.pl:3123:                    #&system($1);  # use this instead
pdl-2.025/PDLdb.pl-3124-
pdl-2.025/PDLdb.pl-3125-                    # use the user's shell, or Bourne if none defined.
pdl-2.025/PDLdb.pl:3126:                    &system( $ENV{SHELL} || "/bin/sh", "-c", $1 );
pdl-2.025/PDLdb.pl-3127-                    next CMD;
##############################################
pdl-2.025/PDLdb.pl-4956-        if ($subrange) {
pdl-2.025/PDLdb.pl:4957:            if ( eval($subrange) < -$window ) {
pdl-2.025/PDLdb.pl-4958-                $subrange =~ s/-.*/+/;
##############################################
pdl-2.025/PDLdb.pl-6638-        if ( "?" eq $sep ) {
pdl-2.025/PDLdb.pl:6639:            print( $OUT "Option query `$opt?' followed by non-space `$_'\n" ),
pdl-2.025/PDLdb.pl-6640-              last
##############################################
pdl-2.025/PDLdb.pl-6684-            print $OUT
pdl-2.025/PDLdb.pl:6685:"Option `$opt' is non-boolean.  Use `$cmd $option=VAL' to set, `$cmd $option?' to query\n";
pdl-2.025/PDLdb.pl-6686-            next;
##############################################
pdl-2.025/PDLdb.pl-8071-    unless ($page) {
pdl-2.025/PDLdb.pl:8072:        &system("$doccmd $doccmd");
pdl-2.025/PDLdb.pl-8073-        return;
##############################################
pdl-2.025/PDLdb.pl-8078-    unless ( $doccmd eq 'man' ) {
pdl-2.025/PDLdb.pl:8079:        &system("$doccmd $page");
pdl-2.025/PDLdb.pl-8080-        return;
##############################################
pdl-2.025/Doc/Doc/Perldl.pm-680-	      }
pdl-2.025/Doc/Doc/Perldl.pm:681:	      chomp($browser = `which $browser`);
pdl-2.025/Doc/Doc/Perldl.pm-682-	      if(-e $browser && -x $browser) {
pdl-2.025/Doc/Doc/Perldl.pm-683-		  print "Spawning \"$browser $url\"...\n";
pdl-2.025/Doc/Doc/Perldl.pm:684:		  `$browser $url`;
pdl-2.025/Doc/Doc/Perldl.pm-685-	      }
##############################################
pdl-2.025/Doc/Makefile.PL-17-     'clean'       => { 'FILES' => q[Doc/Config.pm] },
pdl-2.025/Doc/Makefile.PL:18:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Doc/Makefile.PL-19-);
##############################################
pdl-2.025/Doc/Doc.pm-678-
pdl-2.025/Doc/Doc.pm:679:  #if  (system ("pod2html $file")!=0) {
pdl-2.025/Doc/Doc.pm-680-  #   warn "Failed to execute command: pod2html $file2\n";
##############################################
pdl-2.025/GENERATED/PDL/GIS/Proj.pm-157-    my $params = shift;
pdl-2.025/GENERATED/PDL/GIS/Proj.pm:158:    my @a = split(/\n/, `echo | proj -v $params`);
pdl-2.025/GENERATED/PDL/GIS/Proj.pm-159-    pop(@a);
##############################################
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm-122-
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm:123:    $result = $spl->eval($points);
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm-124-
##############################################
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm-128-
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm:129:    my $res = $spl->eval($x)
pdl-2.025/GENERATED/PDL/GSL/INTERP.pm-130-
##############################################
pdl-2.025/GENERATED/PDL/IO/Storable.pm-182-
pdl-2.025/GENERATED/PDL/IO/Storable.pm:183:    $type = eval( '$PDL::Types::' . $typestring );
pdl-2.025/GENERATED/PDL/IO/Storable.pm-184-    if( $@ )
##############################################
pdl-2.025/GENERATED/PDL/Primitive.pm-2757-    my($indexwhere);
pdl-2.025/GENERATED/PDL/Primitive.pm:2758:    ($indexwhere = $index->where( 0 * $index )) .= -10; # Change NaN to invalid
pdl-2.025/GENERATED/PDL/Primitive.pm-2759-    {
##############################################
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-291-   if( !($pid = fork)) {	# error or child
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm:292:      exec("saoimage", -idev => $fifo, -odev => $fifi, @_) if defined $pid;
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-293-      die "Can't start saoimage: $!\n";
##############################################
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-323-   if( !($pid = fork)) {	# error or child
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm:324:      exec("ximtool", -xrm => "ximtool*input_fifo: $fifi", -xrm => "ximtool*output_fifo: $fifo", @_) if defined $pid;
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-325-      die "Can't start ximtool: $!\n";
##############################################
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-415-
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm:416:            if ( system('mknod', $pipe, 'p') and system('mkfifo',$pipe) ) {
pdl-2.025/GENERATED/PDL/Graphics/IIS.pm-417-                die "Failed to create named pipe $pipe\n";
##############################################
pdl-2.025/IO/Dicom/Makefile.PL-13-     'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/IO/Dicom/Makefile.PL:14:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/Dicom/Makefile.PL-15-);
##############################################
pdl-2.025/IO/FlexRaw/Makefile.PL-8-     'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/IO/FlexRaw/Makefile.PL:9:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/FlexRaw/Makefile.PL-10-);
##############################################
pdl-2.025/IO/FITS/Makefile.PL-7-	      'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/IO/FITS/Makefile.PL:8:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/FITS/Makefile.PL-9-	      );
##############################################
pdl-2.025/IO/Pnm/Pic.pm-189-
pdl-2.025/IO/Pnm/Pic.pm:190:    system("$converter{$form}->{get} -version");
pdl-2.025/IO/Pnm/Pic.pm-191-    open(STDERR, ">&PDL::IO::Pic::SAVEERR");
##############################################
pdl-2.025/IO/Storable/storable.pd-219-
pdl-2.025/IO/Storable/storable.pd:220:    $type = eval( '$PDL::Types::' . $typestring );
pdl-2.025/IO/Storable/storable.pd-221-    if( $@ )
##############################################
pdl-2.025/IO/FastRaw/Makefile.PL-7-     'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/IO/FastRaw/Makefile.PL:8:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/FastRaw/Makefile.PL-9-);
##############################################
pdl-2.025/IO/HDF/SD/Makefile.PL-27-    }, 
pdl-2.025/IO/HDF/SD/Makefile.PL:28:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/HDF/SD/Makefile.PL-29-);
##############################################
pdl-2.025/IO/HDF/VS/Makefile.PL-28-    },
pdl-2.025/IO/HDF/VS/Makefile.PL:29:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/HDF/VS/Makefile.PL-30-);
##############################################
pdl-2.025/IO/HDF/Makefile.PL-181-    DIR => [ 'SD', 'VS' ],
pdl-2.025/IO/HDF/Makefile.PL:182:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/HDF/Makefile.PL-183-);
##############################################
pdl-2.025/IO/IDL/Makefile.PL-12-     'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/IO/IDL/Makefile.PL:13:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/IDL/Makefile.PL-14-);
##############################################
pdl-2.025/IO/Makefile.PL-21-     'DIR'      => [ @dirs ],
pdl-2.025/IO/Makefile.PL:22:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/IO/Makefile.PL-23-);
##############################################
pdl-2.025/Demos/TriD/test3.p-27-	wpic $ppdl,"$_[0].jpg";
pdl-2.025/Demos/TriD/test3.p:28:	system("xv $_[0].jpg");
pdl-2.025/Demos/TriD/test3.p-29-}
##############################################
pdl-2.025/Demos/Makefile.PL-38-     'clean' => { 'FILES' => 'BAD_demo.pm BAD2_demo.pm' },
pdl-2.025/Demos/Makefile.PL:39:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Demos/Makefile.PL-40-);
##############################################
pdl-2.025/Lib/Fit/Makefile.PL-14-        } <*.pm> },
pdl-2.025/Lib/Fit/Makefile.PL:15:        (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/Fit/Makefile.PL-16-);
##############################################
pdl-2.025/Lib/CallExt/Makefile.PL-12- 'LIBS' => [$malloclib],
pdl-2.025/Lib/CallExt/Makefile.PL:13: (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/CallExt/Makefile.PL-14-);
##############################################
pdl-2.025/Lib/GIS/Proj/Proj.pd-162-    my $params = shift;
pdl-2.025/Lib/GIS/Proj/Proj.pd:163:    my @a = split(/\n/, `echo | proj -v $params`);
pdl-2.025/Lib/GIS/Proj/Proj.pd-164-    pop(@a);
##############################################
pdl-2.025/Lib/GIS/Makefile.PL-8-    DIR =>  [ qw/ Proj / ],
pdl-2.025/Lib/GIS/Makefile.PL:9:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/GIS/Makefile.PL-10-);
##############################################
pdl-2.025/Lib/Transform/Cartography/Makefile.PL-10-		      (map {($_ => '$(INST_LIBDIR)/Cartography/'.$_)} <*.fits *.jpg>)},
pdl-2.025/Lib/Transform/Cartography/Makefile.PL:11:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/Transform/Cartography/Makefile.PL-12-);
##############################################
pdl-2.025/Lib/GSL/SF/poly/gsl_sf_poly.pd-33-       Code =>'
pdl-2.025/Lib/GSL/SF/poly/gsl_sf_poly.pd:34:$y() = gsl_poly_eval($P(c),$SIZE(m),$x());
pdl-2.025/Lib/GSL/SF/poly/gsl_sf_poly.pd-35-',
##############################################
pdl-2.025/Lib/GSL/SF/Makefile.PL-55-       #DIR =>  [ qw/airy bessel chebyshev clausen coulomb coupling dawson debye dilog elementary ellint elljac erf exp expint fermi_dirac gamma gegenbauer hyperg laguerre legendre log poly pow_int psi synchrotron transport trig zeta/ ],
pdl-2.025/Lib/GSL/SF/Makefile.PL:56:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/GSL/SF/Makefile.PL-57-);
##############################################
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd-102-
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd:103:    $result = $spl->eval($points);
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd-104-
##############################################
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd-108-
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd:109:    my $res = $spl->eval($x)
pdl-2.025/Lib/GSL/INTERP/gsl_interp.pd-110-
##############################################
pdl-2.025/Lib/GSL/Makefile.PL-7-  no warnings 'exec';
pdl-2.025/Lib/GSL/Makefile.PL:8:  `gsl-config $flags`;
pdl-2.025/Lib/GSL/Makefile.PL-9-}
##############################################
pdl-2.025/Lib/GSL/Makefile.PL-73-      'NAME'	=> 'PDL::GSL',
pdl-2.025/Lib/GSL/Makefile.PL:74:       (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/GSL/Makefile.PL-75-   );
##############################################
pdl-2.025/Lib/Filter/Makefile.PL-14-        },
pdl-2.025/Lib/Filter/Makefile.PL:15:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/Filter/Makefile.PL-16-       );
##############################################
pdl-2.025/Lib/Simplex/Makefile.PL-7-	},
pdl-2.025/Lib/Simplex/Makefile.PL:8:	(eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Lib/Simplex/Makefile.PL-9-);
##############################################
pdl-2.025/Graphics/TriD/VRML/Makefile.PL-7-     'VERSION_FROM' => '../../../Basic/Core/Version.pm',
pdl-2.025/Graphics/TriD/VRML/Makefile.PL:8:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/TriD/VRML/Makefile.PL-9-);
##############################################
pdl-2.025/Graphics/TriD/TriD/VRML.pm-501-			  $cmd = "openURL(file:$file$target)"}
pdl-2.025/Graphics/TriD/TriD/VRML.pm:502:		   system('netscape','-remote',$cmd);
pdl-2.025/Graphics/TriD/TriD/VRML.pm-503-		 $PDL::Graphics::TriD::VRML::Parameter::lastfile = $file},
##############################################
pdl-2.025/Graphics/TriD/Makefile.PL-30-     'DIR'          => [ @subdirs ],
pdl-2.025/Graphics/TriD/Makefile.PL:31:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/TriD/Makefile.PL-32-);
##############################################
pdl-2.025/Graphics/LUT/tables/Makefile.PL-15-   },
pdl-2.025/Graphics/LUT/tables/Makefile.PL:16:   (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/LUT/tables/Makefile.PL-17-);
##############################################
pdl-2.025/Graphics/LUT/ramps/Makefile.PL-15-   },
pdl-2.025/Graphics/LUT/ramps/Makefile.PL:16:   (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/LUT/ramps/Makefile.PL-17-);
##############################################
pdl-2.025/Graphics/LUT/Makefile.PL-8- 'DIR'          => [ 'tables', 'ramps' ],
pdl-2.025/Graphics/LUT/Makefile.PL:9: (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/LUT/Makefile.PL-10-);
##############################################
pdl-2.025/Graphics/IIS/iis.pd-273-   if( !($pid = fork)) {	# error or child
pdl-2.025/Graphics/IIS/iis.pd:274:      exec("saoimage", -idev => $fifo, -odev => $fifi, @_) if defined $pid;
pdl-2.025/Graphics/IIS/iis.pd-275-      die "Can't start saoimage: $!\n";
##############################################
pdl-2.025/Graphics/IIS/iis.pd-305-   if( !($pid = fork)) {	# error or child
pdl-2.025/Graphics/IIS/iis.pd:306:      exec("ximtool", -xrm => "ximtool*input_fifo: $fifi", -xrm => "ximtool*output_fifo: $fifo", @_) if defined $pid;
pdl-2.025/Graphics/IIS/iis.pd-307-      die "Can't start ximtool: $!\n";
##############################################
pdl-2.025/Graphics/IIS/iis.pd-397-
pdl-2.025/Graphics/IIS/iis.pd:398:            if ( system('mknod', $pipe, 'p') and system('mkfifo',$pipe) ) {
pdl-2.025/Graphics/IIS/iis.pd-399-                die "Failed to create named pipe $pipe\n";
##############################################
pdl-2.025/Graphics/PGPLOT/Window/Makefile.PL-8-	      'INC' => '-I../../../Basic/Core/', # for ppport.h
pdl-2.025/Graphics/PGPLOT/Window/Makefile.PL:9:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/PGPLOT/Window/Makefile.PL-10-);
##############################################
pdl-2.025/Graphics/PGPLOT/Makefile.PL-17-	      'DIR' => ['Window'],
pdl-2.025/Graphics/PGPLOT/Makefile.PL:18:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/PGPLOT/Makefile.PL-19-);
##############################################
pdl-2.025/Graphics/Limits/Makefile.PL-7-	      'VERSION_FROM' => '../../Basic/Core/Version.pm',
pdl-2.025/Graphics/Limits/Makefile.PL:8:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/Limits/Makefile.PL-9-);
##############################################
pdl-2.025/Graphics/Makefile.PL-35-               'DIR'          => [@subdirs],
pdl-2.025/Graphics/Makefile.PL:36:    (eval ($ExtUtils::MakeMaker::VERSION) >= 6.57_02 ? ('NO_MYMETA' => 1) : ()),
pdl-2.025/Graphics/Makefile.PL-37-);
##############################################
pdl-2.025/debian/dh_pdl-102-		if ($deps & XS_MODULE or $dh{V_FLAG_SET}) {
pdl-2.025/debian/dh_pdl:103:			($version) = `dpkg -s $pdl` =~ /^Version:\s*(\S+)/m
pdl-2.025/debian/dh_pdl-104-				unless $version;
##############################################
pdl-2.025/debian/f77conf.pl-53-    print "Executing the test program...\n";
pdl-2.025/debian/f77conf.pl:54:    if (`${file}_exe` ne " Hello World\n") {
pdl-2.025/debian/f77conf.pl-55-       print "Test of Fortran Compiler FAILED. \n";
##############################################
pdl-2.025/debian/patches/hardening.patch-7-@@ -597,7 +597,7 @@ EOPS
pdl-2.025/debian/patches/hardening.patch:8: # support the `$<` variable in explicit rules
pdl-2.025/debian/patches/hardening.patch-9- $text .= <<EOT if $^O !~ /MSWin/;
##############################################
pdl-2.025/debian/rules-8-
pdl-2.025/debian/rules:9:subst_pdlapi = -Vpdlapi:Provides="`perl -Mblib -MPDL::Config::Debian -e 'print \"pdlapi-$$PDL::Config::Debian::pdl_core_version\n\"'`"
pdl-2.025/debian/rules-10-
##############################################
pdl-2.025/debian/rules-16-	for TEMPLATE in $(TEMPLATES) ; do \
pdl-2.025/debian/rules:17:	    sed -e 's,@vendorarch@,$(vendorarch),g' $$TEMPLATE > `echo $$TEMPLATE | sed 's/.in$$//'` ; \
pdl-2.025/debian/rules-18-	done
##############################################
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL-252-  my $usebvals = $PDL::Config{WITH_BADVAL} ? "BADVALS=1" : "";
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL:253:  system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals);
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL-254-  unless ( -f 'Basic/Core/Types.pm' ) {
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL:255:     warn "system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals) was run...\n";
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL-256-     die "error creating Basic/Core/Types.pm";
##############################################
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL-596-# Here, `pdl.c` is used directly because some makes (e.g., on Solaris) do not
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL:597:# support the `$<` variable in explicit rules
pdl-2.025/.pc/disable-doc-install.patch/Makefile.PL-598-$text .= <<EOT if $^O !~ /MSWin/;
##############################################
pdl-2.025/.pc/hardening.patch/Makefile.PL-252-  my $usebvals = $PDL::Config{WITH_BADVAL} ? "BADVALS=1" : "";
pdl-2.025/.pc/hardening.patch/Makefile.PL:253:  system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals);
pdl-2.025/.pc/hardening.patch/Makefile.PL-254-  unless ( -f 'Basic/Core/Types.pm' ) {
pdl-2.025/.pc/hardening.patch/Makefile.PL:255:     warn "system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals) was run...\n";
pdl-2.025/.pc/hardening.patch/Makefile.PL-256-     die "error creating Basic/Core/Types.pm";
##############################################
pdl-2.025/.pc/hardening.patch/Makefile.PL-596-# Here, `pdl.c` is used directly because some makes (e.g., on Solaris) do not
pdl-2.025/.pc/hardening.patch/Makefile.PL:597:# support the `$<` variable in explicit rules
pdl-2.025/.pc/hardening.patch/Makefile.PL-598-$text .= <<EOT if $^O !~ /MSWin/;
##############################################
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc.pm-666-
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc.pm:667:  #if  (system ("pod2html $file")!=0) {
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc.pm-668-  #   warn "Failed to execute command: pod2html $file2\n";
##############################################
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm-668-	      }
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm:669:	      chomp($browser = `which $browser`);
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm-670-	      if(-e $browser && -x $browser) {
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm-671-		  print "Spawning \"$browser $url\"...\n";
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm:672:		  `$browser $url`;
pdl-2.025/.pc/absolute-doc-paths.patch/Doc/Doc/Perldl.pm-673-	      }
##############################################
pdl-2.025/Makefile.PL-252-  my $usebvals = $PDL::Config{WITH_BADVAL} ? "BADVALS=1" : "";
pdl-2.025/Makefile.PL:253:  system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals);
pdl-2.025/Makefile.PL-254-  unless ( -f 'Basic/Core/Types.pm' ) {
pdl-2.025/Makefile.PL:255:     warn "system( $Config{perlpath}, 'Basic/Core/Types.pm.PL', $usebvals) was run...\n";
pdl-2.025/Makefile.PL-256-     die "error creating Basic/Core/Types.pm";
##############################################
pdl-2.025/Makefile.PL-596-# Here, `pdl.c` is used directly because some makes (e.g., on Solaris) do not
pdl-2.025/Makefile.PL:597:# support the `$<` variable in explicit rules
pdl-2.025/Makefile.PL-598-$text .= <<EOT if $^O !~ /MSWin/;