Commit graph

23 commits

Author SHA1 Message Date
wen
9cfe2cbb27 Update to 0.48
Upstream changes:
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)
2014-11-03 07:01:55 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wen
fdca1d5c33 Update to 0.47
Upstream changes:
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
2014-01-09 07:12:23 +00:00
wen
13e1a09c63 Update to 0.44
Update DEPENDS

Upstream changes:
0.44      2012-11-24 13:17:02 PST-0800 (Karen Etheridge)
  * Fix broken test in 5.17.6, where hash ordering is now randomized
    (RT#81388, Karen Etheridge)

0.43      2012-05-20 17:34:04 PDT-0700
  * Bump dependency on MooseX::Types to 0.35 to resolve issues with recent
    MooseX::Types releases.

0.42      2012-04-23 11:08:19 PDT-0700
  * 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  Sun Mar 11 10:05:27 PDT 2012
  * Add explicit dependency on Eval::Closure, in an effort to get more
    diagnostics from failing cpantesters reports.  No functionality changes.

0.40  Sat Mar 10 09:03:51 PST 2012
  * Loosen a regexp in a test, to handle the new format emitted by Carp 1.25.

0.39  Sat Mar 10 00:54:18 GMT 2012
  * 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  Fri Mar  9 23:43:07 GMT 2012
  * Require B::Hooks::EndOfScope 0.10 and Module::Runtime 0.012, fixing various
    perl 5.8 breakages.
2013-07-27 09:00:50 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
a76f11d1e6 Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only.

Bumping revision
2012-09-03 11:16:19 +00:00
hiramatsu
7e665ad14d Update p5-MooseX-Method-Signatures to 0.37.
Change from previous:
0.37 Mon, 12 Sep 2011 10:35:29 +0100
  * Don't look in the stash for traits or types that contain :: (Jesse Luehrs).
2011-11-15 09:10:17 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
7953a7df58 Updating devel/p5-MooseX-Method-Signatures from 0.35nb1 to 0.36
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.36  Tue, 31 Aug 2010 23:36:19 +0200
  * Avoid deprecation warnings from new Moose version by depending on
    MooseX::LazyRequire 0.06 (Jeremy Carman).
2010-09-02 19:29:48 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
seb
64f6ee2c6d Update p5-MooseX-Method-Signatures from version 0.30 to version 0.35.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.35  Mon, 19 Jul 2010 05:50:08 +0200
  * Updated to avoid warnings from Moose 1.09 (Dave Rolsky).
  * Switch from Module::Install to Dist::Zilla.

0.34  Tue, 08 Jun 2010 14:00:00 -0300
  * Provides a version of reify that replaces the original version and
    now finally CatalystX::Declare and MooseX::MultiMethods work.

0.33  Thu, 01 Jun 2010 13:47:34 -0300
  * CatalystX::Declare seems to create a method object without a code
    reference at all.

0.32  Thu, 01 Jun 2010 13:47:34 -0300
  * Detect usage of old MXMS::Meta::Method API and retro-compatibilize.

0.31  Thu, 01 Jun 2010 13:47:34 -0300
  * 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.
2010-08-03 12:38:23 +00:00
sno
c8848dd774 Updating devel/p5-MooseX-Method-Signatures from 0.29 to 0.30
pkgsrc changes:
- Adjust dependency to MooseX::Types::Structured

Upstream changes:
0.30  Thu, 04 Feb 2010 02:41:36 +0100
  * 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.
2010-02-16 12:04:53 +00:00
sno
d729c48538 Updating devel/p5-MooseX-Method-Signatures from 0.28 to 0.29
Upstream changes:
0.29  Thu, 15 Oct 2009 23:27:08 +0200
  * Fix regression introduced in 0.29.
    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.
2009-10-17 14:59:03 +00:00
sno
2da42bfa31 Updating devel/p5-MooseX-Method-Signatures from 0.27nb1 to 0.28
Upstream changes:
0.28  Fri, 09 Oct 2009 01:28:02 +0200
  * Fix default values for named arguments.
2009-10-11 09:38:21 +00:00
sno
15707ea5a1 Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
2009-09-24 06:50:10 +00:00
sno
224685c893 Updating devel/p5-MooseX-Method-Signatures from 0.26 to 0.27
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.27  Tue, 22 Sep 2009 14:30:23 +0200
  * 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).
2009-09-22 20:05:19 +00:00
seb
00b9b0e622 Update p5-MooseX-Method-Signatures from version 0.24 to version 0.26.
Pkgsrc changes:
- Adjust build dependencies

Upstream changes:
0.26  Tue, 08 Sep 2009 19:14:01 +0100
  * Rebuilt dist to include missing files

0.25  Mon, 07 Sep 2009 22:003:03 +0100
  * Remove scary ALPHA disclaimer from POD
  * Depend on Test::More 0.88 for done_testing
2009-09-09 20:46:36 +00:00
seb
e0cf1c0902 Update p5-MooseX-Method-Signatures from version 0.23 to version 0.24.
Upstream changes:
0.24  Mon, 31 Aug 2009 19:04:14 +0200
  * Rename the meta method's clone method to reify. clone already had a special
    meaning for methods in role applications to classes.
2009-09-04 23:45:59 +00:00
seb
03cbec70ac Update p5-MooseX-Method-Signatures from version 0.21 to version 0.23.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.23  Thu, 27 Aug 2009 22:22:40 +0200
  * Bump Moose dependency to 0.89. This avoids test failures on some older
    Moose versions.

0.22  Thu, 27 Aug 2009 15:29:25 +0200
  * 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.
2009-08-28 14:33:16 +00:00
sno
7c510d1849 Updating package devel/p5-MooseX-Method-Signatures from 0.16 to 0.21
pkgsrc changes:
  - Adding secondary MASTER_SITE to allow update today, because 0.20
    still has some bugs
  - Adjusting dependencies according to META.yml

Upstream changes:
0.21  Tue, 18 Aug 2009 08:45:48 +0200
  * Add tests for using aliased.pm for type aliases (Steffen Schwigon).
  * Depend on the latest PMS to get type alias resolving.

0.20  Mon, 17 Aug 2009 12:11:32 +0200
  * Make the meta method's parsed_signature public.
  * Use MooseX::LazyRequire's new interface and depend on 0.03.

0.19  Fri, 14 Aug 2009 11:23:42 +0200
  * Move method redefinition warnings to the method application hook so it's
    easy to override.

0.18  Fri, 14 Aug 2009 02:24:41 +0200
  * Depend on Devel::Declare 0.005011. This avoids "->method" and "method =>"
    being misinterpreted sometimes.

0.17  Thu, 13 Aug 2009 08:37:31 +0200
  * Implement method traits (Cory Watson).
  * Properly test list placeholders.
  * Document the right syntax for return value type constraints.
  * Use namespace::autoclean instead of namespace::clean.
  * Let the signature default to (@) if none is given.
  * Don't require the package attribute when a pre-built context is passed
    in.
  * Depend on a recent Parse::Method::Signatures to make sure we will work
    with new PPIs and have the right MooseX::Traits version.
  * Fix doc typo (arcanez).
  * Split out context from self so that we may pass in an arbitrary context
    (nperez).
  * Enable passing a context and also a coderef to use to apply the method
    once constructed (for deferred method modifier application in MXD)
    (nperez).
  * Enable MXMS to work with multiple different declarators and prototype
    injections (nperez).
  * Change from using Devel::Declare::MethodInstaller::Simple to
    ::Context::Simple since strip_attrs was moved down there (nperez).
2009-08-19 08:30:16 +00:00
seb
dc57ec7a5c Initial import of p5-MooseX-Method-Signatures version 0.16 in the
NetBSD Packages Collection.

The Perl 5 module MooseX::Method::Signatures provides a proper
method keyword, like "sub" but specifically for making methods and
validating their arguments against Moose type constraints.
2009-07-30 23:02:58 +00:00