16 years agoadd a lab directory 0_25
Chris Prather [Tue, 11 Sep 2007 09:15:23 +0000]
add a lab directory
r27545@alice-3:  perigrin | 2007-08-02 17:43:53 -0500
different Daemonize support
r27566@alice-3:  perigrin | 2007-08-03 19:18:12 -0500
add trunk
r27567@alice-3:  perigrin | 2007-08-03 19:18:27 -0500
move everything into trunk
r28827@alice-3:  perigrin | 2007-09-11 03:33:57 -0500
add in the changes for dec and bump the version number ... it's RELEASE TIME BABY
r28836@alice-3:  perigrin | 2007-09-11 03:40:40 -0500
trying to merge in manually changes that lack metadata
r28837@alice-3:  perigrin | 2007-09-11 04:14:41 -0500
merging changes I didn't make down

16 years agotaggin
Stevan Little [Mon, 13 Aug 2007 20:03:07 +0000]
taggin

16 years agofoo
Stevan Little [Sun, 12 Aug 2007 17:42:21 +0000]
foo

16 years agorestored the coupling;
Stevan Little [Sun, 12 Aug 2007 15:04:50 +0000]
restored the coupling;

16 years agosome reworkings of the Test::Moose and Moose::Util code
Stevan Little [Sun, 12 Aug 2007 06:14:12 +0000]
some reworkings of the Test::Moose and Moose::Util code

16 years agoHave Moose* extend MooseParent
Shawn M Moore [Sun, 12 Aug 2007 01:57:50 +0000]
Have Moose* extend MooseParent

16 years agoAdd Class::Method::Modifiers benchmark (I hope to surpass Moose! >_>)
Shawn M Moore [Sun, 12 Aug 2007 01:55:52 +0000]
Add Class::Method::Modifiers benchmark (I hope to surpass Moose! >_>)

16 years agoDoc fix.
Anders Nor Berle [Fri, 10 Aug 2007 18:35:18 +0000]
Doc fix.

16 years agosearch_class_by_role tests added
Robert 'phaylon' Sedlacek [Fri, 10 Aug 2007 17:16:07 +0000]
search_class_by_role tests added

16 years ago* s/can_role/does_role/g.
Anders Nor Berle [Fri, 10 Aug 2007 16:52:47 +0000]
* s/can_role/does_role/g.
* Make does_role work without ->meta method.
* Improved testing.

16 years agoMake Test::Pod::Coverage smile again.
Anders Nor Berle [Fri, 10 Aug 2007 16:52:30 +0000]
Make Test::Pod::Coverage smile again.

16 years agoAdded search_class_by_role to Moose::Util
Robert 'phaylon' Sedlacek [Tue, 7 Aug 2007 22:06:33 +0000]
Added search_class_by_role to Moose::Util

16 years agoFix small mixup.
Anders Nor Berle [Tue, 7 Aug 2007 17:42:59 +0000]
Fix small mixup.

16 years agoNew modules
Anders Nor Berle [Tue, 7 Aug 2007 17:39:38 +0000]
New modules
* Moose::Util
* Test::Moose

16 years agoupdating the cookbook, adding the start of the role spec
Stevan Little [Tue, 7 Aug 2007 04:16:38 +0000]
updating the cookbook, adding the start of the role spec

16 years agoadding the Method::Required but not doing anything with it yet
Stevan Little [Tue, 7 Aug 2007 02:31:23 +0000]
adding the Method::Required but not doing anything with it yet

16 years agoch-ch-ch-changes
Stevan Little [Mon, 6 Aug 2007 15:27:16 +0000]
ch-ch-ch-changes

16 years agoadding some method stubs for deblolaz
Stevan Little [Mon, 6 Aug 2007 14:18:33 +0000]
adding some method stubs for deblolaz

16 years agofoo
Stevan Little [Thu, 2 Aug 2007 19:09:32 +0000]
foo

16 years agosorry_Debolaz
Stevan Little [Tue, 31 Jul 2007 21:19:06 +0000]
sorry_Debolaz

16 years agofixing required
Stevan Little [Mon, 30 Jul 2007 19:21:33 +0000]
fixing required

16 years agoadding info to changes and kolibre to the authors
Stevan Little [Mon, 30 Jul 2007 15:07:42 +0000]
adding info to changes and kolibre to the authors

16 years agomassive refactoring begun for Moose::Meta::Role
Stevan Little [Mon, 30 Jul 2007 15:04:59 +0000]
massive refactoring begun for Moose::Meta::Role

16 years agoadded tests which show how roll tiebreaking works when methods and attributes are...
Nathan Gray [Tue, 24 Jul 2007 15:59:07 +0000]
added tests which show how roll tiebreaking works when methods and attributes are mixed

16 years agobumping the version number
Stevan Little [Sat, 21 Jul 2007 01:40:14 +0000]
bumping the version number

16 years agolib/Moose.pm:
Shlomi Fish [Wed, 18 Jul 2007 16:09:28 +0000]
lib/Moose.pm:
    - (Docs) referenced Moose::Util::TypeConstraints under 'isa' in 'has'
    for how to define a new type.

16 years ago0.24
Stevan Little [Tue, 3 Jul 2007 21:11:43 +0000]
0.24

16 years agoadding lazy and handles to the has +foo form 0_24
Stevan Little [Tue, 3 Jul 2007 15:56:19 +0000]
adding lazy and handles to the has +foo form

16 years agohandles => A::Role
Stevan Little [Tue, 3 Jul 2007 05:56:13 +0000]
handles => A::Role

16 years agofixing some stuff
Stevan Little [Sun, 1 Jul 2007 21:22:01 +0000]
fixing some stuff

16 years ago0.23 0_23
Guillermo Roditi [Mon, 18 Jun 2007 21:16:21 +0000]
0.23

16 years agofix handles generated methods to use goto() so caller() comes out properly on the...
Chris Prather [Tue, 12 Jun 2007 19:28:15 +0000]
fix handles generated methods to use goto() so caller() comes out properly on the other side.

16 years agofix inline constructor for hierarchy with multiple BUILD methods
Matt S Trout [Sun, 10 Jun 2007 18:01:13 +0000]
fix inline constructor for hierarchy with multiple BUILD methods

16 years agobumping version and reviewing immutable changes
Stevan Little [Fri, 8 Jun 2007 20:31:24 +0000]
bumping version and reviewing immutable changes

16 years agoImmutable fix to work with new Class::MOP, and trailing whitespace fuckup. Doh!
Guillermo Roditi [Sat, 2 Jun 2007 21:48:20 +0000]
Immutable fix to work with new Class::MOP, and trailing whitespace fuckup. Doh!

16 years agofoop
Stevan Little [Thu, 31 May 2007 17:19:45 +0000]
foop

16 years ago0.22
Stevan Little [Thu, 31 May 2007 04:16:15 +0000]
0.22

16 years agofor mst and castaway
Stevan Little [Thu, 31 May 2007 03:50:09 +0000]
for mst and castaway

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

16 years agofixing the changelog
Stevan Little [Thu, 24 May 2007 21:32:38 +0000]
fixing the changelog

16 years agoforgot to update changes for previous rev
Matt S Trout [Mon, 21 May 2007 17:05:19 +0000]
forgot to update changes for previous rev

16 years agofix for prototype undecl issue when type constraint utils loaded before consumers...
Matt S Trout [Mon, 21 May 2007 17:02:23 +0000]
fix for prototype undecl issue when type constraint utils loaded before consumers (e.g. Moose::Meta::Attribute) by predeclaring prototypes in TC utils

16 years agoreader presedence bug and tests
Guillermo Roditi [Fri, 18 May 2007 16:07:03 +0000]
reader presedence bug and tests

16 years agofoo
Stevan Little [Wed, 9 May 2007 23:10:10 +0000]
foo

17 years agofoo
Stevan Little [Sat, 5 May 2007 15:01:39 +0000]
foo

17 years agoMoose.pm:
Aankhen [Fri, 4 May 2007 03:10:58 +0000]
Moose.pm:
* POD: point to Class::MOP::Class rather than Class::MOP for method modifiers.

17 years agoMoose::Cookbook::Recipe5:
Aankhen [Fri, 4 May 2007 00:54:17 +0000]
Moose::Cookbook::Recipe5:
* fixed a few whitespace-only lines.

17 years agoMoose::Cookbook::Recipe5:
Aankhen [Fri, 4 May 2007 00:53:10 +0000]
Moose::Cookbook::Recipe5:
* typos, grammar tweaks.

17 years agoMoose::Cookbook::Recipe4:
Aankhen [Fri, 4 May 2007 00:09:14 +0000]
Moose::Cookbook::Recipe4:
* grammar tweaks.

17 years agoMoose::Cookbook::Recipe3:
Aankhen [Thu, 3 May 2007 23:38:18 +0000]
Moose::Cookbook::Recipe3:
* grammar tweaks, consistency.

17 years agof0_21
Stevan Little [Thu, 3 May 2007 20:36:21 +0000]
f0_21

17 years agofoo
Stevan Little [Thu, 3 May 2007 20:35:47 +0000]
foo

17 years agoadd note for test we'll need later 0_21
Matt S Trout [Thu, 3 May 2007 20:24:24 +0000]
add note for test we'll need later

17 years agohorrible hack to make immutability on Moose class extending Class::MOP class work
Matt S Trout [Thu, 3 May 2007 19:00:13 +0000]
horrible hack to make immutability on Moose class extending Class::MOP class work

17 years agofailing test for constructor inlining with Moose class extending MOP class
Matt S Trout [Thu, 3 May 2007 17:47:38 +0000]
failing test for constructor inlining with Moose class extending MOP class

17 years agoMoose::Cookbook::Recipe6:
Aankhen [Wed, 2 May 2007 06:47:22 +0000]
Moose::Cookbook::Recipe6:
* first shot at adding a description for the recipe.

17 years agoMoose::Cookbook::Recipe2:
Aankhen [Tue, 1 May 2007 07:26:55 +0000]
Moose::Cookbook::Recipe2:
* grammar tweaks.

17 years agoMoose::Cookbook::Recipe1:
Aankhen [Tue, 1 May 2007 06:51:42 +0000]
Moose::Cookbook::Recipe1:
* POD work: mainly grammar tweaks.

17 years agoMoose::Cookbook::FAQ:
Aankhen [Tue, 1 May 2007 06:03:47 +0000]
Moose::Cookbook::FAQ:
* grammar tweaks.
* altered `around` modifier example to emphasize the early return.

17 years agoMoose::Util::TypeConstraints:
Aankhen [Tue, 1 May 2007 03:23:39 +0000]
Moose::Util::TypeConstraints:
* s/SYNOPOSIS/SYNOPSIS/g

17 years agoMoose::Util::TypeConstraints:
Aankhen [Tue, 1 May 2007 03:22:31 +0000]
Moose::Util::TypeConstraints:
* fixed typo in sub name: export_type_contstraints_as_functions -> export_type_constraints_as_functions (added alias to old name).
* updated POD.

17 years agoMoose::Role:
Aankhen [Mon, 30 Apr 2007 06:27:00 +0000]
Moose::Role:
* minor POD cleanup.

17 years agoMoose.pm:
Aankhen [Mon, 30 Apr 2007 06:14:08 +0000]
Moose.pm:
* POD work: updates, typos, clarifications, grammar tweaks, consistency.

17 years agoforgot to update $VERSION
Matt S Trout [Sun, 29 Apr 2007 00:48:41 +0000]
forgot to update $VERSION

17 years ago* Moose
Matt S Trout [Sun, 29 Apr 2007 00:36:31 +0000]
* Moose
  - added SUPER_SLOT and INNER_SLOT class hashes to support unimport
  - modified unimport to remove super and inner along with the rest
    - altered unimport tests to handle this

* Moose::Role
  - altered super export to populate SUPER_SLOT

* Moose::Meta::Class
  - altered augment and override modifier application to use *_SLOT
    - modified tests for these to unimport one test class each to test

17 years agoMoose::Meta::Method::Accessor:
Aankhen [Sat, 28 Apr 2007 08:35:30 +0000]
Moose::Meta::Method::Accessor:
* added stub &_inline_pre_body and &_inline_post_body
* pass @_ to pre and post body hooks.

17 years agoMoose::Meta::Method::Accessor:
Aankhen [Sat, 28 Apr 2007 08:32:46 +0000]
Moose::Meta::Method::Accessor:
* added pre- and post- sub body hooks in &generate_*_method methods.

17 years ago* added t/108_custom_attr_meta_as_role.t
Aankhen [Sat, 28 Apr 2007 02:25:45 +0000]
* added t/108_custom_attr_meta_as_role.t

17 years agofoo
Stevan Little [Sat, 28 Apr 2007 02:12:26 +0000]
foo

17 years agodoc fixup from C. J. Collier
Matt S Trout [Mon, 23 Apr 2007 01:47:16 +0000]
doc fixup from C. J. Collier

17 years agomore prototype stuff
Stevan Little [Sat, 14 Apr 2007 05:45:04 +0000]
more prototype stuff

17 years agoadding in Protomoose example
Stevan Little [Sat, 14 Apr 2007 02:31:00 +0000]
adding in Protomoose example

17 years agoadding some crap in
Stevan Little [Thu, 12 Apr 2007 18:59:57 +0000]
adding some crap in

17 years agofoo
Stevan Little [Mon, 9 Apr 2007 16:37:12 +0000]
foo

17 years agofoo
Stevan Little [Mon, 9 Apr 2007 16:35:22 +0000]
foo

17 years agoi am stupid
Stevan Little [Fri, 6 Apr 2007 16:06:57 +0000]
i am stupid

17 years agoi am stupid
Stevan Little [Fri, 6 Apr 2007 16:06:35 +0000]
i am stupid

17 years agoSpelling corrections.
Robert Boone [Fri, 6 Apr 2007 03:47:09 +0000]
Spelling corrections.

17 years agobumping version and adding changelog
Stevan Little [Thu, 5 Apr 2007 23:08:57 +0000]
bumping version and adding changelog

17 years agoAdd ability to use an arrayref with has() to create multiple attributes with the...
Scott McWhirter [Thu, 5 Apr 2007 21:40:37 +0000]
Add ability to use an arrayref with has() to create multiple attributes with the same options.

17 years ago0.19 release
Stevan Little [Thu, 5 Apr 2007 19:55:00 +0000]
0.19 release

17 years agoadding metaclass alias stuff
Stevan Little [Thu, 5 Apr 2007 19:39:43 +0000]
adding metaclass alias stuff

17 years agoadding documentation slot to the attributes 0_19
Stevan Little [Thu, 29 Mar 2007 01:00:21 +0000]
adding documentation slot to the attributes

17 years agotype constraints now stringify to their name (phaylon)
Robert 'phaylon' Sedlacek [Sat, 24 Mar 2007 18:05:20 +0000]
type constraints now stringify to their name (phaylon)

17 years agoFix minor spelling error
Anders Nor Berle [Sat, 24 Mar 2007 17:52:40 +0000]
Fix minor spelling error

17 years agodocumented handles
Stevan Little [Sat, 24 Mar 2007 16:25:40 +0000]
documented handles

17 years agodocumented handles
Stevan Little [Sat, 24 Mar 2007 16:21:59 +0000]
documented handles

17 years agofixed handles
Stevan Little [Sat, 24 Mar 2007 15:42:45 +0000]
fixed handles

17 years agoExplain attributes and subclassing
Anders Nor Berle [Thu, 22 Mar 2007 19:00:17 +0000]
Explain attributes and subclassing

17 years agofoo
Stevan Little [Wed, 21 Mar 2007 14:01:47 +0000]
foo

17 years agomodule refresh test
Stevan Little [Wed, 21 Mar 2007 04:01:21 +0000]
module refresh test

17 years agoadding elk.pm... its kinda silly, but I like it
Stevan Little [Wed, 21 Mar 2007 03:45:57 +0000]
adding elk.pm... its kinda silly, but I like it

17 years agofor mst and phaylon
Stevan Little [Sat, 17 Mar 2007 16:42:31 +0000]
for mst and phaylon

17 years agoadding list_all_type_constraints for phaylon
Stevan Little [Fri, 16 Mar 2007 20:02:04 +0000]
adding list_all_type_constraints for phaylon

17 years agospelling fix
Stevan Little [Thu, 15 Mar 2007 21:44:11 +0000]
spelling fix

17 years agotype fixes
Stevan Little [Thu, 15 Mar 2007 21:43:39 +0000]
type fixes

17 years agotypes can have messages now
Stevan Little [Thu, 15 Mar 2007 21:37:15 +0000]
types can have messages now

17 years agofoo
Stevan Little [Thu, 15 Mar 2007 21:31:31 +0000]
foo

17 years ago0.18 final
Stevan Little [Sun, 11 Mar 2007 04:36:52 +0000]
0.18 final

17 years ago0.18 ... pretty much ready to go
Stevan Little [Sun, 11 Mar 2007 04:17:04 +0000]
0.18 ... pretty much ready to go