15 years agoAdd set method to Counter and let inc/dec take args.
Cory G Watson [Fri, 20 Jun 2008 19:15:20 +0000]
Add set method to Counter and let inc/dec take args.

15 years agoadd method provider currying support
Jason May [Fri, 20 Jun 2008 16:35:44 +0000]
add method provider currying support

15 years agoupdate documentation about Boolto the MooseX::AttributeHelpers
Jason May [Wed, 18 Jun 2008 21:39:05 +0000]
update documentation about Boolto the MooseX::AttributeHelpers

15 years agoadd Bool as an attribute helper
Jason May [Sun, 15 Jun 2008 19:07:37 +0000]
add Bool as an attribute helper

15 years agofixed a small typo
Jason May [Sun, 15 Jun 2008 04:04:59 +0000]
fixed a small typo

15 years ago0.09
Stevan Little [Sun, 25 May 2008 03:52:04 +0000]
0.09

15 years agoUpdate ChangeLog with more stuff that has happened since previous release
Shawn M Moore [Sun, 25 May 2008 01:53:44 +0000]
Update ChangeLog with more stuff that has happened since previous release

15 years agoRemove reference to Module::Build in README
Shawn M Moore [Sun, 25 May 2008 01:48:48 +0000]
Remove reference to Module::Build in README

15 years agoReplace method_provider with a ( future :( ) requires_attr
Shawn M Moore [Sun, 25 May 2008 01:47:49 +0000]
Replace method_provider with a ( future :( ) requires_attr

15 years agoNo longer need to qualify the Bag type constraint with an "if we don't already have it"
Shawn M Moore [Sun, 25 May 2008 01:45:26 +0000]
No longer need to qualify the Bag type constraint with an "if we don't already have it"

15 years agoRemove the base classes, nothing uses them now
Shawn M Moore [Sun, 25 May 2008 01:44:49 +0000]
Remove the base classes, nothing uses them now

15 years agoSimplify the rest of the attribute helpers
Shawn M Moore [Sun, 25 May 2008 01:44:42 +0000]
Simplify the rest of the attribute helpers

15 years agoSimplify MooseX::AttributeHelpers::Number by just using the Number trait
Shawn M Moore [Sun, 25 May 2008 01:44:31 +0000]
Simplify MooseX::AttributeHelpers::Number by just using the Number trait

15 years agoSimplify MooseX::AttributeHelpers::Counter into just using the Counter trait
Shawn M Moore [Sun, 25 May 2008 01:44:24 +0000]
Simplify MooseX::AttributeHelpers::Counter into just using the Counter trait

15 years agoForgot to commit Trait::Collection::Bag
Shawn M Moore [Sun, 25 May 2008 01:38:22 +0000]
Forgot to commit Trait::Collection::Bag

15 years agoTrait::Collection::Bag
Shawn M Moore [Sun, 25 May 2008 01:34:20 +0000]
Trait::Collection::Bag

15 years agoTrait::Collection::ImmutableHash
Shawn M Moore [Sun, 25 May 2008 01:34:11 +0000]
Trait::Collection::ImmutableHash

15 years agoMooseX::AttributeHelpers::Trait::Collection::Hash
Shawn M Moore [Sun, 25 May 2008 01:27:38 +0000]
MooseX::AttributeHelpers::Trait::Collection::Hash

15 years agoMooseX::AttributeHepers::Trait::Collection::Array
Shawn M Moore [Sun, 25 May 2008 01:23:35 +0000]
MooseX::AttributeHepers::Trait::Collection::Array

15 years agoMooseX::AttributeHelpers::Trait::Collection::List
Shawn M Moore [Sun, 25 May 2008 01:21:57 +0000]
MooseX::AttributeHelpers::Trait::Collection::List

15 years agoMooseX::AttributeHelpers::Trait::Collection (which is just as empty as MX:AH::Collection)
Shawn M Moore [Sun, 25 May 2008 01:21:48 +0000]
MooseX::AttributeHelpers::Trait::Collection (which is just as empty as MX:AH::Collection)

15 years agoMooseX::AttributeHelpers::Trait::String
Shawn M Moore [Sun, 25 May 2008 01:17:48 +0000]
MooseX::AttributeHelpers::Trait::String

15 years agoMooseX::AttributeHelpers::Trait::Number
Shawn M Moore [Sun, 25 May 2008 01:15:45 +0000]
MooseX::AttributeHelpers::Trait::Number

15 years agoFlesh out the rest of the trait tests
Shawn M Moore [Sun, 25 May 2008 01:12:20 +0000]
Flesh out the rest of the trait tests

15 years agoGrab some more meta-tests
Shawn M Moore [Sun, 25 May 2008 01:09:34 +0000]
Grab some more meta-tests

15 years agoTest the bag's meta
Shawn M Moore [Sun, 25 May 2008 01:09:06 +0000]
Test the bag's meta

15 years agoTest the meta in t/004_basic_number
Shawn M Moore [Sun, 25 May 2008 01:07:04 +0000]
Test the meta in t/004_basic_number

15 years agoGrab that adjusted test script
Shawn M Moore [Sun, 25 May 2008 01:04:17 +0000]
Grab that adjusted test script

15 years agoTest the metaclass in t/003_basic_hash
Shawn M Moore [Sun, 25 May 2008 01:03:12 +0000]
Test the metaclass in t/003_basic_hash

15 years agoLoad the Counter trait. Now t/201-trait-counter passes tests. yay
Shawn M Moore [Sun, 25 May 2008 00:58:32 +0000]
Load the Counter trait. Now t/201-trait-counter passes tests. yay

15 years agoIgnore some autogenerated files
Shawn M Moore [Sun, 25 May 2008 00:57:51 +0000]
Ignore some autogenerated files

15 years agoMooseX::AttributeHelpers::Trait::Counter
Shawn M Moore [Sun, 25 May 2008 00:57:45 +0000]
MooseX::AttributeHelpers::Trait::Counter

15 years agoMooseX::AttributeHelpers::Trait::Base
Shawn M Moore [Sun, 25 May 2008 00:57:35 +0000]
MooseX::AttributeHelpers::Trait::Base

15 years agoTest script for a trait-based Counter
Shawn M Moore [Sun, 25 May 2008 00:57:28 +0000]
Test script for a trait-based Counter

15 years agoBranch for trait support of MX:AH
Shawn M Moore [Sun, 25 May 2008 00:42:18 +0000]
Branch for trait support of MX:AH

15 years agoAdd a "join" provided method to lists (I do have a use case, shaddap!)
Shawn M Moore [Thu, 22 May 2008 23:28:43 +0000]
Add a "join" provided method to lists (I do have a use case, shaddap!)

15 years agoelements takes no extra argument
Shawn M Moore [Thu, 22 May 2008 23:28:34 +0000]
elements takes no extra argument

15 years agoEUMM in MX::AH
Yuval Kogman [Thu, 22 May 2008 13:39:28 +0000]
EUMM in MX::AH

16 years agoadd the splice method, a generalization of insert
Yuval Kogman [Mon, 19 May 2008 08:04:34 +0000]
add the splice method, a generalization of insert

16 years agoUpdate for new Class::MOP wrapping stuff
Yuval Kogman [Mon, 19 May 2008 08:03:11 +0000]
Update for new Class::MOP wrapping stuff

16 years agoRevert fixing of empty for now
Shawn M Moore [Sat, 17 May 2008 09:24:41 +0000]
Revert fixing of empty for now

16 years agoIgnore some autogenerated files
Shawn M Moore [Sat, 17 May 2008 09:23:21 +0000]
Ignore some autogenerated files

16 years agoThe empty provided methods are returning the wrong values!
Shawn M Moore [Sat, 17 May 2008 09:23:15 +0000]
The empty provided methods are returning the wrong values!

16 years agoProvide an "elements" for Collection::List
Shawn M Moore [Sat, 17 May 2008 08:56:10 +0000]
Provide an "elements" for Collection::List

16 years agoFixed delete() to behave correctly with multiple key arguments.
Paul Driver [Thu, 20 Mar 2008 21:33:59 +0000]
Fixed delete() to behave correctly with multiple key arguments.

16 years agofuckingyuval
Stevan Little [Mon, 10 Mar 2008 14:58:40 +0000]
fuckingyuval

16 years agofuckingyuval
Stevan Little [Mon, 10 Mar 2008 14:57:07 +0000]
fuckingyuval

16 years agofuckingyuval
Stevan Little [Mon, 10 Mar 2008 14:56:07 +0000]
fuckingyuval

16 years agochangelog, copyright, author
Yuval Kogman [Tue, 1 Jan 2008 10:31:20 +0000]
changelog, copyright, author

16 years agoversion bump
Yuval Kogman [Tue, 1 Jan 2008 10:28:50 +0000]
version bump

16 years agoMANIFEST IS FUCKING AUTOGENERATED DO NOT COMMIT IT IT"S JUST A PAIN IN THE ASS
Yuval Kogman [Mon, 31 Dec 2007 10:47:46 +0000]
MANIFEST IS FUCKING AUTOGENERATED DO NOT COMMIT IT IT"S JUST A PAIN IN THE ASS

16 years ago(no commit message)
Yuval Kogman [Mon, 31 Dec 2007 10:45:13 +0000]

16 years agomget/mset support for Hash
Yuval Kogman [Mon, 31 Dec 2007 10:44:07 +0000]
mget/mset support for Hash

16 years ago0.06
Stevan Little [Tue, 4 Dec 2007 15:06:24 +0000]
0.06

16 years ago0.06
Stevan Little [Tue, 4 Dec 2007 15:06:13 +0000]
0.06

16 years agodamn I shouldnt write change files while drunk anymore
Stevan Little [Wed, 28 Nov 2007 17:51:01 +0000]
damn I shouldnt write change files while drunk anymore

16 years ago0.05
Stevan Little [Sat, 24 Nov 2007 16:54:54 +0000]
0.05

16 years ago0.04
Stevan Little [Fri, 23 Nov 2007 21:30:54 +0000]
0.04

16 years agoadding in the new junk to this
Stevan Little [Fri, 23 Nov 2007 20:37:06 +0000]
adding in the new junk to this

16 years agomisc crap
Stevan Little [Fri, 12 Oct 2007 04:06:21 +0000]
misc crap

16 years agosome new Array methods and some pod-coverage cleanup
Stevan Little [Fri, 5 Oct 2007 14:33:11 +0000]
some new Array methods and some pod-coverage cleanup

16 years agonothing really
Stevan Little [Sat, 22 Sep 2007 04:25:15 +0000]
nothing really

16 years agotweaking decs stuff just a bit
Stevan Little [Thu, 20 Sep 2007 12:50:56 +0000]
tweaking decs stuff just a bit

16 years agoadded default attr options to Counter
Tom Lanyon [Wed, 19 Sep 2007 14:35:26 +0000]
added default attr options to Counter

16 years agoadd clear
Yuval Kogman [Sun, 16 Sep 2007 22:54:09 +0000]
add clear

16 years agosmall fix in docs
Stevan Little [Fri, 14 Sep 2007 20:25:57 +0000]
small fix in docs

16 years ago0.02
Stevan Little [Thu, 13 Sep 2007 21:04:37 +0000]
0.02

16 years agonow uses faster methods for accessors and some other minor cleanup stuff
Stevan Little [Sun, 2 Sep 2007 14:01:11 +0000]
now uses faster methods for accessors and some other minor cleanup stuff

16 years ago0.01
Stevan Little [Mon, 13 Aug 2007 20:32:26 +0000]
0.01

16 years agosome POD advances
Robert 'phaylon' Sedlacek [Sun, 12 Aug 2007 01:04:49 +0000]
some POD advances

16 years agofoo
Stevan Little [Fri, 20 Jul 2007 02:25:10 +0000]
foo

16 years agofoo
Stevan Little [Tue, 17 Jul 2007 02:53:43 +0000]
foo

16 years agoAdd future ideas file
Chris Prather [Tue, 17 Jul 2007 02:46:56 +0000]
Add future ideas file
r25262@alice-3:  perigrin | 2007-07-11 14:48:15 -0500
updates for 0.0.2
r25669@alice-3:  perigrin | 2007-07-16 21:45:56 -0500
add delete method

16 years agofoo
Stevan Little [Wed, 11 Jul 2007 21:04:36 +0000]
foo

16 years agofoo
Stevan Little [Mon, 4 Jun 2007 04:07:01 +0000]
foo

16 years agofoo
Stevan Little [Fri, 1 Jun 2007 16:24:14 +0000]
foo

16 years agoadding Role/Class support for method providers
Stevan Little [Fri, 1 Jun 2007 16:12:49 +0000]
adding Role/Class support for method providers

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

16 years agoadding method meta-object so that you can differentiate between provided methods...
Stevan Little [Sun, 27 May 2007 18:06:09 +0000]
adding method meta-object so that you can differentiate between provided methods and non-provided

16 years agoadding method meta-object so that you can differentiate between provided methods...
Stevan Little [Sun, 27 May 2007 18:03:37 +0000]
adding method meta-object so that you can differentiate between provided methods and non-provided

16 years agoadding support for checking container types in the constructor
Stevan Little [Thu, 24 May 2007 21:30:30 +0000]
adding support for checking container types in the constructor

16 years agoNo need for abs() in mod
Robert Boone [Tue, 22 May 2007 11:10:14 +0000]
No need for abs() in mod

16 years agomore tests and tweaks
Stevan Little [Tue, 22 May 2007 04:34:30 +0000]
more tests and tweaks

16 years agomore tests and tweaks
Stevan Little [Tue, 22 May 2007 04:09:54 +0000]
more tests and tweaks

16 years ago* added typed-ness to collections
Stevan Little [Tue, 22 May 2007 03:54:37 +0000]
* added typed-ness to collections
* more tests

16 years agoAdded MooseX::AttributeHelpers::Number
Robert Boone [Tue, 22 May 2007 02:41:58 +0000]
Added MooseX::AttributeHelpers::Number

16 years agoFilled out the collection_with_roles test.
Robert Boone [Tue, 22 May 2007 00:04:21 +0000]
Filled out the collection_with_roles test.

17 years agotweaking
Stevan Little [Mon, 7 May 2007 16:37:03 +0000]
tweaking

17 years agofoo
Stevan Little [Mon, 7 May 2007 14:47:56 +0000]
foo

17 years ago* changes for MooseX::IOC
Stevan Little [Fri, 4 May 2007 19:21:57 +0000]
* changes for MooseX::IOC
* fixes in the MooseX::AttributeHelpers
* better errors in MooseX::Storage

17 years agoaccept objects in ->{isa} too
Yuval Kogman [Fri, 4 May 2007 19:07:28 +0000]
accept objects in ->{isa} too

17 years agofixing this to work correctly
Stevan Little [Tue, 1 May 2007 21:46:40 +0000]
fixing this to work correctly

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 15:57:29 +0000]
foo

17 years agomore tweaks, I think I want to make this into a role
Stevan Little [Sun, 8 Apr 2007 03:19:30 +0000]
more tweaks, I think I want to make this into a role

17 years agoadding MooseX::ATtributeHelpers
Stevan Little [Fri, 6 Apr 2007 04:42:26 +0000]
adding MooseX::ATtributeHelpers