Skip to content

Commit

Permalink
Fix inheritance documentation of PPI::Token::Prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-barney authored and oalders committed May 14, 2024
1 parent 5768e90 commit 3c9def4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/PPI/Token/Prototype.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ PPI::Token::Prototype - A subroutine prototype descriptor
=head1 INHERITANCE
PPI::Token::End
isa PPI::Token
isa PPI::Element
PPI::Token::Prototype
isa PPI::Token::Quote::Literal
isa PPI::Token::Quote
isa PPI::Token
isa PPI::Element
=head1 SYNOPSIS
Expand Down

0 comments on commit 3c9def4

Please sign in to comment.