===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Fetch.pm-84-    return if exists $args{size} and -s $file != $args{size};
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Fetch.pm:85:    system($args{run}) if exists $args{run};
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Fetch.pm-86-    unlink($file) if $args{remove};
##############################################
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Makefile.pm-45-sub makemaker {
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install/Makefile.pm-47-}
##############################################
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm-372-# Done in evals to avoid confusing Perl::MinimumVersion
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm:373:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm-374-sub _read {
##############################################
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm-410-# Done in evals to avoid confusing Perl::MinimumVersion
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm:411:eval( $] >= 5.006 ? <<'END_NEW' : <<'END_OLD' ); die $@ if $@;
libcatalyst-view-component-subinclude-perl-0.10/inc/Module/Install.pm-412-sub _write {
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/ESI.pm-42-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/ESI.pm:43:=head2 C<generate_subinclude( $c, $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/ESI.pm-44-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/HTTP.pm-167-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/HTTP.pm:168:=head2 C<generate_subinclude( $c, $path, $args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/HTTP.pm-169-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm-42-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm:43:=head2 C<generate_subinclude( $c, $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm-44-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm-71-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm:72:Vladimir Timofeev, C<< <vovkasm at gmail.com> >>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SSI.pm-73-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SubRequest.pm-55-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SubRequest.pm:56:=head2 C<generate_subinclude( $c, $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/SubRequest.pm-57-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/Visit.pm-48-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/Visit.pm:49:=head2 C<generate_subinclude( $c, $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude/Visit.pm-50-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-59-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm:60:=head2 C<subinclude( $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-61-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-135-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm:136:    $c->stash->{subinclude}       = $self->make_context_closure(sub { $self->_subinclude( @_ ) }, $c);
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-137-    $c->stash->{subinclude_using} = $self->make_context_closure(sub { $self->_subinclude_using( @_ ) }, $c);
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-154-    $plugin = $self->_subinclude_plugin_class_instance($plugin);
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm:155:    $plugin->generate_subinclude( $c, @args );
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-156-}
##############################################
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-207-
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm:208:Vladimir Timofeev, C<< <vovkasm at gmail.com> >>.
libcatalyst-view-component-subinclude-perl-0.10/lib/Catalyst/View/Component/SubInclude.pm-209-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/README-39-
libcatalyst-view-component-subinclude-perl-0.10/README:40:  "subinclude( $path, @args )"
libcatalyst-view-component-subinclude-perl-0.10/README-41-    This will render and return the body of the included resource (as
##############################################
libcatalyst-view-component-subinclude-perl-0.10/README-100-
libcatalyst-view-component-subinclude-perl-0.10/README:101:    Vladimir Timofeev, "<vovkasm at gmail.com>".
libcatalyst-view-component-subinclude-perl-0.10/README-102-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/debian/copyright-9-                2010 Tomas Doran <bobtfish@bobtfish.net>
libcatalyst-view-component-subinclude-perl-0.10/debian/copyright:10:                2010 Vladimir Timofeev <vovkasm at gmail.com>
libcatalyst-view-component-subinclude-perl-0.10/debian/copyright-11-                2010 Wallace Reis <wreis@cpan.org>
##############################################
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-59-
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm:60:=head2 C<subinclude( $path, @args )>
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-61-
##############################################
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-135-
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm:136:    $c->stash->{subinclude}       = $self->make_context_closure(sub { $self->_subinclude( @_ ) }, $c);
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-137-    $c->stash->{subinclude_using} = $self->make_context_closure(sub { $self->_subinclude_using( @_ ) }, $c);
##############################################
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-154-    $plugin = $self->_subinclude_plugin_class_instance($plugin);
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm:155:    $plugin->generate_subinclude( $c, @args );
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-156-}
##############################################
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-207-
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm:208:Vladimir Timofeev, C<< <vovkasm at gmail.com> >>.
libcatalyst-view-component-subinclude-perl-0.10/.pc/class_mop_deprecated.patch/lib/Catalyst/View/Component/SubInclude.pm-209-