2008-12-16 |
Shawn M Moore |
Bump to 0.14 |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Shawn M Moore |
empty line |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Shawn M Moore |
MRO::Compat is the only module loaded by Mouse::Util... |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Shawn M Moore |
Changes.. too many to list right now |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Shawn M Moore |
Don't put MouseX files into Mouse::Tiny |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Chris Prather |
if you are gonna blame me, get the spelling correct |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Ignore "used only once" warning |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Make the constructor code easier to read |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Only inline BUILDARGS if the class has one that isn... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Add type constraint |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Generated constructor cleanup |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Test for init_arg => undef |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Add tokuhirom and Yappo to AUTHORS |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Make this coerce test more discriminating |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Need to specify is => 'rw' for the test to be closer... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
For class constraints, it's good enough to be a subclas... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
More tweaks |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Anchor this same regex in Mouse::Meta::Role |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Tweaks to metaclass |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Anchor this exclusion regex so "has_list" etc will... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Comments, style |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Use Test::Exception in this test |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Remove pointless shebang in each module |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Remove TODO file, yay |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Remove build-dep on Sub::Uplevel, Test::Exception can... |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Merge in shika-based! |
commit | commitdiff | tree | snapshot |
2008-12-09 |
Shawn M Moore |
Bring shika-based up to trunk |
commit | commitdiff | tree | snapshot |
2008-12-08 |
大沢 和宏 |
oops, add testcase ( subtype 'Foo' => as 'Bar'; AND... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
大沢 和宏 |
pre load class in class_type |
commit | commitdiff | tree | snapshot |
2008-12-08 |
大沢 和宏 |
implement to subtype's as is moose way |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
update todo list |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
improvement the compatibility with Moose. |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
added test case for compatibility |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
added more test cases |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
call by full path |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
use Scalar::Util directly |
commit | commitdiff | tree | snapshot |
2008-12-07 |
Tokuhiro Matsuno |
skip temporary file for vim |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
change directory structure |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
added 'get' in benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
bug fixed when perl 5.8 |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
oops |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
- depend to Scalar::Util when perl5.6.x |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
revert XS related things |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
revert XS related things. this is no advantage orz |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
display module version in benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
always inject method to DESTROY |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
inject empty DESTRUCT method for performance improvement. |
commit | commitdiff | tree | snapshot |
2008-12-06 |
Tokuhiro Matsuno |
added benchmark script |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
Encapsulation |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
add immutable test |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimize for constructor and attribute |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
set instance to attributes default code |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimaized default values in constructor |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
micro optimized |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support MouseX::Types's isa or ( isa => Str | Undef ) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
oops, revert of revision 6879 |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
support of isa or ( isa => ' Str | Undef ') |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ricardo SIGNES |
mark 033 todo |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Shawn M Moore |
Fix for default in a constructor reported and tested... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Shawn M Moore |
Bump to 0.13 |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ricardo SIGNES |
more specific |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ricardo SIGNES |
default needs invocant |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Ricardo SIGNES |
reader/writer |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Shawn M Moore |
Tweak changes for release |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
more optimized of TypeRegistry |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
oops remove t/800_shikabased/007-create_class.t |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Shawn M Moore |
(no commit message) |
commit | commitdiff | tree | snapshot |
2008-12-05 |
Shawn M Moore |
Update Changes |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
mv t/800_shikabased/007-create_class.t t/800_shikabased... |
commit | commitdiff | tree | snapshot |
2008-12-05 |
大沢 和宏 |
optimized |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
this argument is not needed |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ricardo SIGNES |
test for isa improvement |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Ricardo SIGNES |
should accept subclasses |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
shortcut the flow for micro optimization. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
bug fixed: BUILD method doesn't works |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
do not use same variable name twice. |
commit | commitdiff | tree | snapshot |
2008-12-04 |
大沢 和宏 |
add with qw( Role1 Role2 ) support |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
added Mouse::Meta::Class->create(_anon_class)? |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
micro optimization |
commit | commitdiff | tree | snapshot |
2008-12-04 |
Tokuhiro Matsuno |
we want to use older Exporter |
commit | commitdiff | tree | snapshot |
2008-12-04 |
大沢 和宏 |
add mluti option with test |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
remove of a lot of copied document |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
added MouseX::Types, MouseX::Types::Mouse |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
remove trash |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
don't attempt to require Scalar::Util if we're going... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
Exporter::Heavy is too heavy.And, this is enough in... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
put a hack around in there |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
change location |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
oops, copied the wrong sub |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
attempt to require MRO::Compat. If that fails, use... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
024 fails, but successfully loads and uses the XS versi... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Daisuke Maki |
just a simple XSLoader for now |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
(JUST A IDEA) copied from Scalar-List-Util/Util.xs |
commit | commitdiff | tree | snapshot |
2008-12-03 |
大沢 和宏 |
more more moose way to type constraints |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
oops... i forgot s/Moose/Mouse/ orz |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
overload::StrVal is needed |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
move Test::Exception to inc/. suggested by autarch++ |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Tokuhiro Matsuno |
update todo list |
commit | commitdiff | tree | snapshot |
next |