===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libtypes-xsd-perl-0.005/Makefile.PL-3-
libtypes-xsd-perl-0.005/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
libtypes-xsd-perl-0.005/Makefile.PL-5-
##############################################
libtypes-xsd-perl-0.005/README-293-
libtypes-xsd-perl-0.005/README:294:    `dur_parse($str)`
libtypes-xsd-perl-0.005/README-295-        Parse an xsd:duration string, returning a DateTime::Duration.
libtypes-xsd-perl-0.005/README-296-
libtypes-xsd-perl-0.005/README:297:    `dur_cmp($a, $b)`
libtypes-xsd-perl-0.005/README-298-        Compare two strings conforming to the xsd:duration datatype to
##############################################
libtypes-xsd-perl-0.005/README-305-
libtypes-xsd-perl-0.005/README:306:    `dt_cmp($type, $a, $b)`
libtypes-xsd-perl-0.005/README-307-        Compare two datetime-like strings. For example, two `gYearMonth`
##############################################
libtypes-xsd-perl-0.005/README-314-
libtypes-xsd-perl-0.005/README:315:    `dt_parse($type, $str)`
libtypes-xsd-perl-0.005/README-316-        Parse a datetime-like string, returning a DateTime::Incomplete object.
##############################################
libtypes-xsd-perl-0.005/lib/Types/XSD.pm-182-		$type = __PACKAGE__->get_type($type) unless ref $type;
libtypes-xsd-perl-0.005/lib/Types/XSD.pm:183:		my $A = eval($cache{"$type;a"} ||= $type->inline_check('$a'));
libtypes-xsd-perl-0.005/lib/Types/XSD.pm:184:		my $B = eval($cache{"$type;b"} ||= $type->inline_check('$b'));
libtypes-xsd-perl-0.005/lib/Types/XSD.pm-185-		$A <=> $B;