14 years agoAdd various things
gfx [Tue, 22 Sep 2009 07:40:47 +0000]
Add various things

14 years agoImplement confliction checks in roles
gfx [Tue, 22 Sep 2009 05:16:34 +0000]
Implement confliction checks in roles

14 years agoAdd Mouse::Util::english_list()
gfx [Tue, 22 Sep 2009 05:14:09 +0000]
Add Mouse::Util::english_list()

14 years agoAdd a comment
gfx [Tue, 22 Sep 2009 05:13:51 +0000]
Add a comment

14 years agoAdd some test files
gfx [Tue, 22 Sep 2009 02:41:08 +0000]
Add some test files

14 years agoCopy .shipit from Moose
gfx [Tue, 22 Sep 2009 02:40:40 +0000]
Copy .shipit from Moose

14 years agoFix tests
gfx [Tue, 22 Sep 2009 02:40:17 +0000]
Fix tests

14 years agoAdd Mouse->moose_version for compatible Moose version, and fix Makefile.PL
gfx [Tue, 22 Sep 2009 02:25:00 +0000]
Add Mouse->moose_version for compatible Moose version, and fix Makefile.PL

14 years agoversion 0.31
gfx [Tue, 22 Sep 2009 02:08:41 +0000]
version 0.31

14 years agoNote failures in 5.10.1, but I don't know why it happens
gfx [Tue, 22 Sep 2009 02:05:42 +0000]
Note failures in 5.10.1, but I don't know why it happens

14 years agoChangelogging
gfx [Tue, 22 Sep 2009 02:04:15 +0000]
Changelogging

14 years agoChange, Fix, Improve
gfx [Tue, 22 Sep 2009 01:37:00 +0000]
Change, Fix, Improve

14 years agoFix Makefile.PL to remove old xt/compatibility/* tests, and organize Mouse::Util
gfx [Tue, 22 Sep 2009 01:02:45 +0000]
Fix Makefile.PL to remove old xt/compatibility/* tests, and organize Mouse::Util

14 years agoChangelogging
gfx [Mon, 21 Sep 2009 09:17:41 +0000]
Changelogging

14 years agoRemove xt/compatibility/* at make clean
gfx [Mon, 21 Sep 2009 09:15:52 +0000]
Remove xt/compatibility/* at make clean

14 years agoMore compatibility
gfx [Mon, 21 Sep 2009 09:07:40 +0000]
More compatibility

14 years agoUpdate .gitignore and add MANIFEST.SKIP
gfx [Mon, 21 Sep 2009 07:48:36 +0000]
Update .gitignore and add MANIFEST.SKIP

14 years agoRemove a version check
gfx [Mon, 21 Sep 2009 07:47:27 +0000]
Remove a version check

14 years agoAdd my name to AUTHORS
gfx [Mon, 21 Sep 2009 07:44:51 +0000]
Add my name to AUTHORS

14 years agoRelease date
gfx [Mon, 21 Sep 2009 07:43:57 +0000]
Release date

14 years agoFix typos in tests
gfx [Mon, 21 Sep 2009 07:15:42 +0000]
Fix typos in tests

14 years agoMerge branch 'master' into topic/more-compatible
gfx [Mon, 21 Sep 2009 06:28:04 +0000]
Merge branch 'master' into topic/more-compatible

Conflicts:
t/800_shikabased/013-compatibility-get_method_list.t

14 years agoAdd TODO
gfx [Mon, 21 Sep 2009 06:26:00 +0000]
Add TODO

14 years agoUse scalar(caller) instead of caller in list context
gfx [Mon, 21 Sep 2009 06:23:13 +0000]
Use scalar(caller) instead of caller in list context

14 years agoMake anonymous classes work correctly
gfx [Mon, 21 Sep 2009 06:19:11 +0000]
Make anonymous classes work correctly

14 years agoMouse::Role improved
gfx [Mon, 21 Sep 2009 05:33:39 +0000]
Mouse::Role improved

* More compatibility
* implement with $role => (-excludes => [...])
* implement dummy Meta::Method and get_method()

14 years agoA tiny tweak
gfx [Mon, 21 Sep 2009 03:40:23 +0000]
A tiny tweak

14 years agoRemove an unused method
gfx [Mon, 21 Sep 2009 03:38:30 +0000]
Remove an unused method

14 years agoFix tests for accessors
gfx [Mon, 21 Sep 2009 03:36:01 +0000]
Fix tests for accessors

14 years agoAdd Meta/Method/Accessor.pm
gfx [Mon, 21 Sep 2009 03:35:35 +0000]
Add Meta/Method/Accessor.pm

14 years ago(Re-)organize Method Accessor, implementing has ... reader => $r, accessor => $a...
gfx [Mon, 21 Sep 2009 03:27:02 +0000]
(Re-)organize Method Accessor, implementing has ... reader => $r, accessor => $a, writer => $w

14 years agothis test fails with older moose
Tokuhiro Matsuno [Mon, 21 Sep 2009 03:07:20 +0000]
this test fails with older moose

14 years agoAdd a test file for throw_error()
gfx [Mon, 21 Sep 2009 02:14:30 +0000]
Add a test file for throw_error()

14 years agoUse throw_error() instead of confess()
gfx [Mon, 21 Sep 2009 02:14:10 +0000]
Use throw_error() instead of confess()

14 years agoAdd my name to Changes
gfx [Mon, 21 Sep 2009 02:13:09 +0000]
Add my name to Changes

14 years agoRemove duplications and cleanup
gfx [Mon, 21 Sep 2009 01:31:48 +0000]
Remove duplications and cleanup

14 years agoAdd has_x_method_modifiers, but not yet tested
gfx [Sun, 20 Sep 2009 07:34:00 +0000]
Add has_x_method_modifiers, but not yet tested

14 years agoChangelogging
gfx [Sun, 20 Sep 2009 07:18:04 +0000]
Changelogging

14 years agoCreanup
gfx [Sun, 20 Sep 2009 07:13:01 +0000]
Creanup

14 years agoCleanup
gfx [Sun, 20 Sep 2009 07:06:57 +0000]
Cleanup

14 years agoMove M::Util::(version|authority|identifier) to M::Meta::Module
gfx [Sun, 20 Sep 2009 06:58:49 +0000]
Move M::Util::(version|authority|identifier) to M::Meta::Module

14 years agoFix a bug related to the randomized hash keys.
gfx [Sun, 20 Sep 2009 06:53:03 +0000]
Fix a bug related to the randomized hash keys.

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