17 years agolots of documentation changes, some refactoring too
Stevan Little [Thu, 17 Aug 2006 14:43:54 +0000]
lots of documentation changes, some refactoring too

17 years agomoved all the metaclass cache stuff to Class::MOP so that we are not polluting the...
Stevan Little [Thu, 17 Aug 2006 14:07:27 +0000]
moved all the metaclass cache stuff to Class::MOP so that we are not polluting the Class::MOP::Class namespace

17 years agono ref in the defaults
Stevan Little [Wed, 16 Aug 2006 21:32:05 +0000]
no ref in the defaults

17 years ago0.32 release
Stevan Little [Sat, 12 Aug 2006 06:16:51 +0000]
0.32 release

17 years agoadding Class::MOP::Object
Stevan Little [Sat, 12 Aug 2006 06:13:02 +0000]
adding Class::MOP::Object

17 years agoadded the AUTHORITY into all classes, and support for it into Module
Stevan Little [Fri, 11 Aug 2006 14:16:19 +0000]
added the AUTHORITY into all classes, and support for it into Module

17 years agofixing version numbers and writing the changelog
Stevan Little [Thu, 10 Aug 2006 22:25:02 +0000]
fixing version numbers and writing the changelog

17 years agomerging package encapsulation back into trunk
Stevan Little [Thu, 10 Aug 2006 22:15:59 +0000]
merging package encapsulation back into trunk

17 years agomaking the init_arg even more silly
Stevan Little [Thu, 10 Aug 2006 22:11:05 +0000]
making the init_arg even more silly

17 years agofixed the tests and worked around perls typeglob yuk
Stevan Little [Thu, 10 Aug 2006 21:58:40 +0000]
fixed the tests and worked around perls typeglob yuk

17 years agocleanup and more tests;
Stevan Little [Thu, 10 Aug 2006 19:35:49 +0000]
cleanup and more tests;

17 years agobroken-tests
Stevan Little [Tue, 8 Aug 2006 17:59:14 +0000]
broken-tests

17 years agomore-package-refactoring
Stevan Little [Fri, 4 Aug 2006 14:34:30 +0000]
more-package-refactoring

17 years agoclear/deinitialize but with tests only for deinitialize
Yuval Kogman [Fri, 4 Aug 2006 13:19:18 +0000]
clear/deinitialize but with tests only for deinitialize

17 years agomore-package-refactoring
Stevan Little [Fri, 4 Aug 2006 04:23:52 +0000]
more-package-refactoring

17 years agoencapsulated-package-features
Stevan Little [Thu, 3 Aug 2006 19:54:18 +0000]
encapsulated-package-features

17 years agoChangeLog and adding yuval to authors everywhere
Stevan Little [Sat, 15 Jul 2006 20:16:22 +0000]
ChangeLog and adding yuval to authors everywhere

17 years agofoo
Stevan Little [Fri, 14 Jul 2006 02:05:32 +0000]
foo

17 years agoDocs, small fixes, find_method_by_name and the get_value/set_value abstraction for...
Yuval Kogman [Thu, 13 Jul 2006 15:24:57 +0000]
Docs, small fixes, find_method_by_name and the get_value/set_value abstraction for attrs

17 years agofoo
Stevan Little [Thu, 6 Jul 2006 02:58:55 +0000]
foo

17 years agofoo
Stevan Little [Thu, 6 Jul 2006 02:58:10 +0000]
foo

17 years agodist
Stevan Little [Wed, 5 Jul 2006 22:12:19 +0000]
dist

17 years agofoo
Stevan Little [Wed, 5 Jul 2006 22:04:38 +0000]
foo

17 years agoclosed
Stevan Little [Wed, 5 Jul 2006 18:02:35 +0000]
closed

17 years agocleanup
Stevan Little [Wed, 5 Jul 2006 15:47:10 +0000]
cleanup

17 years agobuncha-stuff
Stevan Little [Mon, 3 Jul 2006 21:26:31 +0000]
buncha-stuff

17 years agofoo
Stevan Little [Fri, 30 Jun 2006 16:20:02 +0000]
foo

17 years agofoo
Stevan Little [Fri, 30 Jun 2006 16:19:55 +0000]
foo

17 years agofoo
Stevan Little [Fri, 30 Jun 2006 16:12:34 +0000]
foo

17 years agorename *_package_variable to *_package_symbol;
Stevan Little [Fri, 30 Jun 2006 16:05:01 +0000]
rename *_package_variable to *_package_symbol;

17 years agofoo
Stevan Little [Fri, 30 Jun 2006 00:29:21 +0000]
foo

17 years agofoo
Stevan Little [Thu, 29 Jun 2006 23:28:32 +0000]
foo

17 years agoclass-module-package
Stevan Little [Thu, 29 Jun 2006 18:27:47 +0000]
class-module-package

17 years agoClass::MOP::Class::Immutable
Stevan Little [Wed, 28 Jun 2006 21:31:40 +0000]
Class::MOP::Class::Immutable

17 years agoAdd accessor benchmarks
Yuval Kogman [Wed, 28 Jun 2006 14:10:13 +0000]
Add accessor benchmarks

17 years agoadd an easy benchmark harness
Yuval Kogman [Wed, 28 Jun 2006 13:52:26 +0000]
add an easy benchmark harness

17 years agoadd Bench::Run
Yuval Kogman [Wed, 28 Jun 2006 13:41:45 +0000]
add Bench::Run

17 years agofoo
Stevan Little [Wed, 28 Jun 2006 13:00:47 +0000]
foo

17 years agoRename Bench::Point to Plain::Point
Yuval Kogman [Wed, 28 Jun 2006 01:44:32 +0000]
Rename Bench::Point to Plain::Point

17 years agofoo
Stevan Little [Wed, 28 Jun 2006 01:44:26 +0000]
foo

17 years agoAdd bench dir and Bench::Point
Yuval Kogman [Wed, 28 Jun 2006 01:33:43 +0000]
Add bench dir and Bench::Point

17 years agoready-for-release 0_29_02
Stevan Little [Thu, 22 Jun 2006 21:44:02 +0000]
ready-for-release

17 years agoforeach my $key ( keys %params ), not foreach my $key ( %params )
Yuval Kogman [Thu, 22 Jun 2006 15:34:43 +0000]
foreach my $key ( keys %params ), not foreach my $key ( %params )

17 years agotweaking &create
Stevan Little [Mon, 12 Jun 2006 16:38:35 +0000]
tweaking &create

17 years agoupdating the Test::more dependecy
Stevan Little [Thu, 8 Jun 2006 19:53:48 +0000]
updating the Test::more dependecy

18 years ago0_29_01
Stevan Little [Sat, 13 May 2006 00:44:11 +0000]
0_29_01

18 years agofoo
Stevan Little [Thu, 11 May 2006 17:48:26 +0000]
foo

18 years agobar
Stevan Little [Wed, 10 May 2006 15:15:06 +0000]
bar

18 years agofoo
Stevan Little [Mon, 8 May 2006 20:03:15 +0000]
foo

18 years agomuch-better
Stevan Little [Mon, 8 May 2006 19:44:25 +0000]
much-better

18 years agothis-is-wrong
Stevan Little [Mon, 8 May 2006 19:34:18 +0000]
this-is-wrong

18 years agofoo
Stevan Little [Mon, 8 May 2006 18:15:02 +0000]
foo

18 years ago0_30
Stevan Little [Sun, 7 May 2006 02:23:34 +0000]
0_30

18 years agofoo
Stevan Little [Thu, 4 May 2006 03:51:41 +0000]
foo

18 years agomoo
Stevan Little [Thu, 4 May 2006 03:50:58 +0000]
moo

18 years agore-init
Stevan Little [Thu, 4 May 2006 03:46:40 +0000]
re-init

18 years agofoo
Stevan Little [Thu, 4 May 2006 01:26:45 +0000]
foo

18 years agotweaks
Stevan Little [Wed, 3 May 2006 20:50:55 +0000]
tweaks

18 years agofix
Stevan Little [Tue, 2 May 2006 18:01:20 +0000]
fix

18 years agocloning
Stevan Little [Tue, 2 May 2006 13:58:00 +0000]
cloning

18 years agoyuval-wins
Stevan Little [Tue, 2 May 2006 02:52:09 +0000]
yuval-wins

18 years agostuff
Stevan Little [Mon, 1 May 2006 19:33:27 +0000]
stuff

18 years agoyeah-it-works
Stevan Little [Mon, 1 May 2006 14:49:14 +0000]
yeah-it-works

18 years agoworking-on-it
Stevan Little [Mon, 1 May 2006 01:28:58 +0000]
working-on-it

18 years agoupload
Stevan Little [Sun, 30 Apr 2006 21:48:46 +0000]
upload

18 years agoTODO-list
Stevan Little [Sun, 30 Apr 2006 16:55:07 +0000]
TODO-list

18 years agoAdd the Inlinable class, salvaged from my blib
Yuval Kogman [Sun, 30 Apr 2006 16:49:45 +0000]
Add the Inlinable class, salvaged from my blib

18 years agotweaking
Stevan Little [Sun, 30 Apr 2006 16:45:04 +0000]
tweaking

18 years agoinstnaces
Stevan Little [Sun, 30 Apr 2006 12:57:48 +0000]
instnaces

18 years agorefactoring-n-tests
Stevan Little [Sat, 29 Apr 2006 17:31:18 +0000]
refactoring-n-tests

18 years agoAdd support for weak references to Class::MOP::Instance
Yuval Kogman [Sat, 29 Apr 2006 17:20:51 +0000]
Add support for weak references to Class::MOP::Instance

18 years agodocs
Stevan Little [Sat, 29 Apr 2006 16:45:31 +0000]
docs

18 years agono-more-inline
Stevan Little [Sat, 29 Apr 2006 11:56:02 +0000]
no-more-inline

18 years agoarrays
Stevan Little [Sat, 29 Apr 2006 03:00:35 +0000]
arrays

18 years agoYou ain't getting rid of that FIXME
Yuval Kogman [Sat, 29 Apr 2006 02:36:36 +0000]
You ain't getting rid of that FIXME

18 years agoslotnames
Stevan Little [Fri, 28 Apr 2006 20:42:03 +0000]
slotnames

18 years agodone
Stevan Little [Fri, 28 Apr 2006 20:35:35 +0000]
done

18 years agodone
Stevan Little [Fri, 28 Apr 2006 20:30:34 +0000]
done

18 years agostuff
Stevan Little [Fri, 28 Apr 2006 12:08:19 +0000]
stuff

18 years agoinstance-refactored
Stevan Little [Fri, 28 Apr 2006 05:03:09 +0000]
instance-refactored

18 years agovarious fixes + weakening support for the Class::MOP instance layout
Yuval Kogman [Fri, 28 Apr 2006 02:05:36 +0000]
various fixes + weakening support for the Class::MOP instance layout

18 years agomore-POD
Stevan Little [Thu, 27 Apr 2006 23:33:38 +0000]
more-POD

18 years agoadd introspection methods to Class::MOP::Instance
Yuval Kogman [Thu, 27 Apr 2006 23:21:35 +0000]
add introspection methods to Class::MOP::Instance

18 years agoPOD
Stevan Little [Thu, 27 Apr 2006 23:17:15 +0000]
POD

18 years agoAdd superficial but much better tests for the instance metaclass
Yuval Kogman [Thu, 27 Apr 2006 23:10:06 +0000]
Add superficial but much better tests for the instance metaclass

18 years agoremove $attr_name from the accessor generators
Yuval Kogman [Thu, 27 Apr 2006 22:28:18 +0000]
remove $attr_name from the accessor generators

18 years agoThe great Class::MOP::Instance refactoring
Yuval Kogman [Thu, 27 Apr 2006 22:21:53 +0000]
The great Class::MOP::Instance refactoring

18 years agoinstance-protocol
Stevan Little [Thu, 27 Apr 2006 03:09:16 +0000]
instance-protocol

18 years agonew_instances
Stevan Little [Thu, 27 Apr 2006 02:37:02 +0000]
new_instances

18 years agotesting
Stevan Little [Wed, 26 Apr 2006 22:52:21 +0000]
testing

18 years agomop 0_26
Stevan Little [Tue, 25 Apr 2006 00:04:34 +0000]
mop

18 years agostuff
Stevan Little [Sat, 22 Apr 2006 00:54:58 +0000]
stuff

18 years agostuff
Stevan Little [Sat, 22 Apr 2006 00:52:13 +0000]
stuff

18 years agooptimized
Stevan Little [Sat, 22 Apr 2006 00:37:43 +0000]
optimized

18 years agocleanup
Stevan Little [Sat, 22 Apr 2006 00:20:32 +0000]
cleanup

18 years agooptimize
Stevan Little [Fri, 21 Apr 2006 21:09:29 +0000]
optimize

18 years agostuff
Stevan Little [Fri, 21 Apr 2006 20:53:10 +0000]
stuff

18 years agofind_attribute_by_name
Stevan Little [Fri, 21 Apr 2006 14:49:15 +0000]
find_attribute_by_name

18 years ago0_25
Stevan Little [Thu, 20 Apr 2006 19:50:35 +0000]
0_25

18 years agofixes
Stevan Little [Thu, 20 Apr 2006 19:28:25 +0000]
fixes