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

PPI::Token::Quote::Single - A 'single quote' token

Author

       Adam Kennedy <adamk@cpan.org>

Description

       A "PPI::Token::Quote::Single" object represents a single quoted string literal.

Inheritance

         PPI::Token::Quote::Single
         isa PPI::Token::Quote
             isa PPI::Token
                 isa PPI::Element

Methods

       There are no methods available for "PPI::Token::Quote::Single" beyond those provided by the parent
       PPI::Token::Quote, PPI::Token and PPI::Element classes.

Name

       PPI::Token::Quote::Single - A 'single quote' token

Support

       See the support section in the main module.

Synopsis

         'This is a single quote'

         q{This is a literal, but NOT a single quote}

See Also