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

Test::HTML::Content::NoXPath - HTML::TokeParser fallback for Test::HTML::Content

Author

       Max Maischein, corion@cpan.org

Description

       This is the module that gets loaded when Test::HTML::Content can't find its prerequisites :

           XML::XPath
           HTML::Tidy

   EXPORT
       Nothing. It stomps over the Test::HTML::Content namespace.

License

       This code may be distributed under the same terms as Perl itself.

Name

       Test::HTML::Content::NoXPath - HTML::TokeParser fallback for Test::HTML::Content

See Also

       Test::Builder,Test::Simple,HTML::TokeParser,Test::HTML::Lint,XML::XPath

perl v5.40.0                                       2024-08-17                  Test::HTML::Content::NoXPath(3pm)

Synopsis

         # This module is implicitly loaded by Test::HTML::Content
         # if XML::XPath or HTML::Tidy::Simple are unavailable.

See Also