14 years agoMake Mouse::Exporter to provide export_to_level() and export() for backward compatibility
gfx [Wed, 7 Oct 2009 05:40:25 +0000]
Make Mouse::Exporter to provide export_to_level() and export() for backward compatibility

14 years agoTweaks and documenting Mouse::Exporter
gfx [Wed, 7 Oct 2009 05:29:58 +0000]
Tweaks and documenting Mouse::Exporter

14 years agoChangelogging
gfx [Wed, 7 Oct 2009 05:29:37 +0000]
Changelogging

14 years agoSwitch to Mouse::Exporter
gfx [Wed, 7 Oct 2009 04:52:04 +0000]
Switch to Mouse::Exporter

14 years agoFix t/010_basics/007_always_strict_warnings.t; Now Mouse::Exporter exists.
gfx [Wed, 7 Oct 2009 04:50:22 +0000]
Fix t/010_basics/007_always_strict_warnings.t; Now Mouse::Exporter exists.

14 years agoFix several issue on Mouse::Exporter
gfx [Wed, 7 Oct 2009 04:48:01 +0000]
Fix several issue on Mouse::Exporter

14 years agos/group/groups/
gfx [Wed, 7 Oct 2009 03:14:59 +0000]
s/group/groups/

14 years agoAdd test for Mouse::Exporter
gfx [Wed, 7 Oct 2009 03:07:02 +0000]
Add test for Mouse::Exporter

14 years agoRefactor and optimize Mouse::Exporter
gfx [Wed, 7 Oct 2009 03:06:35 +0000]
Refactor and optimize Mouse::Exporter

14 years agoUse Mouse::Exporter
gfx [Tue, 6 Oct 2009 06:34:35 +0000]
Use Mouse::Exporter

14 years agoFix do_unimport and related stuff
gfx [Tue, 6 Oct 2009 06:34:18 +0000]
Fix do_unimport and related stuff

14 years agoWork for Mouse::Exporter
gfx [Tue, 6 Oct 2009 06:11:38 +0000]
Work for Mouse::Exporter

14 years agoFor 'also'
gfx [Tue, 6 Oct 2009 04:19:33 +0000]
For 'also'

14 years agoThis is a Mouse::Exporter branch
gfx [Sat, 26 Sep 2009 09:34:25 +0000]
This is a Mouse::Exporter branch

14 years agoRefactor install_accessor() and related stuff
gfx [Mon, 5 Oct 2009 06:04:55 +0000]
Refactor install_accessor() and related stuff

14 years agoFix a test
gfx [Mon, 5 Oct 2009 03:10:40 +0000]
Fix a test

14 years agoChecking in changes prior to tagging of version 0.37_02. Changelog diff is: 0.37_02
gfx [Sun, 4 Oct 2009 08:30:42 +0000]
Checking in changes prior to tagging of version 0.37_02.  Changelog diff is:

diff --git a/Changes b/Changes
index 50e4b7a..8c0e01a 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Mouse

-0.37_02
+0.37_02 Sun Oct  4 17:29:15 2009
     * Mouse
         - Implement the argument/inner keywords
     * Mouse::Meta::Attribute

14 years agoChangelogging
gfx [Sun, 4 Oct 2009 08:29:04 +0000]
Changelogging

14 years agoAdd a test for find_attribute_by_name() using t::lib::Test::Mouse
gfx [Sun, 4 Oct 2009 07:49:40 +0000]
Add a test for find_attribute_by_name() using t::lib::Test::Mouse

14 years agoAdd find_attribute_by_name()
gfx [Sun, 4 Oct 2009 07:49:21 +0000]
Add find_attribute_by_name()

14 years agoImport Moose/t/010_basics/*.t
gfx [Sun, 4 Oct 2009 07:27:12 +0000]
Import Moose/t/010_basics/*.t

14 years agoFix EOF
gfx [Sun, 4 Oct 2009 07:26:40 +0000]
Fix EOF

14 years agoImplement augment/inner
gfx [Sun, 4 Oct 2009 07:23:45 +0000]
Implement augment/inner

14 years agoadd_method() accepts method objects
gfx [Sun, 4 Oct 2009 07:21:19 +0000]
add_method() accepts method objects

14 years agoRefactor the override method modifier code to reduce duplications
gfx [Sun, 4 Oct 2009 06:45:58 +0000]
Refactor the override method modifier code to reduce duplications

14 years agoRemove old, unused variables
gfx [Sun, 4 Oct 2009 06:45:23 +0000]
Remove old, unused variables

14 years agoChangelogging
gfx [Sun, 4 Oct 2009 06:18:01 +0000]
Changelogging

14 years agoAdd tests for Mouse::Util::meta()
gfx [Sun, 4 Oct 2009 06:17:44 +0000]
Add tests for Mouse::Util::meta()

14 years agoRemove the "Maintainance" section from the pod.
gfx [Sun, 4 Oct 2009 06:09:48 +0000]
Remove the "Maintainance" section from the pod.

Mouse is well maintained.

14 years agoFix clone_and_inherit_options() to take 'traits' and 'metaclass' correctly
gfx [Sun, 4 Oct 2009 06:07:25 +0000]
Fix clone_and_inherit_options() to take 'traits' and 'metaclass' correctly

14 years agoFix issues on 5.6.2
gfx [Sat, 3 Oct 2009 07:41:11 +0000]
Fix issues on 5.6.2

14 years agoFix class/role creation
gfx [Sat, 3 Oct 2009 07:25:22 +0000]
Fix class/role creation

14 years agoFix meta() method
gfx [Sat, 3 Oct 2009 07:25:10 +0000]
Fix meta() method

14 years agoRelease date
gfx [Sat, 3 Oct 2009 06:57:46 +0000]
Release date

14 years agoFix pods
gfx [Sat, 3 Oct 2009 06:13:54 +0000]
Fix pods

14 years agoCleanup
gfx [Sat, 3 Oct 2009 06:10:46 +0000]
Cleanup

14 years agoComment deprecated methods
gfx [Sat, 3 Oct 2009 06:03:03 +0000]
Comment deprecated methods

14 years agoAdd a test file
gfx [Sat, 3 Oct 2009 05:57:20 +0000]
Add a test file

14 years agoFix previous changes
gfx [Sat, 3 Oct 2009 05:57:05 +0000]
Fix previous changes

14 years agoRefactor create() and DESTORY() in Mouse::Meta::Module
gfx [Sat, 3 Oct 2009 05:32:32 +0000]
Refactor create() and DESTORY() in Mouse::Meta::Module

14 years agoRename t/000-recipes to t/000_recipes
gfx [Sat, 3 Oct 2009 04:11:43 +0000]
Rename t/000-recipes to t/000_recipes

14 years agoversion 0.37_02
gfx [Sat, 3 Oct 2009 03:26:14 +0000]
version 0.37_02

14 years agoFix tests
gfx [Sat, 3 Oct 2009 03:26:06 +0000]
Fix tests

14 years agoChangelogging
gfx [Fri, 2 Oct 2009 12:01:42 +0000]
Changelogging

14 years agoAdd 2 test files
gfx [Fri, 2 Oct 2009 12:00:00 +0000]
Add 2 test files

14 years agoAdd get_read_method_ref and get_write_method_ref. Remove get_read_method and get_writ...
gfx [Fri, 2 Oct 2009 11:59:23 +0000]
Add get_read_method_ref and get_write_method_ref. Remove get_read_method and get_write_method.

14 years agoFix a test
gfx [Fri, 2 Oct 2009 11:04:15 +0000]
Fix a test

14 years agoMouse::Meta::Class and Mouse::Meta::Role are now extensible by extends()
gfx [Fri, 2 Oct 2009 10:59:13 +0000]
Mouse::Meta::Class and Mouse::Meta::Role are now extensible by extends()

14 years agoAdd a test file to extend metaclasses
gfx [Fri, 2 Oct 2009 10:54:00 +0000]
Add a test file to extend metaclasses

14 years agoTidy
gfx [Fri, 2 Oct 2009 10:43:42 +0000]
Tidy

14 years agoDeprecate compute_all_applicable_attributes() and get_attribute_map()
gfx [Fri, 2 Oct 2009 10:19:40 +0000]
Deprecate compute_all_applicable_attributes() and get_attribute_map()

14 years agoRemove the use of get_attribute_map()
gfx [Fri, 2 Oct 2009 10:18:40 +0000]
Remove the use of get_attribute_map()

14 years agoAdd MouseX::AttributeHelpers to author/test-externals.pl
gfx [Fri, 2 Oct 2009 10:18:04 +0000]
Add MouseX::AttributeHelpers to author/test-externals.pl

14 years agoChangelogging 0.37_01
gfx [Thu, 1 Oct 2009 06:35:30 +0000]
Changelogging

14 years agoTiny tweaks
gfx [Thu, 1 Oct 2009 06:35:14 +0000]
Tiny tweaks

14 years agoTidy
gfx [Thu, 1 Oct 2009 06:29:16 +0000]
Tidy

14 years agoAdd a benchmark for load_class()
gfx [Thu, 1 Oct 2009 06:26:43 +0000]
Add a benchmark for load_class()

14 years agoTweaks
gfx [Thu, 1 Oct 2009 06:22:39 +0000]
Tweaks

14 years agoFix some code for new APIs
gfx [Thu, 1 Oct 2009 06:19:46 +0000]
Fix some code for new APIs

14 years agos/Moose/Mouse/ in a test
gfx [Thu, 1 Oct 2009 06:19:33 +0000]
s/Moose/Mouse/ in a test

14 years agoRemove some private or useless methods/functions from Mouse::Meta::Module
gfx [Thu, 1 Oct 2009 06:12:44 +0000]
Remove some private or useless methods/functions from Mouse::Meta::Module

14 years agoChangelogging
gfx [Thu, 1 Oct 2009 06:12:02 +0000]
Changelogging

14 years agoChangelogging
gfx [Thu, 1 Oct 2009 05:46:30 +0000]
Changelogging

14 years agoA tiny tweak
gfx [Wed, 30 Sep 2009 13:00:37 +0000]
A tiny tweak

14 years agoChangelogging
gfx [Wed, 30 Sep 2009 12:58:24 +0000]
Changelogging

14 years agoRemove an unused method
gfx [Wed, 30 Sep 2009 12:51:25 +0000]
Remove an unused method

14 years agoAdd benchmarks about subtype and coercion
gfx [Wed, 30 Sep 2009 12:47:15 +0000]
Add benchmarks about subtype and coercion

14 years agoCopy two test files from Moose
gfx [Wed, 30 Sep 2009 12:46:52 +0000]
Copy two test files from Moose

14 years agoFix an issue tested in t/040_type_constraints/025_type_coersion_on_lazy_attributes.t
gfx [Wed, 30 Sep 2009 12:45:37 +0000]
Fix an issue tested in t/040_type_constraints/025_type_coersion_on_lazy_attributes.t

14 years agoRemove debugging code
gfx [Wed, 30 Sep 2009 11:38:30 +0000]
Remove debugging code

14 years agoDeprecate two internal methods: coerce_constraint() and typecast_constraints()
gfx [Wed, 30 Sep 2009 11:37:55 +0000]
Deprecate two internal methods: coerce_constraint() and typecast_constraints()

14 years agoCopy two test files from Moose
gfx [Wed, 30 Sep 2009 11:31:44 +0000]
Copy two test files from Moose

14 years agoAdd a semicolon
gfx [Wed, 30 Sep 2009 11:25:42 +0000]
Add a semicolon

14 years agoTidy
gfx [Wed, 30 Sep 2009 11:16:46 +0000]
Tidy

14 years agoMove type coercion mechanism from Util/TypeConstraints.pm to Meta/TypeConstraint.pm
gfx [Wed, 30 Sep 2009 11:00:33 +0000]
Move type coercion mechanism from Util/TypeConstraints.pm to Meta/TypeConstraint.pm

14 years agoCRLF to LF
gfx [Wed, 30 Sep 2009 10:59:41 +0000]
CRLF to LF

14 years agoRemove unused methods
gfx [Wed, 30 Sep 2009 06:11:41 +0000]
Remove unused methods

14 years agoFix subtype()
gfx [Wed, 30 Sep 2009 06:05:23 +0000]
Fix subtype()

14 years agoRefactor type constraints
gfx [Wed, 30 Sep 2009 05:58:42 +0000]
Refactor type constraints

14 years agoUpdate Makefile.PL
gfx [Wed, 30 Sep 2009 05:03:24 +0000]
Update Makefile.PL

14 years agoMove a test as t/052-unidefined-type-in-union.t
gfx [Wed, 30 Sep 2009 04:58:57 +0000]
Move a test as t/052-unidefined-type-in-union.t

14 years agoFix an issue that breaks backward compatibility
gfx [Tue, 29 Sep 2009 08:45:46 +0000]
Fix an issue that breaks backward compatibility

14 years agoAdd a test for deprecated feature
gfx [Tue, 29 Sep 2009 08:45:10 +0000]
Add a test for deprecated feature

14 years agoFix union types and coercion
gfx [Tue, 29 Sep 2009 08:05:11 +0000]
Fix union types and coercion

14 years agoAdd two test file about union types
gfx [Tue, 29 Sep 2009 08:04:35 +0000]
Add two test file about union types

14 years agoAdd a warning for an old style use of TypeConstraint
gfx [Tue, 29 Sep 2009 07:04:49 +0000]
Add a warning for an old style use of TypeConstraint

14 years agoChangelogging
gfx [Tue, 29 Sep 2009 07:04:37 +0000]
Changelogging

14 years agoRemove 'Role' type from the document
gfx [Tue, 29 Sep 2009 07:01:01 +0000]
Remove 'Role' type from the document

14 years agoRewrite type constraint parser for union parameter: ArrayRef[ Int | Str ]
gfx [Tue, 29 Sep 2009 06:57:51 +0000]
Rewrite type constraint parser for union parameter: ArrayRef[ Int | Str ]

14 years agoAdd test on type constraints with complex parameters
gfx [Tue, 29 Sep 2009 06:56:10 +0000]
Add test on type constraints with complex parameters

14 years agoAdd tests for $tc->is_a_type_of
gfx [Tue, 29 Sep 2009 06:55:38 +0000]
Add tests for $tc->is_a_type_of

14 years agoAdd distributions to author/test-externals.pl
gfx [Mon, 28 Sep 2009 07:54:39 +0000]
Add distributions to author/test-externals.pl

- MouseX-Types
- HTTP-Engine-Middware
- Object-Container
- Data-Localize
- AnyEvent-ReverseHTTP

14 years agoTweaks for pods
gfx [Mon, 28 Sep 2009 06:31:01 +0000]
Tweaks for pods

14 years agoAdd descriptions to pods
gfx [Mon, 28 Sep 2009 05:49:40 +0000]
Add descriptions to pods

14 years agoFix Changelog
gfx [Mon, 28 Sep 2009 01:48:45 +0000]
Fix Changelog

14 years agoChangelogging 0.37
gfx [Mon, 28 Sep 2009 01:46:02 +0000]
Changelogging

14 years agoFix test-external.pl
gfx [Mon, 28 Sep 2009 01:45:39 +0000]
Fix test-external.pl

14 years agoversion 0.37
gfx [Mon, 28 Sep 2009 01:24:30 +0000]
version 0.37

14 years agoRemove "native traits" from TODO, which won't be supported
gfx [Mon, 28 Sep 2009 01:23:34 +0000]
Remove "native traits" from TODO, which won't be supported

14 years agoUpdate .gitignore and MANIFEST.SKIP
gfx [Mon, 28 Sep 2009 01:21:58 +0000]
Update .gitignore and MANIFEST.SKIP