Advertisement
happy-barney

prompt - perl package statement changes

Apr 24th, 2025
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Following naming pattern for octal number token suggest naming for Perl's `package` and `sub` statements (to extend PPI library), representing evolution in syntax of the statement, writing short explanation "why"
  2. - PPI::Token::Number::Octal::Traditional
  3. - PPI::Token::Number::Octal::V_534
  4.  
  5. For version in class name use only major and minor release numbers like in an example.
  6. Use your knowledge of `perldelta` files to refine your answer.
  7. Include only changes where syntax was changed so it breaks forward or backward compatibility.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement