Florian Ragwitz [Fri, 26 Mar 2010 15:01:55 +0000]
Make handles accept role TCs.
Jesse Luehrs [Fri, 26 Mar 2010 00:04:12 +0000]
add a couple of todo tests
Chris Prather [Thu, 25 Mar 2010 20:48:49 +0000]
update changes to properly reflect the Sartak/doy debt payoff
Florian Ragwitz [Thu, 25 Mar 2010 17:46:47 +0000]
Version 1.00.
Florian Ragwitz [Thu, 25 Mar 2010 17:36:55 +0000]
Changelog doc fixes.
Florian Ragwitz [Thu, 25 Mar 2010 17:13:43 +0000]
Stop Moose::Meta::Attribute::Native::Trait::Code from creating reader methods by default.
Florian Ragwitz [Tue, 23 Mar 2010 18:22:26 +0000]
Actually remove trailing whitespace.
Jesse Luehrs [Tue, 23 Mar 2010 06:41:36 +0000]
add docs for the various ways to specify methods to wrap
Jay Hannah [Tue, 23 Mar 2010 02:57:24 +0000]
add_attribute() POD correction from flatwhatson <whatson@gmail.com>.
Robin V [Mon, 22 Mar 2010 23:09:21 +0000]
removed trailing spaces and tabs
Robin V [Mon, 22 Mar 2010 23:02:00 +0000]
Added documentation for available parameters in BUILD sub
Graham Knop [Tue, 16 Mar 2010 21:01:48 +0000]
Fix various broken links in POD
mateu [Tue, 16 Mar 2010 17:55:54 +0000]
Improve Counter Trait docs.
Remove mention of default handle names which no longer applies.
Dave Rolsky [Sat, 13 Mar 2010 20:24:02 +0000]
Fix a small but confusing typo (missing a key word)
Ævar Arnfjörð Bjarmason [Mon, 8 Mar 2010 21:09:53 +0000]
Add Hailo to test-my-dependents.t. It does some evil Moose+Mouse stuff and has a lot of tests
Florian Ragwitz [Mon, 8 Mar 2010 20:28:25 +0000]
Version 0.99.
Florian Ragwitz [Mon, 8 Mar 2010 20:20:40 +0000]
Add Devel::REPL to conflicts.
Jesse Luehrs [Sun, 7 Mar 2010 08:10:07 +0000]
fix DEMOLISH methods not being called in some cases
in particular, defining a DEMOLISH method in a mutable subclass of an
immutable class wouldn't work properly, since the inlined DESTROY method
didn't include proper fallbacks
Cory Watson [Tue, 23 Feb 2010 20:05:41 +0000]
Add find_type_for method to Union.
Dave Rolsky [Wed, 24 Feb 2010 00:12:47 +0000]
Fix the anon class cache bug fix description to be more accurate
Dave Rolsky [Wed, 24 Feb 2010 00:11:57 +0000]
Add a newline after the heading. Credit Chris for his docs.
Chris Prather [Wed, 24 Feb 2010 00:09:52 +0000]
document Moose::Manual::Support in Changes
Dave Rolsky [Tue, 16 Feb 2010 19:12:37 +0000]
Clarify deprecation policy, add note about dev versions, minor grammar tweaks
Chris Prather [Tue, 16 Feb 2010 19:11:02 +0000]
add in grammar changes spotted by confound, and update the deprecation policy as explained by autarch
Chris Prather [Tue, 16 Feb 2010 18:56:39 +0000]
fix whitespace issues rafl complained about
Chris Prather [Mon, 15 Feb 2010 02:51:36 +0000]
add Support Policy pod
Chris Prather [Mon, 15 Feb 2010 02:51:22 +0000]
kill tabs in some tests
Chris Prather [Tue, 23 Feb 2010 23:53:55 +0000]
kill passive voice in the trigger documentation
I was having difficulty understanding the parameters passed in to a trigger sub based on the documentation. I can only imagine that others were as well. I've re-written it to help make it hopefully clearer by reducing the usage of passive voice.
Dave Rolsky [Mon, 15 Feb 2010 19:42:22 +0000]
More Changes cleanup - rewording for clarity and formatting
Dave Rolsky [Mon, 15 Feb 2010 19:40:21 +0000]
s/with/and/ for grammar in Changes
Florian Ragwitz [Sun, 14 Feb 2010 05:29:35 +0000]
Add Carp::REPL to the list of dependencies to test to give Devel::REPL better coverage.
Dave Rolsky [Sun, 14 Feb 2010 05:08:32 +0000]
ToInstance no longer needs to subclass ToClass
Rafael Kitover [Thu, 11 Feb 2010 22:48:01 +0000]
test that anon classes are the same for instances having the same roles applied in the same order
Dave Rolsky [Wed, 10 Feb 2010 20:57:42 +0000]
Fix changes description to accurately reflect the bug
Dave Rolsky [Wed, 10 Feb 2010 20:43:03 +0000]
bump version to 0.98
Dave Rolsky [Wed, 10 Feb 2010 20:40:54 +0000]
Add Rafael's bug fix
Rafael Kitover [Wed, 10 Feb 2010 20:09:19 +0000]
Merge branch 'master' of jules.scsys.co.uk:Moose
Rafael Kitover [Wed, 10 Feb 2010 20:04:33 +0000]
update t/030_roles/010_run_time_role_composition.t to check for ToInstance anon class caching bug
Matt S Trout [Wed, 10 Feb 2010 17:10:51 +0000]
add DBIx::Class to dependents to ensure the Moose components are happy
Rafael Kitover [Wed, 10 Feb 2010 17:09:28 +0000]
use "roles" when creating anon class for applying a role to instance
Dave Rolsky [Wed, 10 Feb 2010 00:30:34 +0000]
bump version to 0.97
Dave Rolsky [Tue, 9 Feb 2010 23:35:30 +0000]
Fix changelog, reinit fix is in 0.97
Florian Ragwitz [Wed, 10 Feb 2010 00:17:09 +0000]
Fix changelog.
Dave Rolsky [Tue, 9 Feb 2010 22:41:12 +0000]
Fix reinitializing anon metaclasses.
The fix is to explicitly check to see if an anon class being reinitialized is
in the anon class cache. If it is, we remove the old metaclass and replace it
with the new one.
Dave Rolsky [Tue, 9 Feb 2010 15:54:05 +0000]
Update deprecation policy to match current reality
Dave Rolsky [Tue, 9 Feb 2010 15:51:14 +0000]
Update info on smolder script to talk about xt/author/test-my-dependents.t
franck cuny [Tue, 9 Feb 2010 08:11:00 +0000]
fix POD typo
Florian Ragwitz [Mon, 8 Feb 2010 19:34:40 +0000]
Make clear that ScalarRef can now be parameterized.
Dave Rolsky [Mon, 8 Feb 2010 16:36:35 +0000]
Use the already-existing anon class caching in MM::Class, rather than implementing a separate cache in Application::ToInstance.
Dave Rolsky [Sun, 7 Feb 2010 18:36:33 +0000]
Document that apply_metaroles returns a metaclass object
Florian Ragwitz [Sat, 6 Feb 2010 22:03:58 +0000]
We stopped subnaming role methods when being composed. Fix a TODO tests that expects we still do that.
Florian Ragwitz [Sat, 6 Feb 2010 21:42:37 +0000]
Version 0.96.
Florian Ragwitz [Fri, 5 Feb 2010 18:57:04 +0000]
Make ScalarRef accept references to references.
Florian Ragwitz [Fri, 5 Feb 2010 18:49:08 +0000]
Make ScalarRef parameterized.
Florian Ragwitz [Fri, 5 Feb 2010 17:23:56 +0000]
Fix pod typo.
Hans Dieter Pearcey [Fri, 5 Feb 2010 00:35:06 +0000]
add (TODO) tests for RT#46347 from Vince Veselosky
gregor herrmann [Thu, 4 Feb 2010 15:24:59 +0000]
Fix pod spelling.
Ansgar Burchardt [Sat, 26 Sep 2009 09:29:51 +0000]
Add a couple of missing package descriptions.
Florian Ragwitz [Thu, 4 Feb 2010 04:15:03 +0000]
Version 0.95.
Florian Ragwitz [Thu, 4 Feb 2010 03:54:58 +0000]
Force authors to run some more tests.
Florian Ragwitz [Thu, 4 Feb 2010 02:11:37 +0000]
Unfuck Makefile.PL.
Florian Ragwitz [Thu, 4 Feb 2010 02:09:33 +0000]
Revert "add stubs for BUILD and DEMOLISH to Moose::Object"
This reverts commit
c310bfa05ac3defa413ad464e0c0350cab908995.
Conflicts:
Changes
Florian Ragwitz [Sun, 31 Jan 2010 23:05:16 +0000]
Add execute_method to Native::Trait::Code.
Dylan William Hardison [Thu, 28 Jan 2010 13:52:56 +0000]
Added name to changelog entry per standaards.
Dylan William Hardison [Wed, 27 Jan 2010 23:31:54 +0000]
Behavior for method modifiers with non-regexp refs
The code:
before ['foo', 'bar'] => sub { }
Was previously silently ignored. Now it means the same as:
before ('foo', 'bar') => sub { }
This means that method modifiers can now be:
* a list
* a regexp ref.
* an arrayref
Anything else results in an error message.
Patrick Donelan [Tue, 26 Jan 2010 02:03:33 +0000]
Fixed typos in Recipe9.pod
Patrick Donelan [Tue, 26 Jan 2010 01:54:50 +0000]
Fixed typo in Recipe7.pod
Dave Rolsky [Mon, 25 Jan 2010 15:43:41 +0000]
Really fix the basics recipe 4 code to remove unneeded code, and update the narrative text.
Patrick Donelan [Mon, 25 Jan 2010 04:29:11 +0000]
Removed confusing/unnecessary code in Recipe4 POD
Florian Ragwitz [Fri, 22 Jan 2010 19:32:16 +0000]
Tell user to upgrade Catalyst if necessary.
Hans Dieter Pearcey [Fri, 22 Jan 2010 15:14:45 +0000]
remove conflict marker
Jesse Luehrs [Thu, 21 Jan 2010 08:59:30 +0000]
add stubs for BUILD and DEMOLISH to Moose::Object
Jesse Luehrs [Thu, 21 Jan 2010 08:23:05 +0000]
don't check class_precedence_list in does, since does_role already does
Florian Ragwitz [Wed, 20 Jan 2010 19:35:13 +0000]
Make it easier to see where the changes for one version start and stop.
Chia-liang Kao [Wed, 20 Jan 2010 06:08:10 +0000]
Fix Moose::Meta::Method pod that mentioned Class::MOP::Class.
Jesse Luehrs [Mon, 18 Jan 2010 23:46:54 +0000]
use consistent formatting
Jesse Luehrs [Mon, 18 Jan 2010 23:43:39 +0000]
indicate that the example method providers aren't a full list
Dave Rolsky [Mon, 18 Jan 2010 17:52:19 +0000]
Add release date (and fix previous 2010 release dates)
Dave Rolsky [Mon, 18 Jan 2010 16:47:02 +0000]
Also refer to MM::Delta
Dave Rolsky [Mon, 18 Jan 2010 04:26:20 +0000]
Add prominent reference to API changes in 0.93_01, since 0.94 is the first stable release with those changes.
Dave Rolsky [Mon, 18 Jan 2010 04:25:19 +0000]
More space between versions in changes
Dave Rolsky [Mon, 18 Jan 2010 04:21:46 +0000]
Require CMOP 0.98
Dave Rolsky [Mon, 18 Jan 2010 04:21:35 +0000]
set version to 0.94
Dave Rolsky [Mon, 18 Jan 2010 04:20:18 +0000]
Bug fixes for handling attr names like "@foo"
Squashed commit of the following:
commit
7607ae11345e64bbb5e1b2aa6ac50b2a4fde2154
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:18:38 2010 -0600
Add changes for bug fix
commit
bc41986f83d549a00b9b1eb2b50590a41546d3dc
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:07:09 2010 -0600
Quotemeta one last name
commit
4a5cc686e344c2dedbf15d9c91536edb1f0e40b5
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:06:00 2010 -0600
start fixing use of non-alpha names and remove more unused vars
commit
8beb437913f2f1c194e78597da4af48cf22dba23
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:04:43 2010 -0600
More type fixes for values
commit
ff707cbf2bdb2adfc2c9100fc0cc6e4a24b6c1b6
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:03:57 2010 -0600
Fix value for has spaces
commit
b2dc594248b2f7c88afce07c9561b5059806ccd0
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:03:30 2010 -0600
Add reader for !req
commit
85fe6c1e51c2e53483312a41090430df3c26916c
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 10:59:52 2010 -0600
Improve non-alpha attr tests. Need to include constraints and required attrs to smoke out bugs.
Also use with_immutable for tests
commit
3c3def7dc1347edf8b0316467c3c2439fa7fc6f6
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 10:58:04 2010 -0600
Remove unused variables from the environment for accessors when evaling code
commit
4510a53ce87a440ed9bb9a2a028053e6c93ad0f3
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 10:56:21 2010 -0600
Remove more unused variables
commit
6c40837349c828f159ea8dd752d847991e43ddf1
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 10:51:30 2010 -0600
Remove unused variable
Dave Rolsky [Mon, 18 Jan 2010 04:18:15 +0000]
Squashed commit of the following:
Improved support for anon roles by allowing meta role object wherever role name is allowed
commit
8b20238f2e370635548437ff49835db07a6debfb
Author: Dave Rolsky <autarch@urth.org>
Date: Sun Jan 17 11:46:01 2010 -0600
Allow role meta objects to be supplied wherever we currently take a role name.
Dave Rolsky [Sun, 17 Jan 2010 16:29:00 +0000]
Add conflict on MX::Attribute::Prototype <= 0.10
Dave Rolsky [Thu, 7 Jan 2010 21:44:43 +0000]
New style change log for 0.93_01 - _03
Patrick Donelan [Wed, 6 Jan 2010 08:01:48 +0000]
Minor POD improvements
* POD Typo in TypeConstraint.pm
* Typo in Types.pod
* Synchronises 'break' example in Concepts.pod with Roles.pod
* Typo in Attributes.pod
* Added repo URIs to Contributing.pod
Dave Rolsky [Wed, 6 Jan 2010 05:37:13 +0000]
Add conflict on MX::Role::WithOverloading 0.04
Dave Rolsky [Tue, 5 Jan 2010 19:08:43 +0000]
bump version to 0.93_03
Dave Rolsky [Tue, 5 Jan 2010 19:07:54 +0000]
Add XS changes
Florian Ragwitz [Tue, 5 Jan 2010 16:16:29 +0000]
Be portable across perls with different MGVTBL definitions.
Dave Rolsky [Tue, 5 Jan 2010 15:26:51 +0000]
bump version to 0.93_02
Dave Rolsky [Tue, 5 Jan 2010 15:26:28 +0000]
Add Changes for 0.93_02
Dave Rolsky [Tue, 5 Jan 2010 15:25:31 +0000]
Require CMOP 0.97_01
Dave Rolsky [Mon, 4 Jan 2010 18:07:53 +0000]
Add lc unimporting
Dave Rolsky [Mon, 4 Jan 2010 18:07:13 +0000]
Conflict with MX::Role::Cmd <= 0.06
Dave Rolsky [Mon, 4 Jan 2010 18:05:25 +0000]
Do the $XS_VERSION trick to make XSLoader happy with a dev version
Dave Rolsky [Mon, 4 Jan 2010 18:01:07 +0000]
List CABAL alphabetically
Dave Rolsky [Mon, 4 Jan 2010 18:00:29 +0000]
Add mention of mailing list & IRC to BUGS