16 years agowhoops
Stevan Little [Fri, 23 Nov 2007 21:07:04 +0000]
whoops

16 years agoadding in the last few bits
Stevan Little [Fri, 23 Nov 2007 20:38:03 +0000]
adding in the last few bits

16 years agoadding in the linearized_isa method
Stevan Little [Fri, 23 Nov 2007 17:27:43 +0000]
adding in the linearized_isa method

16 years agoFix a spelling mistake in a comment. 0_46
Dave Rolsky [Sun, 18 Nov 2007 18:40:26 +0000]
Fix a spelling mistake in a comment.

16 years agoFix a couple spelling errors in the comments.
Dave Rolsky [Sun, 18 Nov 2007 00:08:41 +0000]
Fix a couple spelling errors in the comments.

16 years agoReplaced a regex with a string comparison, since the regex could only
Dave Rolsky [Sat, 17 Nov 2007 23:32:06 +0000]
Replaced a regex with a string comparison, since the regex could only
match one string.

16 years agotagging 045
Guillermo Roditi [Tue, 13 Nov 2007 22:35:28 +0000]
tagging 045

16 years agoone more thing, missing POD for builder predicate. UGH
Guillermo Roditi [Tue, 13 Nov 2007 20:57:12 +0000]
one more thing, missing POD for builder predicate. UGH

16 years agoerror message fixes.
Guillermo Roditi [Tue, 13 Nov 2007 20:46:11 +0000]
error message fixes.

16 years agochanges for 0_44
Guillermo Roditi [Tue, 13 Nov 2007 18:51:12 +0000]
changes for 0_44

16 years agoforgot date line
Guillermo Roditi [Tue, 13 Nov 2007 16:44:41 +0000]
forgot date line

16 years agochange t/060 to not test for the old-style slot initializing 0_44 0_45
Guillermo Roditi [Mon, 12 Nov 2007 23:21:20 +0000]
change t/060 to not test for the old-style slot initializing

16 years agosome changelog tweaks and shit
Stevan Little [Wed, 7 Nov 2007 21:40:03 +0000]
some changelog tweaks and shit

16 years agoMerge 'predicate_fix' into 'trunk'
Matt S Trout [Wed, 7 Nov 2007 18:54:30 +0000]
Merge 'predicate_fix' into 'trunk'

r59797@cain (orig r2939):  groditi | 2007-11-07 18:39:44 +0000
tests and changelog

16 years agoMerge 'predicate_fix' into 'trunk'
Matt S Trout [Wed, 7 Nov 2007 18:54:12 +0000]
Merge 'predicate_fix' into 'trunk'

r59793@cain (orig r2935):  groditi | 2007-11-06 22:13:50 +0000
predicate fixes

16 years agotests and changelog
Guillermo Roditi [Wed, 7 Nov 2007 18:39:44 +0000]
tests and changelog

16 years agopredicate fixes
Guillermo Roditi [Tue, 6 Nov 2007 22:13:50 +0000]
predicate fixes

16 years agobranching for predicate stuff
Guillermo Roditi [Tue, 6 Nov 2007 22:12:14 +0000]
branching for predicate stuff

16 years agojust some little optimizations to builder stuff
Guillermo Roditi [Mon, 29 Oct 2007 19:44:29 +0000]
just some little optimizations to builder stuff

16 years agoif to elsif
Guillermo Roditi [Fri, 26 Oct 2007 20:40:31 +0000]
if to elsif

16 years agobuilder changes. sorry about diff noise, my editor ate trailing whitespace :(
Guillermo Roditi [Fri, 26 Oct 2007 18:22:11 +0000]
builder changes. sorry about diff noise, my editor ate trailing whitespace :(

16 years agoadd Build.PL; update MANIFEST
Jonathan Rockway [Sun, 7 Oct 2007 09:03:00 +0000]
add Build.PL; update MANIFEST

16 years agoset svn:ignore
Jonathan Rockway [Sun, 7 Oct 2007 09:02:11 +0000]
set svn:ignore

16 years agoreplace M::Build with M::Install
Jonathan Rockway [Sun, 7 Oct 2007 09:01:23 +0000]
replace M::Build with M::Install

16 years agominor optimisations to metaclass retrieval
Matt S Trout [Fri, 5 Oct 2007 18:02:38 +0000]
minor optimisations to metaclass retrieval

16 years agoyou can never have enough tests :)
Stevan Little [Fri, 21 Sep 2007 21:59:17 +0000]
you can never have enough tests :)

16 years agomissed one bit
Stevan Little [Fri, 21 Sep 2007 19:44:43 +0000]
missed one bit

16 years agorefactored the Constructor to support inlining better and Accessors some too
Stevan Little [Fri, 21 Sep 2007 19:21:24 +0000]
refactored the Constructor to support inlining better and Accessors some too

16 years ago0.42
Stevan Little [Tue, 17 Jul 2007 02:48:18 +0000]
0.42

16 years ago0.42
Stevan Little [Tue, 17 Jul 2007 02:46:58 +0000]
0.42

16 years agoundo stevan's broken workarounds, actually fix for 5.9.5
Matt S Trout [Mon, 16 Jul 2007 21:05:07 +0000]
undo stevan's broken workarounds, actually fix for 5.9.5

16 years ago0.41
Stevan Little [Sun, 15 Jul 2007 17:34:46 +0000]
0.41

16 years ago0.41
Stevan Little [Sun, 15 Jul 2007 17:33:58 +0000]
0.41

16 years ago0.40
Stevan Little [Tue, 3 Jul 2007 21:07:13 +0000]
0.40

16 years agogeting rid of that pesky test failure in 5.9.5, horray TODO blocks 0_40
Stevan Little [Thu, 21 Jun 2007 05:03:58 +0000]
geting rid of that pesky test failure in 5.9.5, horray TODO blocks

16 years ago0.39 0_39
Guillermo Roditi [Mon, 18 Jun 2007 20:58:57 +0000]
0.39

16 years agoupping verison numbers and reviewing the immutable changes
Stevan Little [Fri, 8 Jun 2007 20:16:18 +0000]
upping verison numbers and reviewing the immutable changes

16 years agooops POD
Guillermo Roditi [Sun, 3 Jun 2007 00:58:09 +0000]
oops POD

16 years agouse $self->name instead of refaddr. It would be totally impossible to debug otherwise.
Guillermo Roditi [Sun, 3 Jun 2007 00:18:47 +0000]
use $self->name instead of refaddr. It would be totally impossible to debug otherwise.

16 years agomore immutable fixes
Guillermo Roditi [Sat, 2 Jun 2007 21:34:02 +0000]
more immutable fixes

16 years agomassive updates to the way immutable works to fix a big ish bug, please see new comme...
Guillermo Roditi [Sat, 2 Jun 2007 17:32:54 +0000]
massive updates to the way immutable works to fix a big ish bug, please see new comments in Class::MOP::Class for my logic

16 years agoadded ability to reverse immutability, sorry about the whitespace issue.. i accidenta...
Guillermo Roditi [Fri, 1 Jun 2007 22:30:32 +0000]
added ability to reverse immutability, sorry about the whitespace issue.. i accidentally deleted all trailing whitespace, no undo. trailing whitespace is evil anyways

16 years ago0.38
Stevan Little [Thu, 31 May 2007 04:08:18 +0000]
0.38

16 years agoload all custom metaclasses automatically + tests 0_38
Guillermo Roditi [Tue, 29 May 2007 21:41:26 +0000]
load all custom metaclasses automatically + tests

16 years agotiny change in metaclass.pm to automatically load custom metaclass
Guillermo Roditi [Tue, 29 May 2007 20:50:45 +0000]
tiny change in metaclass.pm to automatically load custom metaclass

16 years agogroditis anon class fixup
Stevan Little [Tue, 29 May 2007 18:55:38 +0000]
groditis anon class fixup

16 years agoadding test for keep-alive metaclasses which have live instances, currently failing
Guillermo Roditi [Tue, 29 May 2007 17:51:25 +0000]
adding test for keep-alive metaclasses which have live instances, currently failing

16 years agofixed RT 27329
Stevan Little [Tue, 29 May 2007 14:28:54 +0000]
fixed RT 27329

16 years agofixing the authors lists and adding the ClassName type constraint
Stevan Little [Sun, 27 May 2007 17:55:22 +0000]
fixing the authors lists and adding the ClassName type constraint

17 years agoputting a shout out in dah Changelog yah-all
Stevan Little [Tue, 22 May 2007 04:27:45 +0000]
putting a shout out in dah Changelog yah-all

17 years agoget_read_method and get_write_method + tests + POD
Guillermo Roditi [Mon, 21 May 2007 17:20:33 +0000]
get_read_method and get_write_method + tests + POD

17 years agofoo
Stevan Little [Mon, 21 May 2007 16:57:19 +0000]
foo

17 years agotwo simple test fixes for 5.9.5
Brandon L Black [Tue, 15 May 2007 16:10:12 +0000]
two simple test fixes for 5.9.5

17 years agoI think this fixed the bleadperl issue
Stevan Little [Sun, 8 Apr 2007 14:28:18 +0000]
I think this fixed the bleadperl issue

17 years agoI think this fixed the bleadperl issue
Stevan Little [Sun, 8 Apr 2007 03:53:11 +0000]
I think this fixed the bleadperl issue

17 years ago0.37 final
Stevan Little [Sun, 11 Mar 2007 04:32:45 +0000]
0.37 final

17 years agoadded some functions to check if class is loaded and to load them (stolen from Moose... 0_37
Stevan Little [Sat, 24 Feb 2007 23:18:01 +0000]
added some functions to check if class is loaded and to load them (stolen from Moose.pm actually)

17 years agoMore docs
Stevan Little [Wed, 21 Feb 2007 04:45:46 +0000]
More docs

17 years agoLots of doc updates
Stevan Little [Wed, 21 Feb 2007 03:05:23 +0000]
Lots of doc updates

17 years agofoo
Stevan Little [Sat, 27 Jan 2007 21:19:24 +0000]
foo

17 years agomerging the immutable branch into trunk
Stevan Little [Sat, 27 Jan 2007 20:28:21 +0000]
merging the immutable branch into trunk

17 years agofoo
Stevan Little [Thu, 23 Nov 2006 17:00:45 +0000]
foo

17 years agofoo
Stevan Little [Sun, 5 Nov 2006 18:05:51 +0000]
foo

17 years agoremoving some branches
Stevan Little [Sun, 5 Nov 2006 14:37:55 +0000]
removing some branches

17 years ago0.36
Stevan Little [Thu, 2 Nov 2006 20:27:39 +0000]
0.36

17 years agohand mergeing sucks
Stevan Little [Thu, 2 Nov 2006 14:21:13 +0000]
hand mergeing sucks

17 years agobar
Stevan Little [Mon, 27 Nov 2006 16:43:58 +0000]
bar

17 years agofixes
Stevan Little [Mon, 27 Nov 2006 01:51:54 +0000]
fixes

17 years agotweaking a little here and there
Stevan Little [Mon, 27 Nov 2006 01:22:46 +0000]
tweaking a little here and there

17 years agowhoops 0_37_002
Stevan Little [Sun, 12 Nov 2006 15:52:11 +0000]
whoops

17 years agoimmutable stuff
Stevan Little [Fri, 10 Nov 2006 16:13:27 +0000]
immutable stuff

17 years agoIT WORKS NOWrun_testsrun_testsrun_testsrun_tests
Stevan Little [Thu, 9 Nov 2006 22:43:09 +0000]
IT WORKS NOWrun_testsrun_testsrun_testsrun_tests

17 years agofixed all the attribute name to be more Perl6ish and then removed the : in the init_a...
Stevan Little [Wed, 8 Nov 2006 16:32:36 +0000]
fixed all the attribute name to be more Perl6ish and then removed the : in the init_args as well (this aint LISP :P)

17 years agoimmutable refacotring
Stevan Little [Thu, 2 Nov 2006 14:33:56 +0000]
immutable refacotring

17 years agotesting 0_36
Stevan Little [Thu, 2 Nov 2006 13:40:23 +0000]
testing

17 years agofoo
Stevan Little [Thu, 2 Nov 2006 13:38:36 +0000]
foo

17 years agomerging in the accessor refactoring
Stevan Little [Thu, 2 Nov 2006 13:32:38 +0000]
merging in the accessor refactoring

17 years agofoo
Stevan Little [Thu, 2 Nov 2006 13:28:07 +0000]
foo

17 years agoa few tweaks here and there and a new proposal for Immutable classes
Stevan Little [Sat, 28 Oct 2006 18:17:57 +0000]
a few tweaks here and there and a new proposal for Immutable classes

17 years agoadded new constructor method metaclass
Stevan Little [Thu, 26 Oct 2006 21:33:58 +0000]
added new constructor method metaclass

17 years agofoo
Stevan Little [Tue, 24 Oct 2006 21:42:51 +0000]
foo

17 years agofixing up the method protocol more, actually this is probably closer to the accessor...
Stevan Little [Mon, 16 Oct 2006 02:04:23 +0000]
fixing up the method protocol more, actually this is probably closer to the accessor protocol to be honest

17 years agomore-method-refactoring
Stevan Little [Sun, 15 Oct 2006 19:23:01 +0000]
more-method-refactoring

17 years agobranch-for-an-idea
Stevan Little [Sat, 14 Oct 2006 15:20:53 +0000]
branch-for-an-idea

17 years agofoo
Stevan Little [Sat, 14 Oct 2006 15:16:38 +0000]
foo

17 years agofoo
Stevan Little [Sat, 30 Sep 2006 19:43:11 +0000]
foo

17 years agotweak changes
Stevan Little [Sat, 30 Sep 2006 19:28:53 +0000]
tweak changes

17 years agoforgot test coverage stats
Stevan Little [Mon, 25 Sep 2006 19:13:53 +0000]
forgot test coverage stats

17 years agoprepping for release
Stevan Little [Sun, 24 Sep 2006 02:46:08 +0000]
prepping for release

17 years agofoo
Stevan Little [Sun, 24 Sep 2006 01:16:48 +0000]
foo

17 years agofoo
Stevan Little [Sun, 24 Sep 2006 00:50:44 +0000]
foo

17 years agofixing some edge cases Moose brought out
Stevan Little [Fri, 15 Sep 2006 21:40:01 +0000]
fixing some edge cases Moose brought out

17 years agocleaning up Changes and docs
Stevan Little [Fri, 15 Sep 2006 20:34:52 +0000]
cleaning up Changes and docs

17 years agomore browser hackin
Stevan Little [Wed, 13 Sep 2006 03:40:21 +0000]
more browser hackin

17 years agoClass-MOP-Browser need to be a bulky Catalyst App, a single file script will suffice
Stevan Little [Tue, 12 Sep 2006 14:17:33 +0000]
Class-MOP-Browser need to be a bulky Catalyst App, a single file script will suffice

17 years agoAdding Class::MOP::Browser catalyst app
Stevan Little [Mon, 11 Sep 2006 20:02:03 +0000]
Adding Class::MOP::Browser catalyst app

17 years agobetter MOP stuff
Stevan Little [Tue, 5 Sep 2006 06:27:34 +0000]
better MOP stuff

17 years agowhoops-bug
Stevan Little [Thu, 31 Aug 2006 21:33:24 +0000]
whoops-bug

17 years agoadd_attribute fix, and version fixes, changes, etc
Stevan Little [Wed, 30 Aug 2006 18:06:41 +0000]
add_attribute fix, and version fixes, changes, etc

17 years agomergeing the method fix in
Stevan Little [Tue, 29 Aug 2006 15:45:07 +0000]
mergeing the method fix in