===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-48-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:49:# Write `eval { my $foo; bar($foo) }' instead of `eval "my $foo; bar($foo);"'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-50-[BuiltinFunctions::ProhibitStringyEval]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-56-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:57:# Write `split /-/, $string' instead of `split '-', $string'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-58-[BuiltinFunctions::ProhibitStringySplit]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-61-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:62:# Write `eval { $foo->can($name) }' instead of `UNIVERSAL::can($foo, $name)'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-63-[BuiltinFunctions::ProhibitUniversalCan]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-66-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:67:# Write `eval { $foo->isa($pkg) }' instead of `UNIVERSAL::isa($foo, $pkg)'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-68-[BuiltinFunctions::ProhibitUniversalIsa]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-81-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:82:# Write `grep { $_ =~ /$pattern/ } @list' instead of `grep /$pattern/, @list'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-83-[BuiltinFunctions::RequireBlockGrep]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-86-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:87:# Write `map { $_ =~ /$pattern/ } @list' instead of `map /$pattern/, @list'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-88-[BuiltinFunctions::RequireBlockMap]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-111-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:112:# Write `bless {}, $class;' instead of just `bless {};'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-113-[ClassHierarchies::ProhibitOneArgBless]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-124-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:125:# Write `open $handle, $path' instead of `open($handle, $path)'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-126-[CodeLayout::ProhibitParensWithBuiltins]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-200-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:201:# Write `if($condition){ do_something() }' instead of `do_something() if $condition'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-202-[ControlStructures::ProhibitPostfixControls]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-212-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:213:# Write `if(! $condition)' instead of `unless($condition)'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-214-[ControlStructures::ProhibitUnlessBlocks]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-222-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:223:# Write `while(! $condition)' instead of `until($condition)'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-224-[ControlStructures::ProhibitUntilBlocks]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-264-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:265:# You can't depend upon the value of `$@'/`$EVAL_ERROR' to tell whether an `eval' failed.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-266-[ErrorHandling::RequireCheckingReturnValueOfEval]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-269-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:270:# Discourage stuff like `@files = `ls $directory`'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-271-[InputOutput::ProhibitBacktickOperators]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-277-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:278:# Write `open my $fh, q{<}, $filename;' instead of `open FH, q{<}, $filename;'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-279-[InputOutput::ProhibitBarewordFileHandles]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-302-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:303:# Write `while( $line = <> ){...}' instead of `for(<>){...}'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-304-[InputOutput::ProhibitReadlineInForLoop]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-307-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:308:# Write `open $fh, q{<}, $filename;' instead of `open $fh, "<$filename";'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-309-[InputOutput::ProhibitTwoArgOpen]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-312-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:313:# Write `print {$FH} $foo, $bar;' instead of `print $FH $foo, $bar;'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-314-[InputOutput::RequireBracedFileHandleWithPrint]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-327-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:328:# Write `my $error = close $fh;' instead of `close $fh;'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-329-[InputOutput::RequireCheckedClose]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-332-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:333:# Write `my $error = open $fh, $mode, $filename;' instead of `open $fh, $mode, $filename;'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-334-[InputOutput::RequireCheckedOpen]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-490-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:491:# Write `@{ $array_ref }' instead of `@$array_ref'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-492-[References::ProhibitDoubleSigils]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-762-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:763:# Write ` !$foo && $bar || $baz ' instead of ` not $foo && $bar or $baz'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-764-[ValuesAndExpressions::ProhibitMixedBooleanOperators]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-836-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:837:# Avoid `$`', `$&', `$'' and their English equivalents.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-838-[Variables::ProhibitMatchVars]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-857-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:858:# Write `$EVAL_ERROR' instead of `$@'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-859-[Variables::ProhibitPunctuationVars]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-884-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:885:# Write `local $foo = $bar;' instead of just `local $foo;'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-886-[Variables::RequireInitializationForLocalVars]
##############################################
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-889-
libxml-opml-simplegen-perl-0.07/t/perlcriticrc:890:# Write `for my $element (@list) {...}' instead of `for $element (@list) {...}'.
libxml-opml-simplegen-perl-0.07/t/perlcriticrc-891-[Variables::RequireLexicalLoopIterators]