Commit graph

11 commits

Author SHA1 Message Date
wen
68a6971a74 Update to 0.38
Upstream changes:
0.38      2013-12-14 18:39:30Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file
2013-12-15 11:51:35 +00:00
wen
01239c5f32 Update to 0.37
Update DEPENDS

Upstream changes:
0.37      2013-09-26 04:08:21Z (Karen Etheridge)
  * repository migrated to the github moose organization
  * re-release with fixed compile test

0.36      2013-09-10 02:33:28Z (Karen Etheridge)
  * Depend on 'aliased'.
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * removed use of deprecated Class::MOP::load_class, calling enum with a list
  * converted use of Class::MOP::class_of to Moose::Util::find_meta
  * new WARNING section added to pod, regarding future utility of this module
2013-10-02 14:26:03 +00:00
hiramatsu
6cab63b5ae Update p5-MooseX-Declare to 0.35.
Change from previous:
0.35  Tue, 23 Aug 2011 13:13:10 +0200
  * Adapt to changes in MooseX::Role::Parameterized 0.27.
2011-11-11 08:33:22 +00:00
sno
935516dbbc Updating devel/p5-MooseX-Declare from 0.33nb1 to 0.34
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.34  Wed, 01 Sep 2010 01:10:28 +0200
  * Depend on MooseX::MooseX::Signatures 0.36 to avoid deprecation warnings on
    new versions of Moose (Jeremy Carman).
2010-09-02 19:33:37 +00:00
sno
755d2dceed Updating devel/p5-MooseX-Declare from 0.32 to 0.33
pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.33  Thu, 04 Feb 2010 02:50:14 +0100
  * Depend on MooseX::Method::Signatures 0.30 to fix various
    incompatibilities.
2010-02-16 12:33:42 +00:00
seb
cb7d4a8ca8 Update p5-MooseX-Declare from version 0.31 to version 0.32.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.32  Mon, 02 Nov 2009 03:00:42 +0100
  * Add link to Geany syntax notes to documentation (Michele Beltrame).
  * Convert from MooseX::MethodAttributes to Native::Trait (Justin Hunter).
  * Update dependency on MooseX::Types (Chris Prather).
2009-11-06 04:06:06 +00:00
seb
4dc491ce33 Update p5-MooseX-Declare from version 0.30 to version 0.31.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.31  Thu, 17 Sep 2009 18:10:22 +0200
  * Bump dependencies for no more warnings on new Moose versions.
2009-09-19 17:38:47 +00:00
seb
81c419c363 Update p5-MooseX-Declare from version 0.28 to version 0.30.
Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.30  Sat, 05 Sep 2009 02:48:05 +0200
  * Make the attr inheriting TODO test work.
  * Make default values for role parameters work (nperez).
  * Add tests for the above (nperez).

0.29  Mon, 31 Aug 2009 19:11:25 +0200
  * Add failing test for applying modifiers to a method directly composed from
    a role (nperez).
  * Fix the failing test by depending on MXMS 0.24.
2009-09-06 18:26:17 +00:00
seb
82339107d2 Update p5-MooseX-Declare from version 0.27 to version 0.28.
Pkgsrc changes:
- Adjust dependencies
- Add missing dependencies on devel/p5-MooseX-AttributeHelpers and
devel/p5-List-MoreUtils

Upstream changes:
0.28  Thu, 27 Aug 2009 22:44:34 +0200
  * Bump prereqs on MooseX::Method::Signatures, Moose, and namespace::clean in
    order to avoid test failure.
2009-08-29 23:00:39 +00:00
sno
fc92db139f Updating package devel/p5-MooseX-Declare from 0.23 to 0.27
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.27  Tue, 18 Aug 2009 08:54:22 +0200
  * Depend on MooseX::Method::Signatures 0.21 to make sure type aliasing works
    and there are no warnings due to the recent MooseX::LazyRequire changes.

0.26  Sun, 16 Aug 2009 14:48:12 +0200
  * Declare dependency on MooseX::AttributeHelpers.

0.25  Sun, 16 Aug 2009 05:31:59 +0200
  * Don't persist the inner keywords over more than one invocation of the declarator.
  * Pass along the current context to import_symbols_from and imported_moose_symbols.
  * Implement parameterizable roles.

0.24  Sat, 15 Aug 2009 23:48:09 +0200
  * Add repository and bugtracker to Makefile.PL (Ash Berlin).
  * Tests and doc fixes on applying multiple roles at once (Chas. J. Owens IV).
  * Produce better diagnostic output on test failures (Dave Rolsky).
  * Make MooseX::Method::Signatures handle the actual parsing for method-like
    keywords (nperez).
  * Clean now warns in autoclean namespaces (Robert 'phaylon' Sedlacek).
  * 'method' keyword now only available by default in namespaces that consumed
    MooseSetup (Robert 'phaylon' Sedlacek).
  * Added 'namespace' keyword and allow namespaces, superclasses and roles to
    be relative (Robert 'phaylon' Sedlacek).
  * Add tests for using anonymous methods as attribute defaults (Devin Austin).
  * Stop depending on B::Hooks::EndOfScope. We don't use it direectly anymore.
  * Add a real 'with' keyword.
  * 'with' in a class- or role-body doesn't defer role application until the
    end of the class- or role-definition anymore. The 'with'-option for the
    class and role keywords still does.
  * Add a tests for role application and method modifier ordering.
  * Make anon classes immutable as well (unless explicitly asked not to).
  * Add a ctx method to add cleanup code that should be injected as early as
    possible.
  * Depend on recent versions of DD and MXMS to make keywords less reserved
    (i.e. hash keys and barewords before fat commas).
  * Make t/with_newlines.t less noisy.
  * Add tests for methods with no signature not caring about their arguments,
    other than $self.
2009-08-19 08:36:04 +00:00
seb
82de145d16 Initial import of p5-MooseX-Declare version 0.23 in the NetBSD
Packages Collection.

The Perl 5 module MooseX::Declare provides syntactic sugar for
Moose, the postmodern object system for Perl 5. When used, it sets
up the class and role keywords.
2009-07-31 05:37:25 +00:00