13 years agoversion bump 1.9905
Jesse Luehrs [Mon, 28 Mar 2011 19:40:31 +0000]
version bump

13 years agoCroak with useful errors when trying to apply meta/base roles to a non-Moose class
Dave Rolsky [Sat, 19 Mar 2011 22:47:56 +0000]
Croak with useful errors when trying to apply meta/base roles to a non-Moose class

13 years agoA little code tidying
Dave Rolsky [Sat, 19 Mar 2011 16:44:03 +0000]
A little code tidying

13 years agoRemove unused variable
Dave Rolsky [Sat, 19 Mar 2011 16:43:33 +0000]
Remove unused variable

13 years agoRemove a TODO item which is done
Dave Rolsky [Mon, 14 Mar 2011 21:34:00 +0000]
Remove a TODO item which is done

13 years agoUpdate TODO for 2.0200
Dave Rolsky [Mon, 14 Mar 2011 21:32:23 +0000]
Update TODO for 2.0200

13 years agoPrep for removing deprecated features or making them throw an error.
Dave Rolsky [Mon, 14 Mar 2011 19:27:46 +0000]
Prep for removing deprecated features or making them throw an error.

I changed the relevant deprecation warnings to mention what will happen in
Moose 2.0200.

I also updated Moose::Manual::Delta to list what will appen in 2.0200.

13 years agoFix formatting buglet in Changes
Dave Rolsky [Mon, 14 Mar 2011 19:25:19 +0000]
Fix formatting buglet in Changes

13 years agoAdd CMOP Changes file to distro
Dave Rolsky [Mon, 14 Mar 2011 18:58:14 +0000]
Add CMOP Changes file to distro

13 years agoChanges for NEXT
Dave Rolsky [Mon, 14 Mar 2011 04:08:08 +0000]
Changes for NEXT

13 years agoStore the role which first defines an attribute, and pass that along when cloning.
Dave Rolsky [Mon, 14 Mar 2011 04:04:51 +0000]
Store the role which first defines an attribute, and pass that along when cloning.

Use the original role's applied_attribute_metaclass when we finally apply the
attribute, rather than the _current_ role's applied_attribute_metaclass.

13 years agoAdd test for applied_attribute traits being lost when one role consumes another role
Dave Rolsky [Mon, 14 Mar 2011 03:58:22 +0000]
Add test for applied_attribute traits being lost when one role consumes another role

13 years agoThere's one manually maintained file in t/recipes/
Florian Ragwitz [Mon, 14 Mar 2011 04:50:21 +0000]
There's one manually maintained file in t/recipes/

Stop ignoring it.

13 years agoFix recipes path for our GatherDir plugin
Florian Ragwitz [Mon, 14 Mar 2011 04:49:59 +0000]
Fix recipes path for our GatherDir plugin

I broke this while renaming the tests.

13 years agoSuppress a bogus warning
Florian Ragwitz [Mon, 14 Mar 2011 04:10:31 +0000]
Suppress a bogus warning

13 years agoWe stopped complaining about importing to main ages ago
Florian Ragwitz [Mon, 14 Mar 2011 04:00:34 +0000]
We stopped complaining about importing to main ages ago

13 years agoRemove numbers from our tests
Florian Ragwitz [Mon, 14 Mar 2011 03:58:21 +0000]
Remove numbers from our tests

13 years agoMake sure that applied_attribute roles don't spill over to other roles to during...
Dave Rolsky [Mon, 14 Mar 2011 03:49:12 +0000]
Make sure that applied_attribute roles don't spill over to other roles to during role composition

13 years agoFix duplicate test number (why do we have these numbers anyway?)
Dave Rolsky [Mon, 14 Mar 2011 03:44:13 +0000]
Fix duplicate test number (why do we have these numbers anyway?)

13 years agotodo test for the role composition issue
Jesse Luehrs [Tue, 8 Mar 2011 07:58:11 +0000]
todo test for the role composition issue

13 years agoadd some more conflicts
Jesse Luehrs [Mon, 7 Mar 2011 00:26:01 +0000]
add some more conflicts

13 years agoadd Bread::Board::Declare to smoker
Jesse Luehrs [Fri, 4 Mar 2011 21:39:35 +0000]
add Bread::Board::Declare to smoker

13 years agochangelog
Jesse Luehrs [Fri, 4 Mar 2011 21:13:47 +0000]
changelog

13 years agochangelog and version bump 1.9904
Jesse Luehrs [Fri, 4 Mar 2011 20:17:32 +0000]
changelog and version bump

13 years agoyes, this is necessary for us
Jesse Luehrs [Fri, 4 Mar 2011 17:49:01 +0000]
yes, this is necessary for us

13 years agoUse $0 instead of hardcoding filename in regex
Shawn M Moore [Sat, 19 Feb 2011 03:16:12 +0000]
Use $0 instead of hardcoding filename in regex

    I failed these tests because zsh prove t/**/*.t expanded these files
    with leading ./s, which broke the regexes needlessly

13 years agochangelog for Int fix
Jesse Luehrs [Thu, 3 Mar 2011 05:34:47 +0000]
changelog for Int fix

13 years agoInt type constraint allowed for a newline character due to the /^..$/ syntax. Use...
Matthew Horsfall [Wed, 2 Mar 2011 18:42:52 +0000]
Int type constraint allowed for a newline character due to the /^..$/ syntax. Use /\A..\z/ instead.

13 years agoRemove MX::FSM, which is not maintained (from what I can tell)
Dave Rolsky [Mon, 28 Feb 2011 17:29:37 +0000]
Remove MX::FSM, which is not maintained (from what I can tell)

13 years agoMinor pod grammar fixes.
Matthew Horsfall [Wed, 2 Mar 2011 16:28:33 +0000]
Minor pod grammar fixes.

13 years agochangelog
Jesse Luehrs [Mon, 28 Feb 2011 22:58:28 +0000]
changelog

13 years agopod-spelling fixes 1.9903
Jesse Luehrs [Mon, 28 Feb 2011 22:20:29 +0000]
pod-spelling fixes

13 years agoversion bump for 1.9903
Jesse Luehrs [Mon, 28 Feb 2011 21:07:15 +0000]
version bump for 1.9903

13 years agoremove .shipit
Dave Rolsky [Mon, 28 Feb 2011 17:21:29 +0000]
remove .shipit

13 years agoRemove modules which are known to be unmaintained
Dave Rolsky [Mon, 28 Feb 2011 17:10:41 +0000]
Remove modules which are known to be unmaintained

13 years agoConflict on MX::Singleton 0.25 (but 0.26 works)
Dave Rolsky [Sat, 26 Feb 2011 22:52:30 +0000]
Conflict on MX::Singleton 0.25 (but 0.26 works)

13 years agoConflict with Fey::ORM 0.42 (0.43 works with new & old Moose)
Dave Rolsky [Sat, 26 Feb 2011 18:36:04 +0000]
Conflict with Fey::ORM 0.42 (0.43 works with new & old Moose)

13 years agoadd example for combining an initializer with a writer - basically the same code...
Karen Etheridge [Fri, 25 Feb 2011 18:03:25 +0000]
add example for combining an initializer with a writer - basically the same code as in stackoverflow.com/q/5116788/40468

13 years agoupdate Changes file to reflect what was released in 1.24
Karen Etheridge [Wed, 23 Feb 2011 18:34:42 +0000]
update Changes file to reflect what was released in 1.24

13 years agoConflict on MX::StrictConstructor 0.12 (0.13 works)
Dave Rolsky [Wed, 23 Feb 2011 03:56:04 +0000]
Conflict on MX::StrictConstructor 0.12 (0.13 works)

13 years agoConflict on MX::CA 0.23 (0.24 works with moose 1.23 and 2.0)
Dave Rolsky [Tue, 22 Feb 2011 23:53:15 +0000]
Conflict on MX::CA 0.23 (0.24 works with moose 1.23 and 2.0)

13 years agoRemove modules which have been spitting out warnings for a really long time
Dave Rolsky [Tue, 22 Feb 2011 21:23:13 +0000]
Remove modules which have been spitting out warnings for a really long time

13 years agoFix release year for last two releases
Dave Rolsky [Tue, 22 Feb 2011 15:12:19 +0000]
Fix release year for last two releases

13 years agoAdd 1.22 and 1.23 changes to Changes file in master
Dave Rolsky [Tue, 15 Feb 2011 19:54:56 +0000]
Add 1.22 and 1.23 changes to Changes file in master

13 years agoupdate Changes cause I forgot to do so in the topic branch
Chris Prather [Tue, 15 Feb 2011 16:54:31 +0000]
update Changes cause I forgot to do so in the topic branch

13 years agoReverse the output from _follow_also
Chris Prather [Tue, 15 Feb 2011 16:36:09 +0000]
Reverse the output from _follow_also

Turns out when we follow the export tree we return the list in the order we
discovered, which is the inverse of the order we want. This wasn't ever a
problem before because nobody has tried exporting more than one level off of
Moose. Someone has now, so we need to reverse the entire list.

Also we have added tests for second-order exports (exporting overridden
exports)

13 years agoFix error message (missing "a")
Dave Rolsky [Mon, 14 Feb 2011 00:03:31 +0000]
Fix error message (missing "a")

13 years agoMy previous role preservation fix made a todo test pass, so I moved the test and...
Dave Rolsky [Sun, 13 Feb 2011 23:04:24 +0000]
My previous role preservation fix made a todo test pass, so I moved the test and un-TODO-ed it

13 years agoFixed reinitialization bug that lost all role meta info
Dave Rolsky [Sun, 13 Feb 2011 22:38:05 +0000]
Fixed reinitialization bug that lost all role meta info

13 years agonever smoke author tests
Jesse Luehrs [Thu, 10 Feb 2011 19:27:19 +0000]
never smoke author tests

13 years agoremove stuff we don't care about smoking
Jesse Luehrs [Thu, 10 Feb 2011 19:26:38 +0000]
remove stuff we don't care about smoking

13 years agoadd some more modules to smoke
Jesse Luehrs [Thu, 10 Feb 2011 08:59:28 +0000]
add some more modules to smoke

might have added back in some unmaintained ones, feel free to take them
back out

13 years agoconflicts
Jesse Luehrs [Thu, 10 Feb 2011 07:19:18 +0000]
conflicts

13 years agoalso mention MX::NM:IO
Karen Etheridge [Tue, 8 Feb 2011 01:07:00 +0000]
also mention MX::NM:IO

13 years agoremove meat of recipe - replace with reference to MooseX::NonMoose
Karen Etheridge [Mon, 7 Feb 2011 23:57:33 +0000]
remove meat of recipe - replace with reference to MooseX::NonMoose

13 years agoClarify what happens when weak refs go out of scope
Dave Rolsky [Mon, 7 Feb 2011 23:18:23 +0000]
Clarify what happens when weak refs go out of scope

13 years agoTweaks Sam's patch on weak_ref expiration
Dave Rolsky [Mon, 7 Feb 2011 23:16:33 +0000]
Tweaks Sam's patch on weak_ref expiration

13 years agonotes on weak_ref (based on patch from Sam Vilain)
Hans Dieter Pearcey [Mon, 7 Feb 2011 22:29:17 +0000]
notes on weak_ref (based on patch from Sam Vilain)

13 years agoMooseX::AlwaysCoerce 0.12 (latest) is incompatible with Moose 1.9902-TRIAL -- yes...
Karen Etheridge [Sat, 29 Jan 2011 16:52:36 +0000]
MooseX::AlwaysCoerce 0.12 (latest) is incompatible with Moose 1.9902-TRIAL -- yes a new version will be released before Moose 2.0 goes up.

13 years agoneed to delete from the method map, not just set to undef (kentnl)
Jesse Luehrs [Thu, 27 Jan 2011 15:18:51 +0000]
need to delete from the method map, not just set to undef (kentnl)

13 years agocorrect wording to use 'hash' instead of 'array'
Mateu X Hunter [Wed, 19 Jan 2011 17:21:23 +0000]
correct wording to use 'hash' instead of 'array'

13 years agomove MetaYAML/JSON next to each other
Dave Rolsky [Tue, 18 Jan 2011 02:49:23 +0000]
move MetaYAML/JSON next to each other

13 years agoconvert to using EUMM::Dist::Zilla::Develop
Jesse Luehrs [Mon, 10 Jan 2011 22:26:27 +0000]
convert to using EUMM::Dist::Zilla::Develop

13 years agoadd test of cross-object augmentation
Chip [Sat, 8 Jan 2011 21:08:28 +0000]
add test of cross-object augmentation

13 years agofix syntax error
Jesse Luehrs [Sat, 8 Jan 2011 20:57:38 +0000]
fix syntax error

13 years agoredirect 'make dist' and 'make install' to dzil
Jesse Luehrs [Fri, 7 Jan 2011 21:05:20 +0000]
redirect 'make dist' and 'make install' to dzil

13 years agobump package::stash deps for some bug fixes
Jesse Luehrs [Wed, 5 Jan 2011 19:37:35 +0000]
bump package::stash deps for some bug fixes

13 years agoRequire Test::DM for development
Dave Rolsky [Tue, 4 Jan 2011 21:26:18 +0000]
Require Test::DM for development

13 years agodon't initialize lazy attrs with defaults in the constructor (mo)
Jesse Luehrs [Tue, 4 Jan 2011 17:55:41 +0000]
don't initialize lazy attrs with defaults in the constructor (mo)

13 years agoalso need to set AUTHOR_TESTING here
Jesse Luehrs [Mon, 3 Jan 2011 23:59:30 +0000]
also need to set AUTHOR_TESTING here

13 years agoMerge remote branch 'origin/master'
Jesse Luehrs [Mon, 3 Jan 2011 23:32:39 +0000]
Merge remote branch 'origin/master'

13 years agochangelog
Jesse Luehrs [Mon, 3 Jan 2011 23:30:33 +0000]
changelog

13 years agotrivial punctuation improvement
Karen Etheridge [Mon, 3 Jan 2011 23:24:42 +0000]
trivial punctuation improvement

13 years agomore spelling words 1.9902
Jesse Luehrs [Mon, 3 Jan 2011 23:17:20 +0000]
more spelling words

13 years agochangelog and version bump
Jesse Luehrs [Mon, 3 Jan 2011 23:05:59 +0000]
changelog and version bump

13 years agospecify prototyping behavior in Moose.xs
Jesse Luehrs [Mon, 3 Jan 2011 23:02:33 +0000]
specify prototyping behavior in Moose.xs

13 years agogenerate CCFLAGS correctly
Jesse Luehrs [Mon, 3 Jan 2011 22:57:54 +0000]
generate CCFLAGS correctly

13 years agoadd a couple more conflicts
Jesse Luehrs [Mon, 3 Jan 2011 20:29:51 +0000]
add a couple more conflicts

13 years agoensure all author deps are installed before doing release testing
Jesse Luehrs [Mon, 3 Jan 2011 20:07:08 +0000]
ensure all author deps are installed before doing release testing

13 years agorequire running the smoker before non-trial releases
Jesse Luehrs [Mon, 3 Jan 2011 19:09:47 +0000]
require running the smoker before non-trial releases

13 years agofix up ::Contributing a bit
Jesse Luehrs [Mon, 3 Jan 2011 19:01:38 +0000]
fix up ::Contributing a bit

13 years agochangelog
Jesse Luehrs [Mon, 3 Jan 2011 18:32:52 +0000]
changelog

13 years agochangelog and version bump 1.9901
Jesse Luehrs [Mon, 3 Jan 2011 18:00:44 +0000]
changelog and version bump

13 years agoStop passing around unused values
Florian Ragwitz [Sun, 2 Jan 2011 12:37:15 +0000]
Stop passing around unused values

13 years agomark the last release as trial
Jesse Luehrs [Sun, 2 Jan 2011 12:28:40 +0000]
mark the last release as trial

13 years agoneed package::stash::conflicts
Jesse Luehrs [Sun, 2 Jan 2011 11:32:13 +0000]
need package::stash::conflicts

13 years agoDon't index benchmarks directory
Dave Rolsky [Sun, 2 Jan 2011 02:09:50 +0000]
Don't index benchmarks directory

13 years agoonly use Git::Check and Git::Tag
Jesse Luehrs [Sat, 1 Jan 2011 23:56:22 +0000]
only use Git::Check and Git::Tag

13 years agov1.9900 1.9900
Jesse Luehrs [Sat, 1 Jan 2011 23:48:55 +0000]
v1.9900

  [OTHER]

  * The entire Class::MOP distribution has been merged with Moose. In the
    future, the Class::MOP code itself will be merged into Moose, and
    eventually the Class::MOP namespace will disappear entirely. For the
    current release, we have simply changed how Class::MOP is
    distributed. (Dave Rolsky).

  * Switched to Dist::Zilla for development. However, we still have a minimal
    Makefile.PL in the repository that can be used for development. (Dave
    Rolsky)

  [API CHANGES]

  * Roles now have their own default attribute metaclass to use during
    application to a class, rather than just using the class's
    attribute_metaclass. This is also overridable via ::MetaRole, with the
    applied_attribute key in the role_metaroles hashref (doy).

  * The internal code used to generate inlined methods (accessor, constructor,
    etc.) has been massively rewritten. MooseX modules that do inlining will
    almost certainly need to be updated as well.

  [ENHANCEMENTS]

  * We now load the roles needed for native delegations only as needed. This
    speeds up the compilation time for Moose itself. (doy)

13 years agouse the NextRelease plugin
Jesse Luehrs [Sat, 1 Jan 2011 22:04:34 +0000]
use the NextRelease plugin

13 years agopruning t/002 isn't correct, need to prevent it from being added at all
Jesse Luehrs [Sat, 1 Jan 2011 21:36:59 +0000]
pruning t/002 isn't correct, need to prevent it from being added at all

13 years agoMerge branch 'topic/cmop-merge'
Jesse Luehrs [Sat, 1 Jan 2011 18:17:38 +0000]
Merge branch 'topic/cmop-merge'

13 years agoadd nytprof stuff to gitignore
Jesse Luehrs [Sat, 1 Jan 2011 18:15:16 +0000]
add nytprof stuff to gitignore

13 years agoblog is a word
Jesse Luehrs [Fri, 31 Dec 2010 23:36:49 +0000]
blog is a word

13 years agoGenerate the moose-outdated script
Dave Rolsky [Sat, 1 Jan 2011 00:09:14 +0000]
Generate the moose-outdated script

13 years agoMention dist.ini and remove mention of .shipit
Dave Rolsky [Fri, 31 Dec 2010 19:52:53 +0000]
Mention dist.ini and remove mention of .shipit

13 years agoDoc dzil switch in Changes
Dave Rolsky [Fri, 31 Dec 2010 19:52:17 +0000]
Doc dzil switch in Changes

13 years agoAdd Changes entry for CMOP merge
Dave Rolsky [Fri, 31 Dec 2010 19:51:09 +0000]
Add Changes entry for CMOP merge

13 years agoMake sure to exclude Moose::Meta::Method::Accessor::Native itself from indexing
Dave Rolsky [Fri, 31 Dec 2010 19:49:37 +0000]
Make sure to exclude Moose::Meta::Method::Accessor::Native itself from indexing

13 years agoUntabif inc/MyInline.pm
Dave Rolsky [Fri, 31 Dec 2010 18:57:41 +0000]
Untabif inc/MyInline.pm