Commit graph

15 commits

Author SHA1 Message Date
Anton Berezin
4f86bd83df Update to 0.24.
Changes:	http://search.cpan.org/dist/MooseX-NonMoose/Changes
2013-09-07 21:03:08 +00:00
Anton Berezin
875149a798 Update to 0.23.
Changes:	http://search.cpan.org/dist/MooseX-NonMoose/Changes
2013-09-05 08:26:54 +00:00
Mathieu Arnold
4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Baptiste Daroussin
76e3162955 - update to 0.22
- changes: http://cpansearch.perl.org/src/DOY/MooseX-NonMoose-0.22/Changes
2011-05-30 20:24:02 +00:00
Baptiste Daroussin
62aebcde53 - update to 0.21
- changes: http://cpansearch.perl.org/src/DOY/MooseX-NonMoose-0.21/Changes
2011-05-05 06:29:45 +00:00
Baptiste Daroussin
c13a9dfa32 - update to 0.20
- add licenses
- change Test::Exception to Test::Fatal
- changes: http://search.cpan.org/src/DOY/MooseX-NonMoose-0.20/Changes
2011-03-25 11:38:52 +00:00
Wen Heping
164ba737c2 - Update to 0.17
Changelog: http://search.cpan.org/src/DOY/MooseX-NonMoose-0.17/Changes
2010-11-16 08:10:30 +00:00
Wen Heping
05bfffdcf4 - Update to 0.16 2010-10-14 00:04:19 +00:00
Philippe Audeoud
66b23a5d22 - Update to 0.15
- Changelog: http://search.cpan.org/dist/MooseX-NonMoose/Changes

PR:		ports/149929
Submitted by:	Frederic Culot <frederic _AT_ culot.org>
2010-08-25 11:05:33 +00:00
Andrej Zverev
9f69c627b1 Update to 0.14
Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes
2010-08-19 06:39:37 +00:00
Wen Heping
19ec416343 - Update to 0.11
Feature safe:	yes
2010-06-30 11:50:48 +00:00
Anton Berezin
f5c1a81697 Update to 0.09.
Changes:	http://search.cpan.org/dist/MooseX-NonMoose/Changes
2010-06-15 21:28:41 +00:00
Wen Heping
74cd6017de - Update to 0.08
- Reset maintainer to perl@
2010-05-25 02:18:27 +00:00
Wen Heping
b3911591ff MooseX::NonMoose allows for easily subclassing non-Moose classes with
Moose, taking care of the annoying details connected with doing this,
such as setting up proper inheritance from Moose::Object and installing
(and inlining, at make_immutable time) a constructor that makes sure
things like BUILD methods are called. It tries to be as non-intrusive
as possible - when this module is used, inheriting from non-Moose classes
and inheriting from Moose classes should work identically, aside from the
few caveats mentioned below. One of the goals of this module is that
including it in a Moose::Exporter-based package used across an entire
application should be possible, without interfering with classes that
only inherit from Moose modules, or even classes that don't inherit from
anything at all.

WWW: http://search.cpan.org/dist/MooseX-NonMoose/
2010-03-24 02:09:28 +00:00