logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

App::perlimports::Annotations - Find line ranges where perlimports has been disabled

Author

       Olaf Alders <olaf@wundercounter.com>

Name

       App::perlimports::Annotations - Find line ranges where perlimports has been disabled

Synopsis

           my $anno = App::perlimports::Annotations->new(
               ppi_document => $ppi_doc
           );

           print 'skip include' if $anno->is_ignored( $ppi_element );

   is_ignored($ppi_element)
       Returns true if the provided PPI::Element is in an ignored line range.

Version

       version 0.000057

See Also