10 years agomake github the primary repository master
Jesse Luehrs [Sun, 5 May 2013 22:32:28 +0000]
make github the primary repository

10 years agowhat is this even for
Jesse Luehrs [Sun, 5 May 2013 22:32:18 +0000]
what is this even for

10 years agostop using [Readme] so that we get a readme on github
Jesse Luehrs [Sun, 5 May 2013 17:28:37 +0000]
stop using [Readme] so that we get a readme on github

10 years agouse dzil for travis
Jesse Luehrs [Sun, 5 May 2013 17:15:34 +0000]
use dzil for travis

10 years agoadd travis configuration
Jesse Luehrs [Sun, 5 May 2013 17:05:48 +0000]
add travis configuration

10 years agoavoid rebuilding the dist between running t/ tests and xt/ tests
Karen Etheridge [Fri, 3 May 2013 21:07:22 +0000]
avoid rebuilding the dist between running t/ tests and xt/ tests

10 years agoRevert "add case-specific stopwords"
Karen Etheridge [Fri, 3 May 2013 20:43:01 +0000]
Revert "add case-specific stopwords"

This reverts commit 6c804bba6cc7c6a10cd0dacb3b1bb255527b1075.

I'm not sure what happened on my box exactly, but Pod::Spell is pretty clear
that stopwords in all lower-case are applied case-insensitively, so there
should not be any need for these duplicated entries.

11 years agofix incompatibilities with TB2
Karen Etheridge [Sat, 13 Apr 2013 21:36:22 +0000]
fix incompatibilities with TB2

I tested this with Test-Simple-1.005000_006.
The return value of with_immutable still indicates whether all tests contained
in its block had passed, even though this is undocumented.

11 years agofix RT link in metadata (RT#84562)
Karen Etheridge [Thu, 11 Apr 2013 21:25:52 +0000]
fix RT link in metadata (RT#84562)

11 years agoRemove done item from TODO
Dave Rolsky [Mon, 8 Apr 2013 01:42:00 +0000]
Remove done item from TODO

11 years agoadd items about coring MX::Aliases, MX::MethodAttributes; type intersections
Karen Etheridge [Sat, 30 Mar 2013 00:46:29 +0000]
add items about coring MX::Aliases, MX::MethodAttributes; type intersections

11 years agochangelog for Moose-2.0801 stable/2.08
Karen Etheridge [Thu, 28 Mar 2013 21:52:36 +0000]
changelog for Moose-2.0801

11 years agobump version to 2.0801 2.0801
Karen Etheridge [Thu, 28 Mar 2013 21:47:05 +0000]
bump version to 2.0801

11 years agochangelog for new fix
Karen Etheridge [Thu, 28 Mar 2013 21:35:30 +0000]
changelog for new fix

11 years agochangelog for 2.0800 fix for RT#77974 (commit e2a758a)
Karen Etheridge [Thu, 28 Mar 2013 21:34:08 +0000]
changelog for 2.0800 fix for RT#77974 (commit e2a758a)

11 years agooops
Jesse Luehrs [Thu, 28 Mar 2013 21:21:05 +0000]
oops

11 years agoMoose 2.0800 conflicts with MooseX::App-1.18
Karen Etheridge [Thu, 28 Mar 2013 20:07:48 +0000]
Moose 2.0800 conflicts with MooseX::App-1.18

11 years agopush to origin after release
Karen Etheridge [Thu, 28 Mar 2013 16:28:14 +0000]
push to origin after release

11 years agoMoose 2.0800 conflicts with MooseX::ClassAttribute 0.26
Dave Rolsky [Thu, 28 Mar 2013 16:13:34 +0000]
Moose 2.0800 conflicts with MooseX::ClassAttribute 0.26

11 years agochangelog for Moose-2.0800
Karen Etheridge [Thu, 28 Mar 2013 04:08:20 +0000]
changelog for Moose-2.0800

11 years agodo not release with unfetched changes; allow releasing only from the stable branch 2.0800
Karen Etheridge [Thu, 28 Mar 2013 03:59:37 +0000]
do not release with unfetched changes; allow releasing only from the stable branch

11 years agobump version to 2.0800 for next release
Karen Etheridge [Wed, 27 Mar 2013 23:35:13 +0000]
bump version to 2.0800 for next release

11 years agomake the TODO file render as markdown properly
Karen Etheridge [Wed, 27 Mar 2013 23:44:04 +0000]
make the TODO file render as markdown properly

11 years agoadd dev prereq to allow "make distclean" to not silently fail
Karen Etheridge [Tue, 26 Mar 2013 19:26:57 +0000]
add dev prereq to allow "make distclean" to not silently fail

11 years agobefore release, confirm all prereqs are indexed
Karen Etheridge [Tue, 26 Mar 2013 19:06:47 +0000]
before release, confirm all prereqs are indexed

11 years agomore detailed messages for tag and release commit
Karen Etheridge [Tue, 26 Mar 2013 19:04:35 +0000]
more detailed messages for tag and release commit

11 years agoAdd more words to the spelling whitelist
Dave Rolsky [Tue, 26 Mar 2013 20:14:26 +0000]
Add more words to the spelling whitelist

11 years agoadd case-specific stopwords
Karen Etheridge [Tue, 26 Mar 2013 17:31:10 +0000]
add case-specific stopwords

11 years agoadd dev prereq for inc::MyInline plugin
Karen Etheridge [Tue, 26 Mar 2013 17:05:18 +0000]
add dev prereq for inc::MyInline plugin

11 years agobump version for next release
Karen Etheridge [Tue, 26 Mar 2013 06:02:06 +0000]
bump version for next release

11 years agomerge 2.0604 changelog and fix entries for unreleased fixes
Karen Etheridge [Tue, 26 Mar 2013 05:55:08 +0000]
merge 2.0604 changelog and fix entries for unreleased fixes

11 years agonewest cabal member (blame stevan)
Karen Etheridge [Mon, 25 Mar 2013 20:19:32 +0000]
newest cabal member (blame stevan)

11 years agoRT#83929: fix memory leak in union types
Karen Etheridge [Wed, 13 Mar 2013 20:47:16 +0000]
RT#83929: fix memory leak in union types

11 years agofix documentation of type heirarchy
Karen Etheridge [Wed, 13 Mar 2013 19:04:12 +0000]
fix documentation of type heirarchy

- Item (and everything else) is a subtype of Any
- FileHandle is not a GlobRef, just another Ref

11 years agoDon't try to test Ambrosia - it requires mod_perl
Dave Rolsky [Wed, 13 Mar 2013 21:53:12 +0000]
Don't try to test Ambrosia - it requires mod_perl

11 years agoremove_package_symbol is deprecated in package::stash
Jesse Luehrs [Fri, 4 Jan 2013 00:53:42 +0000]
remove_package_symbol is deprecated in package::stash

11 years agoRequire Dist::Zilla 4.200016+
Dave Rolsky [Sun, 24 Feb 2013 16:56:30 +0000]
Require Dist::Zilla 4.200016+

11 years agoRemove our (now broken) dzil GatherDir subclass
Dave Rolsky [Sun, 24 Feb 2013 16:46:37 +0000]
Remove our (now broken) dzil GatherDir subclass

We can use the exclude_match feature in more recent dzil versions instead.

11 years agoRename basics_recipe9.t to match the new cookbook .pod names
Dave Rolsky [Sun, 24 Feb 2013 16:40:40 +0000]
Rename basics_recipe9.t to match the new cookbook .pod names

11 years agomake tests work better with forkprove
Jesse Luehrs [Wed, 7 Nov 2012 19:47:59 +0000]
make tests work better with forkprove

11 years agoAdd ingy to the spelling whitelist
Dave Rolsky [Tue, 30 Oct 2012 19:21:46 +0000]
Add ingy to the spelling whitelist

11 years agofix punctuation
Karen Etheridge [Wed, 19 Sep 2012 21:57:31 +0000]
fix punctuation

11 years agodepend on a Carp version with caller_info (RT#79367)
Jesse Luehrs [Wed, 19 Sep 2012 20:34:09 +0000]
depend on a Carp version with caller_info (RT#79367)

11 years agoClarify natatime Array helper behavior when given a code ref
Dave Rolsky [Sun, 16 Sep 2012 17:31:02 +0000]
Clarify natatime Array helper behavior when given a code ref

11 years agoWe only need local $? if we inline calls to DEMOLISH
Shawn M Moore [Tue, 28 Aug 2012 09:15:27 +0000]
We only need local $? if we inline calls to DEMOLISH

11 years agoSkip Gearman-SlotManager - it hangs
Dave Rolsky [Tue, 7 Aug 2012 02:21:50 +0000]
Skip Gearman-SlotManager - it hangs

11 years agoAdd what does moose stand for section back to docs
Dave Rolsky [Wed, 25 Jul 2012 16:27:27 +0000]
Add what does moose stand for section back to docs

11 years agouse [RunExtraTests] instead of [ExtraTests]
Jesse Luehrs [Sat, 21 Jul 2012 05:26:10 +0000]
use [RunExtraTests] instead of [ExtraTests]

11 years agoshow the first line here when testing with a harness
Jesse Luehrs [Sat, 21 Jul 2012 05:25:39 +0000]
show the first line here when testing with a harness

11 years agoimprove the warning for unknown attribute parameters (mjd)
Jesse Luehrs [Sat, 21 Jul 2012 05:21:51 +0000]
improve the warning for unknown attribute parameters (mjd)

11 years agotest a few more things when choosing "MooseX"
Jesse Luehrs [Sat, 21 Jul 2012 04:48:17 +0000]
test a few more things when choosing "MooseX"

11 years agoallow only specifying certain dists to test (wickline)
Jesse Luehrs [Sat, 21 Jul 2012 04:47:37 +0000]
allow only specifying certain dists to test (wickline)

11 years agono idea what's up with this error message
Jesse Luehrs [Thu, 5 Jul 2012 17:33:25 +0000]
no idea what's up with this error message

or why it was different from the non-inlined case, especially when the
non-inlined version is less nonsensical

11 years agofix "use MyExporter -traits => ..." (RT77974)
Jesse Luehrs [Thu, 5 Jul 2012 17:09:06 +0000]
fix "use MyExporter -traits => ..." (RT77974)

11 years agoSkip P50Tools, it has no tests
Dave Rolsky [Thu, 5 Jul 2012 16:48:02 +0000]
Skip P50Tools, it has no tests

11 years agofix docs for MMA->new (RT78202)
Jesse Luehrs [Thu, 5 Jul 2012 16:33:36 +0000]
fix docs for MMA->new (RT78202)

11 years agoFix is_subtype_of to handle not-yet-defined role
Christopher J. Madsen [Wed, 4 Jul 2012 04:50:25 +0000]
Fix is_subtype_of to handle not-yet-defined role

11 years agoTest is_subtype_of on role_type of undefined role
Christopher J. Madsen [Wed, 4 Jul 2012 04:48:16 +0000]
Test is_subtype_of on role_type of undefined role

  This is the root issue in RT#77303 and RT#77299

11 years agoSkip some distros with known test issues
Dave Rolsky [Thu, 28 Jun 2012 16:36:35 +0000]
Skip some distros with known test issues

11 years agochangelog
Jesse Luehrs [Thu, 28 Jun 2012 16:08:09 +0000]
changelog

11 years agomerge changelog from stable
Jesse Luehrs [Thu, 28 Jun 2012 16:05:43 +0000]
merge changelog from stable

11 years agofix test in with blead
Jesse Luehrs [Thu, 28 Jun 2012 15:53:06 +0000]
fix test in with blead

11 years agoAdd Message-Passing-ZeroMQ to skip list
Dave Rolsky [Thu, 21 Jun 2012 03:17:41 +0000]
Add Message-Passing-ZeroMQ to skip list

11 years agochangelog
Jesse Luehrs [Thu, 21 Jun 2012 02:48:26 +0000]
changelog

11 years agostop using excludes within moose, since it's no longer necessary
Jesse Luehrs [Thu, 21 Jun 2012 02:15:31 +0000]
stop using excludes within moose, since it's no longer necessary

11 years agochange role-to-role application to allow method shadowing
Matt S Trout [Thu, 19 Apr 2012 21:11:54 +0000]
change role-to-role application to allow method shadowing

11 years agoDoc super() warning in Changes
Dave Rolsky [Sat, 26 May 2012 21:53:33 +0000]
Doc super() warning in Changes

11 years agoMake super() carp if you pass it arguments
Dave Rolsky [Sat, 26 May 2012 21:52:47 +0000]
Make super() carp if you pass it arguments

11 years agoAdd test for new warning - super() warns if it is passed arguments
Dave Rolsky [Sat, 26 May 2012 21:52:38 +0000]
Add test for new warning - super() warns if it is passed arguments

11 years agoMoose FAQ: Expand "Can I turn off type constraint checking?"
Ævar Arnfjörð Bjarmason [Wed, 2 May 2012 21:42:49 +0000]
Moose FAQ: Expand "Can I turn off type constraint checking?"

Expand the "Can I turn off type constraint checking?" beyond just "no"
to "you can do it with a MooseX extension". The shiny new extension
happens to be mine, but also point out that if it doesn't do what you
want it's easy to override the default behavior.

11 years agoSkip Alien-Ditaa
Dave Rolsky [Wed, 30 May 2012 21:33:40 +0000]
Skip Alien-Ditaa

11 years agoYet another distro marked as todo
Dave Rolsky [Wed, 30 May 2012 21:04:59 +0000]
Yet another distro marked as todo

11 years agoAdd a few more broken deps
Dave Rolsky [Tue, 29 May 2012 16:12:49 +0000]
Add a few more broken deps

11 years agoAdd a few more broken deps
Dave Rolsky [Tue, 29 May 2012 15:38:15 +0000]
Add a few more broken deps

11 years agoAdd Jenkins-NotificationListener to TODO list
Dave Rolsky [Tue, 29 May 2012 14:55:03 +0000]
Add Jenkins-NotificationListener to TODO list

11 years agoSeveral more problematic deps
Dave Rolsky [Tue, 29 May 2012 06:24:02 +0000]
Several more problematic deps

11 years agoAdd IPC-AnyEvent-Gearman to the skip list
Dave Rolsky [Tue, 29 May 2012 01:24:25 +0000]
Add IPC-AnyEvent-Gearman to the skip list

11 years agoAdd Metabase-Backend-SQL to TODO list - it's tests seem to break a lot
Dave Rolsky [Sun, 27 May 2012 21:59:01 +0000]
Add Metabase-Backend-SQL to TODO list - it's tests seem to break a lot

11 years agoDist-Zilla-Plugin-PerlTidy has broken tests
Dave Rolsky [Sun, 27 May 2012 19:16:11 +0000]
Dist-Zilla-Plugin-PerlTidy has broken tests

11 years agoSkip Metabase-Backend-MongoDB, it's broken
Dave Rolsky [Sun, 27 May 2012 19:00:33 +0000]
Skip Metabase-Backend-MongoDB, it's broken

11 years agoMark two more known-broken distros
Dave Rolsky [Sun, 27 May 2012 05:30:37 +0000]
Mark two more known-broken distros

11 years agoAdd File-Tail-Scribe to skip list
Dave Rolsky [Sun, 27 May 2012 04:59:08 +0000]
Add File-Tail-Scribe to skip list

11 years agoSkip DBIx-VersionedDDL for being dumb
Dave Rolsky [Sun, 27 May 2012 03:03:09 +0000]
Skip DBIx-VersionedDDL for being dumb

11 years agoSkip Padre-Plugin-Cookbook
Dave Rolsky [Sun, 27 May 2012 03:02:07 +0000]
Skip Padre-Plugin-Cookbook

11 years agoAdd more modules to our skip/todo list
Dave Rolsky [Sat, 26 May 2012 22:44:17 +0000]
Add more modules to our skip/todo list

11 years agoDoc circular ref fix in Changes
Dave Rolsky [Sat, 26 May 2012 22:34:19 +0000]
Doc circular ref fix in Changes

11 years agort63818 bugfix for false 'also' circular ref error
wickline [Mon, 7 May 2012 01:31:00 +0000]
rt63818 bugfix for false 'also' circular ref error

11 years agoAdd MooseX-Scaffold to list of known broken deps
Dave Rolsky [Sat, 26 May 2012 22:17:54 +0000]
Add MooseX-Scaffold to list of known broken deps

11 years agoMention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1
Dave Rolsky [Sat, 26 May 2012 22:16:59 +0000]
Mention MOOSE_TEST_MD=MooseX when MOOSE_TEST_MD=1

11 years agoAdd MooseX-WithCache to list of TODO deps
Dave Rolsky [Sat, 26 May 2012 22:15:43 +0000]
Add MooseX-WithCache to list of TODO deps

It's been broken for quite some time

11 years agoPut both skip and todo tests in the DATA section
Dave Rolsky [Sat, 26 May 2012 22:15:13 +0000]
Put both skip and todo tests in the DATA section

Remove %skip hash entirely (this is in DATA now)

11 years agoAdd another MOOSE_TEST_MD option, MooseX
Dave Rolsky [Sat, 26 May 2012 21:46:14 +0000]
Add another MOOSE_TEST_MD option, MooseX

This tests MooseX modules and others that extend Moose. This is useful if you
want to test some sort of internals change that doesn't affect the API for
non-extension modules.

Also added help text for the test that shows when MOOSE_TEST_MD is not set.

11 years agoMark two more distros as todo
Dave Rolsky [Sat, 19 May 2012 18:06:14 +0000]
Mark two more distros as todo

11 years agoSkip distro which requires rpm
Dave Rolsky [Sat, 19 May 2012 13:32:17 +0000]
Skip distro which requires rpm

11 years agoadded Moose with make_immutable
Todd Hepler [Tue, 15 May 2012 19:45:35 +0000]
added Moose with make_immutable

it's slower than regular Moose (as expected)

11 years agodocument that auto_deref is wantarray-based
Ricardo Signes [Tue, 8 May 2012 23:06:50 +0000]
document that auto_deref is wantarray-based

11 years agoMark a few more failing distros
Dave Rolsky [Tue, 8 May 2012 15:46:32 +0000]
Mark a few more failing distros

11 years agoSkip Net-SSH-Mechanize
Dave Rolsky [Mon, 7 May 2012 16:19:23 +0000]
Skip Net-SSH-Mechanize

11 years agochangelog
Jesse Luehrs [Sun, 6 May 2012 18:05:14 +0000]
changelog

11 years agoimport changelog from stable
Jesse Luehrs [Sun, 6 May 2012 18:03:06 +0000]
import changelog from stable