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

13 years agoFix NoTabsTests plugin spelling
Dave Rolsky [Fri, 31 Dec 2010 18:54:02 +0000]
Fix NoTabsTests plugin spelling

13 years agoSkip Moose::Conflicts module
Dave Rolsky [Fri, 31 Dec 2010 18:52:24 +0000]
Skip Moose::Conflicts module

13 years agoAdd a bunch more words to the spelling whitelist
Dave Rolsky [Fri, 31 Dec 2010 18:51:36 +0000]
Add a bunch more words to the spelling whitelist

13 years agoOops, meant to remove the EOLTests, not the NoTabsTests
Dave Rolsky [Fri, 31 Dec 2010 18:49:32 +0000]
Oops, meant to remove the EOLTests, not the NoTabsTests

13 years agoAdd some missing caps versions of metaclass
Dave Rolsky [Fri, 31 Dec 2010 18:48:40 +0000]
Add some missing caps versions of metaclass

13 years agoRemove NoTabsTest - we have way too much line-ending whitespace
Dave Rolsky [Fri, 31 Dec 2010 18:44:53 +0000]
Remove NoTabsTest - we have way too much line-ending whitespace

13 years agoMerge spelling whitelist from cmop distro
Dave Rolsky [Fri, 31 Dec 2010 18:39:28 +0000]
Merge spelling whitelist from cmop distro

13 years agoAdd CMOP classes to trustme list for pod coverage test
Dave Rolsky [Fri, 31 Dec 2010 18:35:16 +0000]
Add CMOP classes to trustme list for pod coverage test

13 years agoAllow setting DZIL_TEST_INC env var when running dzil test
Dave Rolsky [Fri, 31 Dec 2010 18:33:44 +0000]
Allow setting DZIL_TEST_INC env var when running dzil test

13 years agoRemove extra whitespace
Dave Rolsky [Fri, 31 Dec 2010 18:24:42 +0000]
Remove extra whitespace

13 years agoavoid unnecessary copies in Str validation
Chip [Thu, 30 Dec 2010 21:13:31 +0000]
avoid unnecessary copies in Str validation

13 years agoPrune generated recipe tests when dzil runs
Dave Rolsky [Wed, 29 Dec 2010 15:44:31 +0000]
Prune generated recipe tests when dzil runs

13 years agoAdd $VERSION back to test classes (accidentally removed in dzilification)
Dave Rolsky [Wed, 29 Dec 2010 15:37:38 +0000]
Add $VERSION back to test classes (accidentally removed in dzilification)

13 years agoMove pod test extraction to code that can be reused by dzil and Makefile.PL
Dave Rolsky [Wed, 29 Dec 2010 15:35:22 +0000]
Move pod test extraction to code that can be reused by dzil and Makefile.PL

The cookbook tests will be extracted every time the dev-only Makefile.PL is run.

13 years agoNow that all the .pod files have a package statement, we only extract tests if we...
Dave Rolsky [Wed, 29 Dec 2010 15:27:53 +0000]
Now that all the .pod files have a package statement, we only extract tests if we find more than 2 elements to extract.

Also, tweak generated file name to be more concise.

13 years agoCentralize MakeMaker customizations so they can be shared between dzil and dev-only...
Dave Rolsky [Tue, 28 Dec 2010 16:21:51 +0000]
Centralize MakeMaker customizations so they can be shared between dzil and dev-only Makefile.PL

13 years agoClean up various bits of code that broke when dzil processed them.
Dave Rolsky [Tue, 28 Dec 2010 16:20:08 +0000]
Clean up various bits of code that broke when dzil processed them.

13 years agoFix XS loading to actually use the right VERSION var
Dave Rolsky [Tue, 28 Dec 2010 16:13:05 +0000]
Fix XS loading to actually use the right VERSION var

13 years agoMove MakeMaker customizations to a module in inc that can be used for dzil and the...
Dave Rolsky [Tue, 28 Dec 2010 15:55:49 +0000]
Move MakeMaker customizations to a module in inc that can be used for dzil and the dev-only Makefil.e.PL

Also make sure our dev-only Makefile.PL sees all test files

13 years agoRename dzil plugin to have a much shorter namespace
Dave Rolsky [Tue, 28 Dec 2010 15:42:34 +0000]
Rename dzil plugin to have a much shorter namespace

13 years agoDzil-ize all the .pod files so they can be pod-woven
Dave Rolsky [Tue, 28 Dec 2010 15:40:29 +0000]
Dzil-ize all the .pod files so they can be pod-woven

13 years agoMerge branch 'master' into topic/cmop-merge
Dave Rolsky [Mon, 27 Dec 2010 19:52:03 +0000]
Merge branch 'master' into topic/cmop-merge

13 years agoRemove some done stuff from TODO
Dave Rolsky [Mon, 27 Dec 2010 19:51:35 +0000]
Remove some done stuff from TODO