MooseX-Method-Signatures

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.48      2014-09-20 17:46:45Z
  - fix tests that fail on altered warning messages in perl 5.21.4 (see perl
    RT#121638)

0.47      2013-12-14 19:06:59Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.46      2013-10-02 00:40:37Z
  - re-release with fixed compile test

0.45      2013-09-12 03:06:25Z
  - removed use of deprecated Class::MOP::load_class
  - documentation reference added, pointing to the WARNING section in
    MooseX::Declare, regarding future utility of this module
  - repository migrated to the github moose organization

0.44      2012-11-24 21:17:02Z
  - Fix broken test in 5.17.6, where hash ordering is now randomized
    (RT#81388, Karen Etheridge)

0.43      2012-05-21 00:34:04Z
  - Bump dependency on MooseX::Types to 0.35 to resolve issues with recent
    MooseX::Types releases.

0.42      2012-04-23 18:08:19Z
  - Mark failing test due to Eval::Closure/Devel::Declare issues as TODO until
    things are fixed, to at least allow recent versions to install without
    errors.

0.41      2012-03-11 17:05:27Z
  - Add explicit dependency on Eval::Closure, in an effort to get more
    diagnostics from failing cpantesters reports.  No functionality changes.

0.40      2012-03-10 17:03:51Z
  - Loosen a regexp in a test, to handle the new format emitted by Carp 1.25.

0.39      2012-03-10 00:54:18Z
  - The test suite now uses Test::Fatal instead of Test::Exception (Karen
    Etheridge).
  - Bump dependency on MooseX::Types::Structured to 0.24, which contains
    more detailed error messages as well as some performance enhancements.

0.38      2012-03-09 23:43:07Z
  - Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various
    perl 5.8 breakages.

0.37      2011-09-12 09:35:29Z
  - Don't look in the stash for traits or types that contain :: (Jesse Luehrs).

0.36      2010-08-31 21:36:19Z
  - Avoid deprecation warnings from new Moose version by depending on
    MooseX::LazyRequire 0.06 (Jeremy Carman).

0.35      2010-07-19 03:50:08Z
  - Updated to avoid warnings from Moose 1.09 (Dave Rolsky).
  - Switch from Module::Install to Dist::Zilla.

0.34      2010-06-08 17:00:00Z
  - Provides a version of reify that replaces the original version and
    now finally CatalystX::Declare and MooseX::MultiMethods work.

0.33      2010-06-01 16:47:34Z
  - CatalystX::Declare seems to create a method object without a code
    reference at all.

0.32      2010-06-01 16:47:34Z
  - Detect usage of old MXMS::Meta::Method API and retro-compatibilize.

0.31      2010-06-01 16:47:34Z
  - Add support for "does" as a trait declarator
  - Compatibilize MXMS::Meta::Method signature with Class::MOP::Method
    so other traits can apply customizations to the actual body of the
    method.

0.30      2010-02-04 01:41:36Z
  - Make Any instead of Defined the default type constraint.
  - Add tests for coercing optional named parameters (Cory Watson).
    + Make those tests pass by depending on
      MooseX::Types::Structured 0.20.
  - Make sure Text::Balanced doesn't screw up our data.

0.29      2009-10-15 21:27:08Z
  - Fix regression introduced in 0.28.
    Validation for methods without named arguments wasn't strict enough
    anymore. Passing too many arguments hasn't been rejected. Thanks
    Justin Hunter for finding this.

0.28      2009-10-08 23:28:02Z
  - Fix default values for named arguments.

0.27      2009-09-22 12:30:23Z
  - Depend on MooseX::LazyRequire 0.04 to avoid fail on version 0.03, which has
    been broken by recent Moose versions (Closes RT#49903) (Maik Hentsche).

0.26      2009-09-08 18:14:01Z
  - Rebuilt dist to include missing files

0.25      2009-09-07 21:03:03Z
  - Remove scary ALPHA disclaimer from POD
  - Depend on Test::More 0.88 for done_testing

0.24      2009-08-31 17:04:14Z
  - Rename the meta method's clone method to reify. clone already had a special
    meaning for methods in role applications to classes.

0.23      2009-08-27 20:22:40Z
  - Bump Moose dependency to 0.89. This avoids test failures on some older
    Moose versions.

0.22      2009-08-27 13:29:25Z
  - Provide sane closure behaviour for anonymous methods.
  - Add tests for the above (Sebastian Willert).
  - Depend on MooseX::Types 0.19, as 0.18 made us blow up spectacularly.

0.21      2009-08-18 06:45:48Z
  - Add tests for using aliased.pm for type aliases (Steffen Schwigon).
  - Depend on the latest PMS to get type alias resolving.

0.20      2009-08-17 10:11:32Z
  - Make the meta method's parsed_signature public.



( run in 2.241 seconds using v1.01-cache-2.11-cpan-e86d8f7595a )