gfx [Sun, 27 Sep 2009 07:53:12 +0000]
Fix an issue that breaks a backward compatibility.
gfx [Sat, 26 Sep 2009 03:41:24 +0000]
version++ in Spec.pm
gfx [Sat, 26 Sep 2009 03:40:58 +0000]
Checking in changes prior to tagging of version 0.35. Changelog diff is:
gfx [Sat, 26 Sep 2009 03:39:38 +0000]
Add SEE ALSO to Meta Module
gfx [Sat, 26 Sep 2009 03:39:30 +0000]
Changelogging
gfx [Sat, 26 Sep 2009 03:39:10 +0000]
Work around broken Test::Exception
gfx [Fri, 25 Sep 2009 13:00:42 +0000]
version 0.34
gfx [Fri, 25 Sep 2009 12:57:27 +0000]
Add a profile script
gfx [Fri, 25 Sep 2009 12:55:58 +0000]
Release date
gfx [Fri, 25 Sep 2009 12:47:30 +0000]
No base.pm
gfx [Fri, 25 Sep 2009 12:42:15 +0000]
Tiny tweaks suggested by NYTProf
gfx [Fri, 25 Sep 2009 12:27:07 +0000]
Fix tests and documents
gfx [Fri, 25 Sep 2009 12:26:48 +0000]
Comment out 'does'
gfx [Fri, 25 Sep 2009 12:25:59 +0000]
Changelogging
gfx [Fri, 25 Sep 2009 11:10:07 +0000]
Fix various tests for new Mouse
gfx [Fri, 25 Sep 2009 11:08:50 +0000]
Fix a test: package B conflicts the B module
gfx [Fri, 25 Sep 2009 10:21:21 +0000]
Tidy
gfx [Fri, 25 Sep 2009 09:40:44 +0000]
Method modifiers are implemented in Mouse
gfx [Fri, 25 Sep 2009 09:40:02 +0000]
Implement own method modifiers
gfx [Fri, 25 Sep 2009 09:39:09 +0000]
Update MANIFEST.SKIP to remove unexecuted tests
gfx [Fri, 25 Sep 2009 09:36:19 +0000]
Update MANIFEST.SKIP to remove author/benchmarks/* from dist
gfx [Fri, 25 Sep 2009 09:35:37 +0000]
Add a benchmark based on author/bencharks/basic.pl
gfx [Fri, 25 Sep 2009 09:30:51 +0000]
Add a benchmark for method modifiers
gfx [Fri, 25 Sep 2009 07:36:59 +0000]
Remove unused import
gfx [Fri, 25 Sep 2009 07:34:34 +0000]
Move some test files
gfx [Fri, 25 Sep 2009 07:33:47 +0000]
Changelogging
gfx [Fri, 25 Sep 2009 07:02:34 +0000]
Add pod tests
gfx [Fri, 25 Sep 2009 07:02:04 +0000]
Improve documents
gfx [Fri, 25 Sep 2009 07:01:31 +0000]
Make a test TODO
gfx [Fri, 25 Sep 2009 05:31:12 +0000]
Make sure to work on 5.6.2
gfx [Fri, 25 Sep 2009 04:35:47 +0000]
Add Devel::Cover and Devel::NYTProf stuff to .gitignore and MANIFEST.skip
gfx [Fri, 25 Sep 2009 03:24:36 +0000]
Tidy
gfx [Fri, 25 Sep 2009 01:04:59 +0000]
Tidy
gfx [Fri, 25 Sep 2009 00:55:14 +0000]
Deprecate clone_instance
gfx [Fri, 25 Sep 2009 00:33:23 +0000]
Refactor attribute constructor
gfx [Thu, 24 Sep 2009 07:30:10 +0000]
Merge branch 'blead'
Conflicts:
Changes
TODO
lib/Mouse/Meta/Method.pm
gfx [Thu, 24 Sep 2009 07:27:45 +0000]
crlf :(
gfx [Thu, 24 Sep 2009 07:18:51 +0000]
Skip a test requiring method modifiers
gfx [Thu, 24 Sep 2009 07:17:28 +0000]
version 0.33_01
gfx [Thu, 24 Sep 2009 07:14:27 +0000]
Add tests related to attribute traits
gfx [Thu, 24 Sep 2009 07:14:11 +0000]
Refactor many many things
gfx [Thu, 24 Sep 2009 05:09:47 +0000]
Fix Makefile.PL to use Mouse::Spec
gfx [Thu, 24 Sep 2009 05:09:22 +0000]
Add Mouse::Spec for required Moose version
gfx [Thu, 24 Sep 2009 05:00:27 +0000]
Refactor the constructor of Attribute
gfx [Thu, 24 Sep 2009 03:01:55 +0000]
Fix class_type
gfx [Thu, 24 Sep 2009 02:36:29 +0000]
Move features used only for testing to t/lib/Test/Mouse.pm
gfx [Thu, 24 Sep 2009 00:56:23 +0000]
Add some tests
gfx [Thu, 24 Sep 2009 00:36:09 +0000]
Resolve a todo (method confliction)
gfx [Wed, 23 Sep 2009 06:07:09 +0000]
Release date
gfx [Wed, 23 Sep 2009 06:05:48 +0000]
Checking in changes prior to tagging of version 0.33. Changelog diff is:
diff --git a/Changes b/Changes
gfx [Wed, 23 Sep 2009 06:04:38 +0000]
Fix errors
gfx [Wed, 23 Sep 2009 06:01:02 +0000]
Add tests for recipes, just copied from Moose
gfx [Wed, 23 Sep 2009 06:00:20 +0000]
Add placeholders of augment() and inner() to Mouse.pm
gfx [Wed, 23 Sep 2009 05:54:57 +0000]
Changelogging
gfx [Wed, 23 Sep 2009 05:54:17 +0000]
Squirrel::Role also produces warnings
gfx [Wed, 23 Sep 2009 05:32:39 +0000]
Tweaks for type constraints.
gfx [Wed, 23 Sep 2009 05:32:26 +0000]
Add a test file for type constraints
gfx [Wed, 23 Sep 2009 04:10:25 +0000]
Fix type constraint issue
gfx [Wed, 23 Sep 2009 04:09:59 +0000]
Fix Squirrel.pm
gfx [Wed, 23 Sep 2009 03:40:08 +0000]
Fix init_meta and related stuff
gfx [Wed, 23 Sep 2009 03:12:53 +0000]
Changelogging
gfx [Wed, 23 Sep 2009 02:51:45 +0000]
Always load Mouse::Util first, which will be load Mouse::XS in the future
gfx [Wed, 23 Sep 2009 02:51:19 +0000]
Fix RT #49902
gfx [Tue, 22 Sep 2009 08:26:41 +0000]
Checking in changes prior to tagging of version 0.32. Changelog diff is:
gfx [Tue, 22 Sep 2009 08:22:48 +0000]
Add a test file
gfx [Tue, 22 Sep 2009 08:22:24 +0000]
Fix the timing triggers are invoked
gfx [Tue, 22 Sep 2009 07:50:45 +0000]
CRLF to LF
gfx [Tue, 22 Sep 2009 07:49:35 +0000]
Remove unused test files
gfx [Tue, 22 Sep 2009 07:47:49 +0000]
version 0.32
gfx [Tue, 22 Sep 2009 07:47:31 +0000]
Changelogging
gfx [Tue, 22 Sep 2009 07:40:47 +0000]
Add various things
gfx [Tue, 22 Sep 2009 05:16:34 +0000]
Implement confliction checks in roles
gfx [Tue, 22 Sep 2009 05:14:09 +0000]
Add Mouse::Util::english_list()
gfx [Tue, 22 Sep 2009 05:13:51 +0000]
Add a comment
gfx [Tue, 22 Sep 2009 02:41:08 +0000]
Add some test files
gfx [Tue, 22 Sep 2009 02:40:40 +0000]
Copy .shipit from Moose
gfx [Tue, 22 Sep 2009 02:40:17 +0000]
Fix tests
gfx [Tue, 22 Sep 2009 02:25:00 +0000]
Add Mouse->moose_version for compatible Moose version, and fix Makefile.PL
gfx [Tue, 22 Sep 2009 02:08:41 +0000]
version 0.31
gfx [Tue, 22 Sep 2009 02:05:42 +0000]
Note failures in 5.10.1, but I don't know why it happens
gfx [Tue, 22 Sep 2009 02:04:15 +0000]
Changelogging
gfx [Tue, 22 Sep 2009 01:37:00 +0000]
Change, Fix, Improve
gfx [Tue, 22 Sep 2009 01:02:45 +0000]
Fix Makefile.PL to remove old xt/compatibility/* tests, and organize Mouse::Util
gfx [Mon, 21 Sep 2009 09:17:41 +0000]
Changelogging
gfx [Mon, 21 Sep 2009 09:15:52 +0000]
Remove xt/compatibility/* at make clean
gfx [Mon, 21 Sep 2009 09:07:40 +0000]
More compatibility
gfx [Mon, 21 Sep 2009 07:48:36 +0000]
Update .gitignore and add MANIFEST.SKIP
gfx [Mon, 21 Sep 2009 07:47:27 +0000]
Remove a version check
gfx [Mon, 21 Sep 2009 07:44:51 +0000]
Add my name to AUTHORS
gfx [Mon, 21 Sep 2009 07:43:57 +0000]
Release date
gfx [Mon, 21 Sep 2009 07:15:42 +0000]
Fix typos in tests
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
gfx [Mon, 21 Sep 2009 06:26:00 +0000]
Add TODO
gfx [Mon, 21 Sep 2009 06:23:13 +0000]
Use scalar(caller) instead of caller in list context
gfx [Mon, 21 Sep 2009 06:19:11 +0000]
Make anonymous classes work correctly
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()
gfx [Mon, 21 Sep 2009 03:40:23 +0000]
A tiny tweak
gfx [Mon, 21 Sep 2009 03:38:30 +0000]
Remove an unused method
gfx [Mon, 21 Sep 2009 03:36:01 +0000]
Fix tests for accessors
gfx [Mon, 21 Sep 2009 03:35:35 +0000]
Add Meta/Method/Accessor.pm