14 years agoRefactoring
gfx [Sun, 20 Sep 2009 06:35:56 +0000]
Refactoring

* Make unimport() compatible with Moose (resolve TODOs in t/006-unimport.t)
* Add a new module Mouse::Meta::Module, which provides common methods for Class and Role
* Reactor Mouse::Meta::Role

14 years agoSave global variables (Mouse/Util.pm)
gfx [Sun, 20 Sep 2009 03:13:34 +0000]
Save global variables (Mouse/Util.pm)

14 years agoFix Changes
gfx [Sun, 20 Sep 2009 03:08:04 +0000]
Fix Changes

14 years agoMerge branch 'master' into topic/more-compatible
gfx [Sun, 20 Sep 2009 03:06:58 +0000]
Merge branch 'master' into topic/more-compatible

Conflicts:
Changes

14 years agobump version to 0.30
sunnavy [Thu, 17 Sep 2009 12:15:39 +0000]
bump version to 0.30

14 years agoupdate Changes for 0.29
sunnavy [Thu, 17 Sep 2009 12:14:25 +0000]
update Changes for 0.29

14 years agosmall test update
sunnavy [Thu, 17 Sep 2009 12:12:57 +0000]
small test update

14 years agoFix meta() and initialize() for more compatibility
gfx [Thu, 17 Sep 2009 01:05:26 +0000]
Fix meta() and initialize() for more compatibility

14 years agoAdd missing is => 'bare' to a test
gfx [Thu, 17 Sep 2009 01:04:59 +0000]
Add missing is => 'bare' to a test

14 years agoMerge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more...
gfx [Thu, 17 Sep 2009 00:35:37 +0000]
Merge branch 'topic/more-compatible' of gitmo@moose.perl.org:Mouse into topic/more-compatible

Conflicts:
lib/Mouse/Meta/Attribute.pm

14 years agoWarn about missing associated methoes, instead of die.
gfx [Thu, 17 Sep 2009 00:33:33 +0000]
Warn about missing associated methoes, instead of die.

14 years agoMake $role->get_method_list() include meta() (Moose 0.90 feature)
gfx [Tue, 15 Sep 2009 09:25:50 +0000]
Make $role->get_method_list() include meta() (Moose 0.90 feature)

14 years agoImprove type constraint stuff
gfx [Tue, 15 Sep 2009 05:55:02 +0000]
Improve type constraint stuff

14 years agoSupport is => 'bare' for compatibility
gfx [Tue, 15 Sep 2009 05:30:45 +0000]
Support is => 'bare' for compatibility

14 years agoMake generators private
gfx [Tue, 15 Sep 2009 04:07:29 +0000]
Make generators private

14 years agoUse mkpath instead of make_path in Makefile.PL
gfx [Tue, 15 Sep 2009 03:51:46 +0000]
Use mkpath instead of make_path in Makefile.PL

14 years agoMove MethodAccessor stuff to Attribute
gfx [Tue, 15 Sep 2009 03:51:11 +0000]
Move MethodAccessor stuff to Attribute

14 years agoMoose role class has ->meta in method_list since 0.90, update for that
sunnavy [Wed, 16 Sep 2009 00:40:55 +0000]
Moose role class has ->meta in method_list since 0.90, update for that

14 years agoMake $role->get_method_list() include meta() (Moose 0.90 feature)
gfx [Tue, 15 Sep 2009 09:25:50 +0000]
Make $role->get_method_list() include meta() (Moose 0.90 feature)

14 years agoImprove type constraint stuff
gfx [Tue, 15 Sep 2009 05:55:02 +0000]
Improve type constraint stuff

14 years agoSupport is => 'bare' for compatibility
gfx [Tue, 15 Sep 2009 05:30:45 +0000]
Support is => 'bare' for compatibility

14 years agoMake generators private
gfx [Tue, 15 Sep 2009 04:07:29 +0000]
Make generators private

14 years agoUse mkpath instead of make_path in Makefile.PL
gfx [Tue, 15 Sep 2009 03:51:46 +0000]
Use mkpath instead of make_path in Makefile.PL

14 years agoMove MethodAccessor stuff to Attribute
gfx [Tue, 15 Sep 2009 03:51:11 +0000]
Move MethodAccessor stuff to Attribute

14 years agobump to 0.29
sunnavy [Wed, 9 Sep 2009 00:02:39 +0000]
bump to 0.29

14 years agoupdate changes
sunnavy [Tue, 8 Sep 2009 23:54:53 +0000]
update changes

14 years agomake auto_deref also handles isa not only ArrayRef and HashRef, but also ArrayRef...
sunnavy [Tue, 8 Sep 2009 23:27:27 +0000]
make auto_deref also handles isa not only ArrayRef and HashRef, but also ArrayRef[Foo::Bar] and HashRef[Foo::Bar]

14 years agoOnly unlink Mouse::Tiny if it exists, otherwise autodie pitches a fit
Shawn M Moore [Fri, 3 Jul 2009 00:13:36 +0000]
Only unlink Mouse::Tiny if it exists, otherwise autodie pitches a fit

14 years agoautodie in generate-mouse-tiny.pl
Shawn M Moore [Thu, 2 Jul 2009 20:23:28 +0000]
autodie in generate-mouse-tiny.pl

14 years agoTypo fix
Shawn M Moore [Thu, 2 Jul 2009 20:23:08 +0000]
Typo fix

14 years agofixup Makefile.PL to generate Mouse/Tiny.pm so we actually have a working 'make dist...
Matt S Trout [Thu, 2 Jul 2009 20:17:34 +0000]
fixup Makefile.PL to generate Mouse/Tiny.pm so we actually have a working 'make dist' and new contributors actually produce something that's safe to PAUSE (remember, kiddies, just fucking make it fucking easy to fucking install)

14 years agoBump to 0.28
Shawn M Moore [Thu, 2 Jul 2009 19:19:28 +0000]
Bump to 0.28

14 years ago0.27 changes 0.27
Shawn M Moore [Thu, 2 Jul 2009 19:18:21 +0000]
0.27 changes

14 years agoTransfer copyright to II
Shawn M Moore [Wed, 1 Jul 2009 16:56:39 +0000]
Transfer copyright to II

14 years agoMaintenance section
Shawn M Moore [Wed, 1 Jul 2009 16:55:07 +0000]
Maintenance section

14 years agoYou need CMM::Fast not Data::Util (which it uses)
Shawn M Moore [Wed, 1 Jul 2009 16:54:50 +0000]
You need CMM::Fast not Data::Util (which it uses)

14 years agoSome more pro-Moose propaganda
Shawn M Moore [Wed, 1 Jul 2009 16:54:37 +0000]
Some more pro-Moose propaganda

14 years agoBump to 0.27, Sartak style :)
Tomas Doran (t0m) [Wed, 1 Jul 2009 12:41:57 +0000]
Bump to 0.27, Sartak style :)

14 years agoAdd date to changelog 0.26
Tomas Doran (t0m) [Wed, 1 Jul 2009 12:39:51 +0000]
Add date to changelog

14 years agoFix issue reported by ArjenL in #moose
Tomas Doran (t0m) [Wed, 1 Jul 2009 12:38:45 +0000]
Fix issue reported by ArjenL in #moose

14 years agoBump to 0.26
Shawn M Moore [Fri, 19 Jun 2009 16:09:29 +0000]
Bump to 0.26

14 years ago0.25 Changes 0.25
Shawn M Moore [Fri, 19 Jun 2009 16:05:59 +0000]
0.25 Changes

14 years agoBump to 0.25
Shawn M Moore [Mon, 15 Jun 2009 18:51:57 +0000]
Bump to 0.25

14 years agoDon't warn about squirrel deprecations 0.24
Shawn M Moore [Mon, 15 Jun 2009 18:50:25 +0000]
Don't warn about squirrel deprecations

14 years ago0.24 changes
Shawn M Moore [Mon, 15 Jun 2009 18:47:28 +0000]
0.24 changes

14 years agoThis fails with older Moose. Not sure which version, but it's just a test
Shawn M Moore [Sun, 14 Jun 2009 21:23:55 +0000]
This fails with older Moose. Not sure which version, but it's just a test

14 years agoadded Mouse->init_meta
Tokuhiro Matsuno [Wed, 10 Jun 2009 04:57:29 +0000]
added Mouse->init_meta

14 years agoMouse code has a lot of '{' and '}', q{} is dangerous.
Tokuhiro Matsuno [Tue, 9 Jun 2009 07:04:18 +0000]
Mouse code has a lot of '{' and '}',  q{} is dangerous.
perl interpreter confused by q{}.

heredoc is more safety.

14 years agoconstruct_instance is obsolated, use construct_instance instead
Tokuhiro Matsuno [Tue, 9 Jun 2009 06:33:07 +0000]
construct_instance is obsolated, use construct_instance instead

14 years agoupdate the test code from latest moose repo
Tokuhiro Matsuno [Tue, 9 Jun 2009 06:18:36 +0000]
update the test code from latest moose repo

14 years agolatest moose inlining destructor by default
Tokuhiro Matsuno [Tue, 9 Jun 2009 03:57:45 +0000]
latest moose inlining destructor by default

14 years agoBump to 0.24
Shawn M Moore [Wed, 27 May 2009 20:57:45 +0000]
Bump to 0.24

14 years ago0.23 date 0.23
Shawn M Moore [Wed, 27 May 2009 20:52:32 +0000]
0.23 date

14 years agomro::get_linear_isa -> Mouse::Util::get_linear_isa
Shawn M Moore [Wed, 27 May 2009 03:20:49 +0000]
mro::get_linear_isa -> Mouse::Util::get_linear_isa

14 years agoChanges
Shawn M Moore [Wed, 27 May 2009 00:11:40 +0000]
Changes

14 years agoIf the metaclass has been collected, use mro::linearized_isa directly
Shawn M Moore [Wed, 27 May 2009 00:10:25 +0000]
If the metaclass has been collected, use mro::linearized_isa directly
(fix by doy stolen from Moose)

14 years agoMouse::class_of
Shawn M Moore [Wed, 27 May 2009 00:10:19 +0000]
Mouse::class_of

14 years agoadd minimum version for Test::More and Test::Exception so that we at least test the...
Chris Prather [Mon, 4 May 2009 17:12:47 +0000]
add minimum version for Test::More and Test::Exception so that we at least test the same standards as Moose

14 years agoset perl version to 5.008 and document 5.6.2 bugs in POD
Chris Prather [Mon, 4 May 2009 17:03:16 +0000]
set perl version to 5.008 and document 5.6.2 bugs in POD

15 years agoBump to 0.23
Shawn M Moore [Tue, 21 Apr 2009 07:30:58 +0000]
Bump to 0.23

15 years ago0.22 Changes 0.22
Shawn M Moore [Tue, 21 Apr 2009 07:28:55 +0000]
0.22 Changes

15 years agoMake sure that role overrides work as specced
Shawn M Moore [Wed, 15 Apr 2009 20:57:26 +0000]
Make sure that role overrides work as specced

15 years agoUse $value instead of $_ in the constructor, since $_ is getting
Shawn M Moore [Wed, 15 Apr 2009 06:41:36 +0000]
Use $value instead of $_ in the constructor, since $_ is getting
clobbered

15 years agoClean up verify_against_type_constraint
Shawn M Moore [Wed, 15 Apr 2009 06:37:39 +0000]
Clean up verify_against_type_constraint

15 years agobug fixed. test is very important things!
Tokuhiro Matsuno [Mon, 13 Apr 2009 07:35:59 +0000]
bug fixed. test is very important things!
Klass->does_role should check the parent classes.

15 years agoadded workaround for autogenerated Moose test
Tokuhiro Matsuno [Mon, 13 Apr 2009 07:33:49 +0000]
added workaround for autogenerated Moose test

15 years agoBump to 0.22
Shawn M Moore [Sat, 11 Apr 2009 17:57:40 +0000]
Bump to 0.22

15 years ago0.21 date 0.21
Shawn M Moore [Sat, 11 Apr 2009 17:53:32 +0000]
0.21 date

15 years agoUpdate Changes
Shawn M Moore [Sat, 11 Apr 2009 17:51:59 +0000]
Update Changes

15 years agoadded typeconstraint's customizable error message support.
Tokuhiro Matsuno [Sat, 11 Apr 2009 16:28:47 +0000]
added typeconstraint's customizable error message support.

15 years agotckect #42992: Method modifiers affect all classes in the whole inheritance tree
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:44:24 +0000]
tckect #42992: Method modifiers affect all classes in the whole inheritance tree
was resolved by patch from gfx++

15 years agoMoose says 'The clone_instance method has been made private. The public version is...
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:25:44 +0000]
Moose says 'The clone_instance method has been made private. The public version is deprecated.'
we don't mention this method. remove test.

15 years agoMerge branch 'master' of gitmo@jules.scsys.co.uk:Mouse
Tokuhiro Matsuno [Sat, 11 Apr 2009 15:15:53 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Mouse

Conflicts:
Changes

15 years agoeep, don't advise contacting nothingmuch directly for a commit bit.
markstos [Sat, 11 Apr 2009 12:42:19 +0000]
eep, don't advise contacting nothingmuch directly for a commit bit.

15 years agoImprove documentation for type constraints.
markstos [Sat, 11 Apr 2009 11:50:08 +0000]
Improve documentation for type constraints.

15 years agoDocument address of the public git repo.
markstos [Sat, 11 Apr 2009 11:19:54 +0000]
Document address of the public git repo.

15 years agoMouse 0.21 Changes
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:17:01 +0000]
Mouse 0.21 Changes

15 years agofixed pod mark up bug. and added Test::Pod test.
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:08:50 +0000]
fixed pod mark up bug. and added Test::Pod test.
https://rt.cpan.org/Public/Bug/Display.html?id=44928

15 years agocompatibility test is generating automatically.ignore it.
Tokuhiro Matsuno [Sat, 11 Apr 2009 11:05:05 +0000]
compatibility test is generating automatically.ignore it.

15 years agoFix test failures when user does not have C::Method::Modifiers(::Fast) installed
Joel Bernstein [Fri, 10 Apr 2009 21:04:00 +0000]
Fix test failures when user does not have C::Method::Modifiers(::Fast) installed

15 years agoclass-mop says 'The compute_all_applicable_attributes method has been deprecated.'
Tokuhiro Matsuno [Fri, 10 Apr 2009 04:49:19 +0000]
class-mop says 'The compute_all_applicable_attributes method has been deprecated.'

15 years agoBump to 0.21
Shawn M Moore [Fri, 10 Apr 2009 00:23:09 +0000]
Bump to 0.21

15 years agoBe more damning of Mouse, more Squirrel deprecation 0.20
Shawn M Moore [Fri, 10 Apr 2009 00:14:57 +0000]
Be more damning of Mouse, more Squirrel deprecation

15 years agoDeprecate Squirrel
Shawn M Moore [Fri, 10 Apr 2009 00:08:09 +0000]
Deprecate Squirrel

15 years agoAdd wu-lee to authors
Shawn M Moore [Fri, 10 Apr 2009 00:06:59 +0000]
Add wu-lee to authors

15 years agoMore 0.20 changes
Shawn M Moore [Fri, 10 Apr 2009 00:02:42 +0000]
More 0.20 changes

15 years agoMove 0.20 changes into the right section
Shawn M Moore [Thu, 9 Apr 2009 23:55:38 +0000]
Move 0.20 changes into the right section

15 years agothrows_ok -> todo
Shawn M Moore [Wed, 1 Apr 2009 03:44:01 +0000]
throws_ok -> todo

15 years agoget_all_attributes
Yuval Kogman [Thu, 9 Apr 2009 11:10:44 +0000]
get_all_attributes

15 years agofixed test count
Tokuhiro Matsuno [Tue, 7 Apr 2009 02:47:18 +0000]
fixed test count

15 years agoAdded Changes note about metaclass accessors.
wu-lee [Mon, 6 Apr 2009 17:10:16 +0000]
Added Changes note about metaclass accessors.

15 years agoAdded metaclass cache accessor methods (straight from Class::MOP).
wu-lee [Mon, 6 Apr 2009 17:08:11 +0000]
Added metaclass cache accessor methods (straight from Class::MOP).
Mainly convenient to me for finding classes to ->make_immutable.

15 years agoWhoops. This should have been included in the previous commit.
wu-lee [Mon, 6 Apr 2009 14:32:37 +0000]
Whoops. This should have been included in the previous commit.

15 years agoAdded latest bugfix to Changes.
wu-lee [Mon, 6 Apr 2009 14:29:40 +0000]
Added latest bugfix to Changes.

15 years agoFixed bug in the immutable constructor. It now redispatches to
wu-lee [Mon, 6 Apr 2009 14:28:18 +0000]
Fixed bug in the immutable constructor.  It now redispatches to
Mouse::Object->new if the invoking class is not the one it was
contructed for, as Moose's implementation does.  Test case included.

15 years agoChanges to date added for wu-lee.
wu-lee [Mon, 6 Apr 2009 10:32:16 +0000]
Changes to date added for wu-lee.

15 years agoadded benchmark script for C::A::Fast
Tokuhiro Matsuno [Mon, 6 Apr 2009 02:30:46 +0000]
added benchmark script for C::A::Fast

15 years agodo not create a copy of argument, if not needed
Tokuhiro Matsuno [Sat, 4 Apr 2009 16:12:58 +0000]
do not create a copy of argument, if not needed

15 years agoAdded test for the correct application order when multiple coercions
wu-lee [Fri, 3 Apr 2009 17:21:15 +0000]
Added test for the correct application order when multiple coercions
exist for a single attribute, which was fixed in an earlier commit.

15 years agoAdded test for the correct BUILD order after immutable-ising a class.
wu-lee [Fri, 3 Apr 2009 16:30:37 +0000]
Added test for the correct BUILD order after immutable-ising a class.