14 years agoVersion 0.00903. master 0.00903
Florian Ragwitz [Tue, 15 Sep 2009 21:42:49 +0000]
Version 0.00903.

14 years agoShut up a warning from the next version of Moose
Dave Rolsky [Fri, 11 Sep 2009 01:51:52 +0000]
Shut up a warning from the next version of Moose

14 years agoBump version, changelog 0.00902
Tomas Doran (t0m) [Fri, 10 Jul 2009 11:15:40 +0000]
Bump version, changelog

14 years agoBump required Moose version
Tomas Doran (t0m) [Fri, 10 Jul 2009 11:21:30 +0000]
Bump required Moose version

14 years agoVersion 0.00901. 0.00901
Florian Ragwitz [Mon, 6 Jul 2009 14:40:39 +0000]
Version 0.00901.

14 years agoFix warnings in latest Moose
t0m [Sun, 5 Jul 2009 23:42:13 +0000]
Fix warnings in latest Moose

14 years agoVersion 0.00900. 0.00900
Florian Ragwitz [Thu, 28 May 2009 23:16:42 +0000]
Version 0.00900.

14 years agoFix release date for 0.00802.
Florian Ragwitz [Thu, 28 May 2009 23:15:23 +0000]
Fix release date for 0.00802.

14 years agoDon't rely on BUILD returning the instance.
Florian Ragwitz [Thu, 28 May 2009 23:12:26 +0000]
Don't rely on BUILD returning the instance.

14 years agoChangelog
Tomas Doran (t0m) [Thu, 28 May 2009 17:35:09 +0000]
Changelog

14 years agoFix such that BUILD method is advised with a modifier, rather than being present...
Tomas Doran (t0m [Thu, 28 May 2009 16:36:51 +0000]
Fix such that BUILD method is advised with a modifier, rather than being present in the role. This fixes issues with client classes having their own BUILD method (as in that case, our BUILD method is ignored)

14 years agoAdd a failing test for behavior if you have a local BUILD method in your class
Tomas Doran (t0m) [Thu, 28 May 2009 17:32:51 +0000]
Add a failing test for behavior if you have a local BUILD method in your class

15 years agoVersion 0.00802. 0.00802
Florian Ragwitz [Thu, 23 Apr 2009 19:45:47 +0000]
Version 0.00802.

15 years agoDeclare test dependency on Test::Exception.
Florian Ragwitz [Thu, 23 Apr 2009 19:42:09 +0000]
Declare test dependency on Test::Exception.

Closes RT#43194.

15 years agoTurn build_requires on Test::More into test_requires.
Florian Ragwitz [Thu, 23 Apr 2009 19:40:49 +0000]
Turn build_requires on Test::More into test_requires.

15 years agoFix doc typos in SYNOPSIS.
Florian Ragwitz [Thu, 23 Apr 2009 19:38:22 +0000]
Fix doc typos in SYNOPSIS.

Closes RT#40380.

15 years agoVersion 0.00801. 0.00801
Florian Ragwitz [Wed, 8 Apr 2009 22:16:17 +0000]
Version 0.00801.

15 years agoExclude git files from MANIFEST.
Florian Ragwitz [Wed, 8 Apr 2009 22:11:28 +0000]
Exclude git files from MANIFEST.

15 years agoAdd .gitignore.
Florian Ragwitz [Wed, 8 Apr 2009 22:10:48 +0000]
Add .gitignore.

15 years agoDepend on a stable version of Moose.
Florian Ragwitz [Wed, 8 Apr 2009 22:06:22 +0000]
Depend on a stable version of Moose.

Prevents a warning from MakeMaker.

15 years agoRemove abstract from Makefile.PL. It's extracted from the module.
Florian Ragwitz [Wed, 8 Apr 2009 21:37:05 +0000]
Remove abstract from Makefile.PL. It's extracted from the module.

15 years agoFix formatting in the NAME section.
Florian Ragwitz [Wed, 8 Apr 2009 21:36:32 +0000]
Fix formatting in the NAME section.

15 years agoDepend on a recent Moose to be compatible with the new meta method api.
Florian Ragwitz [Wed, 8 Apr 2009 21:31:17 +0000]
Depend on a recent Moose to be compatible with the new meta method api.

15 years agoMake the accessor meta method class compatible with recent Moose.
Florian Ragwitz [Wed, 8 Apr 2009 21:29:57 +0000]
Make the accessor meta method class compatible with recent Moose.

15 years agoDon't screw up vim's syntax highlighting.
Florian Ragwitz [Wed, 8 Apr 2009 21:06:19 +0000]
Don't screw up vim's syntax highlighting.

15 years agoUse get_all_attributes instead of the deprecated compute_all_applicable_attributes.
Florian Ragwitz [Wed, 8 Apr 2009 21:00:39 +0000]
Use get_all_attributes instead of the deprecated compute_all_applicable_attributes.

15 years agoStop using $attr->process_accessors. It's been deprecated.
Florian Ragwitz [Sun, 29 Mar 2009 19:57:33 +0000]
Stop using $attr->process_accessors. It's been deprecated.

15 years agoimport MooseX::Emulate::Class::Accessor::Fast 0.00800 from CPAN 0.00800
Guillermo Roditi [Tue, 3 Feb 2009 22:55:40 +0000]
import MooseX::Emulate::Class::Accessor::Fast 0.00800 from CPAN

15 years agoRemove duplicate test, changelogging, bump version, add rafl to the POD
Tomas Doran [Tue, 3 Feb 2009 20:30:05 +0000]
Remove duplicate test, changelogging, bump version, add rafl to the POD

15 years agoDon't immutalize the meta accessor class to prevent breakage.
Florian Ragwitz [Tue, 3 Feb 2009 20:07:40 +0000]
Don't immutalize the meta accessor class to prevent breakage.

15 years agoMake list assignment work.
Florian Ragwitz [Tue, 3 Feb 2009 18:28:02 +0000]
Make list assignment work.

15 years agoAdd failing test for CAFs auto-arrayification when calling accessors with a list...
Florian Ragwitz [Tue, 3 Feb 2009 18:27:42 +0000]
Add failing test for CAFs auto-arrayification when calling accessors with a list of values.

15 years agoAdd test for adding accessors more than once.
Florian Ragwitz [Tue, 3 Feb 2009 18:27:32 +0000]
Add test for adding accessors more than once.

15 years agoAdd failing test for Class::Accessor::Chained::Fast compatibility.
Florian Ragwitz [Tue, 3 Feb 2009 18:27:22 +0000]
Add failing test for Class::Accessor::Chained::Fast compatibility.

15 years agonew release 0.00701
Guillermo Roditi [Fri, 2 Jan 2009 20:32:07 +0000]
new release

15 years agotypo in description
Guillermo Roditi [Fri, 2 Jan 2009 18:58:53 +0000]
typo in description

15 years agoDeclare dependency on namespace::clean.
Florian Ragwitz [Thu, 1 Jan 2009 18:35:21 +0000]
Declare dependency on namespace::clean.

15 years agoimmutable error
Guillermo Roditi [Mon, 29 Dec 2008 17:57:58 +0000]
immutable error

15 years agoupdate manifest.skip 0.00700
Guillermo Roditi [Mon, 29 Dec 2008 17:30:19 +0000]
update manifest.skip

15 years agomuch better
Guillermo Roditi [Mon, 29 Dec 2008 17:25:58 +0000]
much better

15 years agofix recreated accessor bug
Guillermo Roditi [Mon, 29 Dec 2008 17:17:08 +0000]
fix recreated accessor bug

15 years agoneed to remove manifest from trunk at some point
Guillermo Roditi [Wed, 17 Dec 2008 20:03:25 +0000]
need to remove manifest from trunk at some point

15 years ago(no commit message)
Guillermo Roditi [Wed, 17 Dec 2008 20:00:27 +0000]

15 years agoMore tests
Tomas Doran [Tue, 9 Dec 2008 23:08:39 +0000]
More tests

15 years agooops version number 0.00500
Guillermo Roditi [Tue, 9 Dec 2008 15:15:39 +0000]
oops version number

15 years agorelease date
Guillermo Roditi [Tue, 9 Dec 2008 14:53:42 +0000]
release date

15 years agotests + fix for $obj->$code_ref notation that blew up
Guillermo Roditi [Sat, 22 Nov 2008 20:34:02 +0000]
tests + fix for $obj->$code_ref notation that blew up

15 years agomake_accessor, make_ro_accessor, make_rw_accessor
Guillermo Roditi [Sat, 22 Nov 2008 18:25:26 +0000]
make_accessor, make_ro_accessor, make_rw_accessor

15 years ago0.00400 0.00400
Guillermo Roditi [Wed, 29 Oct 2008 00:59:32 +0000]
0.00400

15 years agopod
Guillermo Roditi [Wed, 30 Jul 2008 15:02:31 +0000]
pod

15 years agolitle changes, almost ready to ship
Guillermo Roditi [Tue, 29 Jul 2008 18:52:42 +0000]
litle changes, almost ready to ship

15 years agoAvoid bug with immutable / around new in Moose by using BUILD method instead. Test...
Tomas Doran [Tue, 29 Jul 2008 09:03:51 +0000]
Avoid bug with immutable / around new in Moose by using BUILD method instead. Test constructing objects in various ways / in various lineages to demonstrate the issue.

16 years agotagging 0.00200
Guillermo Roditi [Fri, 28 Mar 2008 18:53:06 +0000]
tagging 0.00200

16 years ago0.002 added the constructor functionality and removed auto_install 0.00200
Guillermo Roditi [Fri, 28 Mar 2008 18:27:23 +0000]
0.002 added the constructor functionality and removed auto_install

16 years agoquote version numbers
Guillermo Roditi [Sun, 16 Mar 2008 00:08:52 +0000]
quote version numbers

16 years agogoing to finally release this 0.00100
Guillermo Roditi [Sat, 15 Mar 2008 23:45:57 +0000]
going to finally release this

16 years agouse the correct repo layout
Guillermo Roditi [Thu, 24 May 2007 20:58:35 +0000]
use the correct repo layout