John Napiorkowski [Fri, 28 May 2010 20:48:23 +0000]
added to CHANGES
John Napiorkowski [Fri, 28 May 2010 20:01:57 +0000]
fix and test related to breakage in MX:Types and others when we made the TC->equals test more exclusive in release 1.05
Justin Hunter [Thu, 20 May 2010 20:38:57 +0000]
fix spelling error
Florian Ragwitz [Thu, 20 May 2010 19:56:02 +0000]
Version 1.05
Florian Ragwitz [Thu, 20 May 2010 19:57:23 +0000]
Bump CMOP dep
Florian Ragwitz [Thu, 20 May 2010 19:46:58 +0000]
foo
Florian Ragwitz [Thu, 20 May 2010 19:46:41 +0000]
1.04 never happened
Jesse Luehrs [Mon, 10 May 2010 21:47:33 +0000]
move some metaclass compat docs back to cmop
Jesse Luehrs [Mon, 10 May 2010 21:18:53 +0000]
add some more tests
Jesse Luehrs [Mon, 10 May 2010 20:45:56 +0000]
delegations and modifiers shouldn't be seen as coming from the class
Dave Rolsky [Mon, 26 Apr 2010 18:10:38 +0000]
Refactor code to determine if two metaclasses differ only by roles.
Dave Rolsky [Mon, 26 Apr 2010 18:04:20 +0000]
No parens on call to defined
Dave Rolsky [Mon, 26 Apr 2010 18:03:39 +0000]
Refactor code to replace $self with a new object into its own method
Dave Rolsky [Mon, 26 Apr 2010 18:00:00 +0000]
Remove unused variable
Dave Rolsky [Mon, 26 Apr 2010 17:55:35 +0000]
Fix a small comment typo
Dave Rolsky [Mon, 26 Apr 2010 17:52:29 +0000]
Use _real_ref_name to get ref name for a metaclass object.
Jesse Luehrs [Mon, 19 Apr 2010 01:50:45 +0000]
complain about unsafe fixing, since cmop doesn't anymore
for this specific case, anyway
Tomas Doran [Mon, 19 Apr 2010 01:04:53 +0000]
Add failing test from Catalyst
This happens when you use Catalyst (which causes you to inherit from
Catalyst::Controller with is a MX::MethodAttributes metaclass)
and you have attributes which geenrate methods your application class,
and an (old style, M::I) Plugin in the plugin list, which is only pushed
onto @ISA when the setup method is later called..
Jesse Luehrs [Fri, 16 Apr 2010 19:23:08 +0000]
Changes and ::Delta
Jesse Luehrs [Fri, 16 Apr 2010 08:28:00 +0000]
fix some immutability issues, and expand the tests
Jesse Luehrs [Sat, 3 Apr 2010 00:59:25 +0000]
one more immutability test (t0m)
Jesse Luehrs [Sat, 3 Apr 2010 00:51:57 +0000]
immutability todo tests (t0m)
Jesse Luehrs [Fri, 2 Apr 2010 22:30:53 +0000]
remove obsolete comment
Jesse Luehrs [Fri, 2 Apr 2010 22:30:33 +0000]
don't initialize delegate classes with Moose::Meta::Class
Jesse Luehrs [Fri, 2 Apr 2010 20:49:43 +0000]
move the metaclass compat test out of 600_todo
Jesse Luehrs [Fri, 2 Apr 2010 19:10:17 +0000]
un-todo some passing todo tests
Jesse Luehrs [Fri, 2 Apr 2010 19:09:09 +0000]
reinitialize the metaclasses, rather than just reblessing
Jesse Luehrs [Fri, 2 Apr 2010 18:15:58 +0000]
make variable naming more clear, and fix some bugs that this uncovered
Jesse Luehrs [Fri, 2 Apr 2010 08:10:37 +0000]
fix a test (do we want to do this?)
Jesse Luehrs [Tue, 22 Sep 2009 04:45:48 +0000]
extend cmop's metaclass fixing to also fix metarole compat issues
Florian Ragwitz [Thu, 20 May 2010 18:28:16 +0000]
Version 1.04
Florian Ragwitz [Thu, 20 May 2010 17:47:37 +0000]
Stop testing for clobbering of $@
Jay Hannah [Wed, 19 May 2010 16:20:41 +0000]
Moose doesn't use SVN any more.
Ricardo Signes [Mon, 17 May 2010 14:23:47 +0000]
changelog merged tc eq branch
Ricardo Signes [Sun, 16 May 2010 23:36:49 +0000]
make the new "distinct types not equal" tests pass
The problem was that the default opinion on type constraints is that if
we didn't know what else to do, we said they're the same. Instead, since
it seems easy to make two "equal" types, we should fix it to be not-equal
by default.
Ricardo Signes [Sun, 16 May 2010 23:36:09 +0000]
distinct custom types should not be equal
This test fails at present.
Jesse Luehrs [Sat, 19 Dec 2009 21:41:57 +0000]
add ->consumers method to role metaclass
Jesse Luehrs [Fri, 9 Apr 2010 02:19:18 +0000]
no strict and no warnings when 'no Moose' is called
Dave Rolsky [Sat, 15 May 2010 20:58:27 +0000]
No space between method names and parens in docs
Dave Rolsky [Sat, 15 May 2010 20:57:51 +0000]
Clarify several confusing invocants and variable names.
We should use $class as the invocant when the method is a class method, $self in all other cases.
Jesse Luehrs [Wed, 31 Mar 2010 20:10:10 +0000]
stick the call to BUILDALL in ->meta->new_object, rather than ->new
Jesse Luehrs [Wed, 12 May 2010 19:26:18 +0000]
fix failing tests
come on people, run the test suite before committing d:
Jesse Luehrs [Tue, 11 May 2010 02:15:11 +0000]
add HasMethods to Role explicitly, since it's no longer in Package
Tomas Doran [Tue, 11 May 2010 15:39:16 +0000]
Changelog for 24a9f75
Tomas Doran [Tue, 11 May 2010 15:25:40 +0000]
'Fix' has '+attr' in roles by exploding earlier.
This stops us from allowing you to compose roles with has '+attr',
which latter fail when composed onto a class, by exploding earlier
(i.e. at the point which the attribute is added)
It seems like there is some duplicate functionality in Moose::Meta::Class'
process_attribute / add_attribute methods, possible candidate for later
refactoring?
Florian Ragwitz [Tue, 11 May 2010 10:35:16 +0000]
undoublefail
Tomas Doran [Tue, 11 May 2010 08:04:08 +0000]
Update comment to refer to the correct location
Tomas Doran [Tue, 11 May 2010 08:01:20 +0000]
Add a conflicts statement for Pod::Elemental
Florian Ragwitz [Tue, 11 May 2010 06:47:47 +0000]
Add repository metadata.
Florian Ragwitz [Mon, 10 May 2010 01:44:18 +0000]
Avoid redefined warnings from Makefile.PL.
Florian Ragwitz [Thu, 6 May 2010 18:35:01 +0000]
Fix typo.
Florian Ragwitz [Thu, 6 May 2010 00:13:25 +0000]
Version 1.03.
Florian Ragwitz [Thu, 6 May 2010 00:18:32 +0000]
Fix doc typo.
Florian Ragwitz [Thu, 6 May 2010 00:12:04 +0000]
Depend on Class::MOP 1.01 for the load_class($class, $options) feature.
Dave Rolsky [Wed, 5 May 2010 20:40:51 +0000]
accesssor (three s's) is definitely a misspelling!
Florian Ragwitz [Wed, 5 May 2010 20:29:51 +0000]
`accessor' is not a typo.
Florian Ragwitz [Wed, 5 May 2010 20:18:04 +0000]
Allow required versions to be specified when setting superclasses and applying roles.
Florian Ragwitz [Sat, 1 May 2010 18:11:19 +0000]
Version 1.02.
Florian Ragwitz [Sat, 1 May 2010 16:48:46 +0000]
Plan in advance when we know which modules we're going to test.
Florian Ragwitz [Fri, 30 Apr 2010 20:33:22 +0000]
Stop making $class_tc->is_subtype_of behave like ->is_type_of
Calling is_subtype_of on a Moose::Meta::TypeConstraint::Class with itself or
the class the TC represents as an argument incorrectly returned true. This
behavior is correct for is_type_of, not is_subtype_of.
Florian Ragwitz [Sat, 24 Apr 2010 00:18:54 +0000]
Make our Makefile.PL work with recent versions of Module::Install.
M::I now runs extra tests automatically, so we don't need
Module::Install::ExtraTests anymore.
Also, old versions of Module::Install::ExtraTests did enable themself by only
being installed, not by the Makefile.PL actually using extra_tests(). This
caused the xt/ tests to be run twice and the test harness to fail. Therefore we
also make sure we have a fixed version of ::ExtraTests, if it is installed.
Jesse Luehrs [Sat, 17 Apr 2010 21:54:05 +0000]
add a bunch more modules to test-my-dependents
Jesse Luehrs [Sat, 17 Apr 2010 17:55:44 +0000]
readd mx-daemonize, since it passes tests now
Jesse Luehrs [Fri, 16 Apr 2010 20:06:38 +0000]
conflict on kioku, for the Regexp tc change
Jesse Luehrs [Fri, 16 Apr 2010 19:10:06 +0000]
remove a few broken/outdated modules from test-my-dependents
Jesse Luehrs [Fri, 16 Apr 2010 16:46:25 +0000]
fix pod_spell.t
Dave Rolsky [Sat, 10 Apr 2010 22:02:24 +0000]
Reword changes entry for clarity
Jesse Luehrs [Thu, 8 Apr 2010 23:35:11 +0000]
fix instance application not passing along role args (lsm)
Jesse Luehrs [Tue, 6 Apr 2010 23:06:37 +0000]
todo test for replacing superclass versions of override methods (ether)
Florian Ragwitz [Tue, 6 Apr 2010 13:35:08 +0000]
Make the tempfile changelog entry look like all the others.
Ævar Arnfjörð Bjarmason [Tue, 6 Apr 2010 13:30:18 +0000]
Describe
bcbb2654 and e82d8944 in Changes
Ævar Arnfjörð Bjarmason [Tue, 6 Apr 2010 13:14:39 +0000]
Amend
bcbb2654: Use a tempdir() template so it's clear the Moose tests own the files
Chris Weyl [Sun, 24 Jan 2010 07:11:44 +0000]
Write out TestBaz.pm under the system tmp dir
Writing out TestBaz.pm to somewhere the user is guaranteed to be able to write
allows us to be able to keep the test suite around somewhere a non-root user
can access and run it.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Dave Rolsky [Sun, 4 Apr 2010 02:04:54 +0000]
Spelling fix in test description
Florian Ragwitz [Thu, 1 Apr 2010 04:13:44 +0000]
Stop Array::natatime from returning an exhausted iterator when being called with a callback.
Florian Ragwitz [Wed, 31 Mar 2010 23:03:55 +0000]
Make Moose::Meta::TypeConstraint::Class correctly reject RegexpRefs.
Dave Rolsky [Tue, 30 Mar 2010 19:59:54 +0000]
Move docs around to keep related items together
Dave Rolsky [Tue, 23 Mar 2010 03:28:32 +0000]
Tweak BUILD docs and fix bizarro code style in example.
mateu [Sat, 27 Mar 2010 02:58:39 +0000]
some words for Meta Cookbook.
Florian Ragwitz [Fri, 26 Mar 2010 17:19:14 +0000]
Version 1.01.
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