Changes for version 20081021 - 2008-10-21

  • New Features
  • Checks for unspecified arguments
  • Almost anything can be used as a default.
  • Bug Fixes
  • A default value with a comma in it is properly parsed.
  • Default values can now be any literal, even wacky things like q,Hi!,
  • The closing paren of a signature can now be on its own line.
  • The closing paren and the opening block can be on the same line.
  • New Docs
  • Documented differences from Perl 6

Modules

method declarations with signatures and no source filter

Provides

in lib/Method/Signatures/Parser.pm