The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Parse::Method::Signatures

1.003007 - 2009/05/24
  - Document Parse::Method::Signatures::Sig (Cory Watson)

1.003006 - 2009/05/19
  - Copyright notice to make Debian packagers happy

1.003005 - 2009/05/07
  - Stop using json in META.yml.

1.003004 - 2009/03/26
  - Better error reporting of invalid TCs.
  - Better error reporting of not yet defined MX::Types TCs
  - We now skip leading whitespace at the start of the parse. Whitespce
    everywhere else is already skipped

1.003003 - 2009/03/16
  - Re-introduce remaining_input since TryCatch depends upon it
  - Add more and update docs
  - Add 'from_namespace' option to streamline use with MooseX::Types

1.003002 - 2009/03/04
  - Now *really* remove deps on Data::Dump. Not my day w.r.t. dists

1.003001 - 2009/03/04
  - Remove unmarked test dependency on Data::Dump

1.003000 - 2009/03/03
  - Port to using PPI to do the parsing
  - Produces nicer error messages
  - Refactor internals to be much more readable (thanks to Piers Cawley)

1.002000 - 2009/02/21
  - Will now build a Moose TC object for types of params
  - Add a few more docs

1.001001 - 2009/01/31
  - Handle fat commas in TCs (for MooseX::Types::Structured's Dict)
  - Add missing dep on Test::Differences

1.001000 - 2009/01/31
  - Change how TCs are stored and parse for better support in reconstructing
    types at runtime
  - Switch to MooseX::Types
  - Support traits (e.g. does coerce) on params

1.000000 - 2009/01/05
  - Initial release