13 years agoAdd more words to the whitelist
Dave Rolsky [Mon, 18 Oct 2010 14:48:23 +0000]
Add more words to the whitelist

13 years agoSkip Moose::Error::Confess->new
Dave Rolsky [Mon, 18 Oct 2010 14:47:55 +0000]
Skip Moose::Error::Confess->new

13 years agoMake API docs look like other modules
Dave Rolsky [Mon, 18 Oct 2010 14:47:16 +0000]
Make API docs look like other modules

13 years agoChanges for alias/excludes warning
Dave Rolsky [Mon, 18 Oct 2010 14:46:00 +0000]
Changes for alias/excludes warning

13 years agoFix syntax error
Dave Rolsky [Mon, 18 Oct 2010 14:44:59 +0000]
Fix syntax error

13 years agoRemove some whitespace
Dave Rolsky [Mon, 18 Oct 2010 14:42:15 +0000]
Remove some whitespace

13 years agoMove logic into Moose::Meta::Role for deprecation check of excludes and alias. Add...
nperez [Wed, 13 Oct 2010 06:51:48 +0000]
Move logic into Moose::Meta::Role for deprecation check of excludes and alias. Add friendlier wording to the warning. Update the test to check for new wording

13 years agoimprove alias/excludes warning
Matt S Trout [Wed, 13 Oct 2010 05:23:35 +0000]
improve alias/excludes warning

13 years agoNote that MOOSE_ERROR_STYLE is experimental
Dave Rolsky [Mon, 18 Oct 2010 14:38:58 +0000]
Note that MOOSE_ERROR_STYLE is experimental

13 years agoAdd version and release date to Changes
Dave Rolsky [Mon, 18 Oct 2010 14:38:07 +0000]
Add version and release date to Changes

13 years agoBump version to 1.16
Dave Rolsky [Mon, 18 Oct 2010 14:37:33 +0000]
Bump version to 1.16

13 years agoRemove debugging cruft
Dave Rolsky [Mon, 18 Oct 2010 14:33:38 +0000]
Remove debugging cruft

13 years agoUse diag() for all test output
Dave Rolsky [Mon, 18 Oct 2010 04:41:44 +0000]
Use diag() for all test output

13 years agoClarify stack trace env var change
Dave Rolsky [Mon, 18 Oct 2010 01:54:13 +0000]
Clarify stack trace env var change

13 years agoRemove extra newline
Dave Rolsky [Mon, 18 Oct 2010 01:52:57 +0000]
Remove extra newline

13 years ago::Delta
Jesse Luehrs [Mon, 18 Oct 2010 01:44:16 +0000]
::Delta

13 years agotests for the MOOSE_ERROR_STYLE behavior
Jesse Luehrs [Mon, 18 Oct 2010 01:37:57 +0000]
tests for the MOOSE_ERROR_STYLE behavior

13 years agothis test should be for definedness
Jesse Luehrs [Mon, 18 Oct 2010 01:37:44 +0000]
this test should be for definedness

13 years agouse MOOSE_ERROR_STYLE rather than MOOSE_ERROR_TERSE
Jesse Luehrs [Sun, 17 Oct 2010 21:37:03 +0000]
use MOOSE_ERROR_STYLE rather than MOOSE_ERROR_TERSE

13 years agomake sure ::Confess always confesses
Jesse Luehrs [Sun, 17 Oct 2010 21:35:53 +0000]
make sure ::Confess always confesses

13 years agofix some doc errors
Jesse Luehrs [Sun, 17 Oct 2010 21:35:27 +0000]
fix some doc errors

13 years agoAdd env variable for terse errors
Marcus Ramberg [Sat, 16 Oct 2010 15:53:53 +0000]
Add env variable for terse errors

13 years agoMerge branch 'rfc/new-warns-on-odd'
Dave Rolsky [Sun, 17 Oct 2010 20:46:18 +0000]
Merge branch 'rfc/new-warns-on-odd'

13 years agoFix comment to match code
Dave Rolsky [Sun, 17 Oct 2010 20:42:09 +0000]
Fix comment to match code

13 years agoMake sure all tests lives, and test that we can pass a hashref to buildargs
Dave Rolsky [Sun, 17 Oct 2010 20:41:34 +0000]
Make sure all tests lives, and test that we can pass a hashref to buildargs

13 years agoreturn returns from functions, not do blocks
Jesse Luehrs [Sun, 17 Oct 2010 20:42:24 +0000]
return returns from functions, not do blocks

13 years agoClarify a change
Dave Rolsky [Sun, 17 Oct 2010 20:03:17 +0000]
Clarify a change

13 years agoMake warning for default_default include info on how to shut it up
Dave Rolsky [Sun, 17 Oct 2010 20:01:31 +0000]
Make warning for default_default include info on how to shut it up

13 years agotypo fixes
Karen Etheridge [Sun, 17 Oct 2010 17:46:38 +0000]
typo fixes

13 years agoAdd my name to my changes
Dave Rolsky [Sun, 17 Oct 2010 16:51:31 +0000]
Add my name to my changes

13 years agoUpdate Changes for default is warning
Dave Rolsky [Sun, 17 Oct 2010 16:51:16 +0000]
Update Changes for default is warning

13 years agoMake default is deprecation warning happen at run time
Dave Rolsky [Sun, 17 Oct 2010 16:50:35 +0000]
Make default is deprecation warning happen at run time

13 years agoUpdate changes for default default fixes
Dave Rolsky [Fri, 15 Oct 2010 15:55:30 +0000]
Update changes for default default fixes

13 years agoCheck for lazy_build when assign default default for native trait.
Dave Rolsky [Fri, 15 Oct 2010 15:54:24 +0000]
Check for lazy_build when assign default default for native trait.

Add tests for this.

13 years agoRequire Package::DeprecationManager 0.07
Dave Rolsky [Fri, 15 Oct 2010 15:53:39 +0000]
Require Package::DeprecationManager 0.07

13 years agoMore Changes
Dave Rolsky [Fri, 15 Oct 2010 01:42:38 +0000]
More Changes

13 years agoFix deprecation so we ignore all CMOP & Moose packages in the stack
Dave Rolsky [Fri, 15 Oct 2010 01:40:41 +0000]
Fix deprecation so we ignore all CMOP & Moose packages in the stack

Fix native traits deprecation warnings to be smarter

13 years agoThis module doesn't need Moose::Deprecated
Dave Rolsky [Thu, 14 Oct 2010 19:40:55 +0000]
This module doesn't need Moose::Deprecated

13 years agoAdd explicit check for odd number of args to new and give a useful warning
Dave Rolsky [Sun, 17 Oct 2010 15:16:23 +0000]
Add explicit check for odd number of args to new and give a useful warning

13 years agoSmall typo fix
Dave Rolsky [Sun, 17 Oct 2010 02:41:40 +0000]
Small typo fix

13 years agoChanges for native delegation branch
Dave Rolsky [Sat, 16 Oct 2010 13:17:00 +0000]
Changes for native delegation branch

13 years agoSmall wording tweak
Dave Rolsky [Sat, 16 Oct 2010 13:14:52 +0000]
Small wording tweak

13 years agothis is just what the default implementation does
Jesse Luehrs [Sat, 16 Oct 2010 05:51:24 +0000]
this is just what the default implementation does

13 years agomore typos
Karen Etheridge [Sat, 16 Oct 2010 03:52:09 +0000]
more typos

13 years agofix typo
Karen Etheridge [Sat, 16 Oct 2010 03:27:34 +0000]
fix typo

13 years agoNo need to load MetaRole here
Dave Rolsky [Thu, 14 Oct 2010 18:49:41 +0000]
No need to load MetaRole here

13 years agoMention default is as well
Dave Rolsky [Thu, 14 Oct 2010 18:46:23 +0000]
Mention default is as well

13 years agoMention default default in docs
Dave Rolsky [Thu, 14 Oct 2010 18:45:00 +0000]
Mention default default in docs

13 years agosome more small doc improvements for native traits
Dave Rolsky [Thu, 14 Oct 2010 18:43:35 +0000]
some more small doc improvements for native traits

13 years agoLots of doc improvements for native delegations.
Dave Rolsky [Thu, 14 Oct 2010 17:12:29 +0000]
Lots of doc improvements for native delegations.

1. Start calling them native delegations consistently.

2. Doc accepted arguments and return values for all provided methods.

13 years agoAdd explicit return values for (almost) all native delegation mutating methods
Dave Rolsky [Wed, 13 Oct 2010 20:17:13 +0000]
Add explicit return values for (almost) all native delegation mutating methods

13 years agorequire CMOP 1.10
Dave Rolsky [Sat, 16 Oct 2010 01:41:56 +0000]
require CMOP 1.10

13 years agochangelog and conflict
Jesse Luehrs [Fri, 15 Oct 2010 23:02:50 +0000]
changelog and conflict

13 years agotest for non-lvalue instances
Jesse Luehrs [Mon, 11 Oct 2010 18:05:40 +0000]
test for non-lvalue instances

13 years agodon't use optimized path for non-lvalues
Jesse Luehrs [Fri, 15 Oct 2010 22:29:47 +0000]
don't use optimized path for non-lvalues

13 years agoremove some unused variables
Jesse Luehrs [Fri, 15 Oct 2010 22:29:30 +0000]
remove some unused variables

13 years agostandard on underscore in test names (bleah)
Dave Rolsky [Thu, 14 Oct 2010 18:48:11 +0000]
standard on underscore in test names (bleah)

13 years agoAdd version to Delta for 1.15, and s/native traits/native delegations/
Dave Rolsky [Thu, 14 Oct 2010 16:13:32 +0000]
Add version to Delta for 1.15, and s/native traits/native delegations/

13 years agoFix release date for 0.65
Dave Rolsky [Wed, 13 Oct 2010 21:58:26 +0000]
Fix release date for 0.65

13 years agotypo fix
Hans Dieter Pearcey [Wed, 13 Oct 2010 16:42:47 +0000]
typo fix

13 years agoRequire a recent version of Params::Util
Dave Rolsky [Tue, 12 Oct 2010 17:29:17 +0000]
Require a recent version of Params::Util

I'm not sure exactly what we require, but 0.22 causes test failures. 1.00 is
>1 year old.

13 years agochangelog
Jesse Luehrs [Mon, 11 Oct 2010 04:56:00 +0000]
changelog

13 years agosupport array references in role method modifiers
Jesse Luehrs [Mon, 11 Oct 2010 04:46:00 +0000]
support array references in role method modifiers

13 years agoChangelog RT#60013 fix
Florian Ragwitz [Sun, 10 Oct 2010 02:35:11 +0000]
Changelog RT#60013 fix

13 years agoAvoid removing previously imported symbols
Florian Ragwitz [Tue, 5 Oct 2010 23:15:58 +0000]
Avoid removing previously imported symbols

13 years agotodo test for metarole compat when metaroles have application metaroles
Jesse Luehrs [Fri, 8 Oct 2010 01:54:57 +0000]
todo test for metarole compat when metaroles have application metaroles

13 years agoalso handle weakening in anon roles
Jesse Luehrs [Fri, 1 Oct 2010 05:31:01 +0000]
also handle weakening in anon roles

13 years agofix test warning
Jesse Luehrs [Fri, 1 Oct 2010 05:04:56 +0000]
fix test warning

13 years agohandle weakening of anon classes here too
Jesse Luehrs [Fri, 1 Oct 2010 04:47:06 +0000]
handle weakening of anon classes here too

13 years agoignore composite roles during role reconciliation
Jesse Luehrs [Thu, 7 Oct 2010 23:11:22 +0000]
ignore composite roles during role reconciliation

13 years agoOops, wrong ticket #
Dave Rolsky [Thu, 7 Oct 2010 14:20:15 +0000]
Oops, wrong ticket #

13 years agoFix native methods which accept string to accept the empty string
Dave Rolsky [Thu, 7 Oct 2010 14:19:25 +0000]
Fix native methods which accept string to accept the empty string

13 years ago# and date for next release
Dave Rolsky [Tue, 5 Oct 2010 19:08:18 +0000]
# and date for next release

13 years agoMake the spelling tests pass again
Florian Ragwitz [Wed, 6 Oct 2010 00:39:44 +0000]
Make the spelling tests pass again

13 years agoFix Pod error
Florian Ragwitz [Wed, 6 Oct 2010 00:37:21 +0000]
Fix Pod error

13 years agoDoh, wrong MX::CA conflict
Dave Rolsky [Tue, 5 Oct 2010 19:12:53 +0000]
Doh, wrong MX::CA conflict

13 years agoprint timestamp and CMOP, Moose versions for author tests
Karen Etheridge [Mon, 4 Oct 2010 22:59:55 +0000]
print timestamp and CMOP, Moose versions for author tests

13 years agofix small typos in changelogs.
Karen Etheridge [Mon, 4 Oct 2010 18:20:04 +0000]
fix small typos in changelogs.

13 years agoUpdate conflict for catalyst
Dave Rolsky [Sun, 3 Oct 2010 21:24:55 +0000]
Update conflict for catalyst

13 years agoMention warning about existing meta in Changes
Dave Rolsky [Sat, 2 Oct 2010 19:56:39 +0000]
Mention warning about existing meta in Changes

13 years agoMention manual revision
Dave Rolsky [Thu, 30 Sep 2010 15:41:09 +0000]
Mention manual revision

13 years agoSmall tweaks to Contributing
Dave Rolsky [Thu, 30 Sep 2010 15:40:55 +0000]
Small tweaks to Contributing

13 years agoRevised BestPractices
Dave Rolsky [Thu, 30 Sep 2010 15:33:30 +0000]
Revised BestPractices

13 years agoRevise Unsweetened
Dave Rolsky [Thu, 30 Sep 2010 15:28:17 +0000]
Revise Unsweetened

13 years agoMore manual revisions
Dave Rolsky [Thu, 30 Sep 2010 15:24:27 +0000]
More manual revisions

13 years agoMore manual revision
Dave Rolsky [Thu, 30 Sep 2010 14:18:46 +0000]
More manual revision

13 years agoSome tweaks to documentation for Native.pm
Dave Rolsky [Thu, 30 Sep 2010 14:14:47 +0000]
Some tweaks to documentation for Native.pm

13 years agoStarting work on revising the manual
Dave Rolsky [Thu, 30 Sep 2010 04:06:16 +0000]
Starting work on revising the manual

13 years agoAdd =pod at top of .pod file
Dave Rolsky [Thu, 30 Sep 2010 03:22:29 +0000]
Add =pod at top of .pod file

13 years agoChanges for NEXT
Dave Rolsky [Tue, 28 Sep 2010 19:57:02 +0000]
Changes for NEXT

13 years agoFix test to work with 5.13.5
Dave Rolsky [Tue, 28 Sep 2010 19:56:30 +0000]
Fix test to work with 5.13.5

13 years agohacks for ::Role::Method too
Jesse Luehrs [Mon, 27 Sep 2010 23:37:53 +0000]
hacks for ::Role::Method too

13 years agoWe don't care about NetHack::Item
Dave Rolsky [Mon, 27 Sep 2010 22:39:12 +0000]
We don't care about NetHack::Item

13 years agoconflict with markdent
Dave Rolsky [Mon, 27 Sep 2010 22:34:33 +0000]
conflict with markdent

13 years agoAdd default is & default deprecation to Changes and Delta
Dave Rolsky [Mon, 27 Sep 2010 22:05:41 +0000]
Add default is & default deprecation to Changes and Delta

13 years agoDeprecate _default_is and _default_default for native traits.
Dave Rolsky [Mon, 27 Sep 2010 22:03:35 +0000]
Deprecate _default_is and _default_default for native traits.

Add some tests for these and other deprecations

13 years agoRenamed file so we don't have two files with the same number
Dave Rolsky [Mon, 27 Sep 2010 21:54:15 +0000]
Renamed file so we don't have two files with the same number

13 years agoSkip in BEGIN block to avoid loading modules if we're not going to run the tests
Dave Rolsky [Mon, 27 Sep 2010 21:49:23 +0000]
Skip in BEGIN block to avoid loading modules if we're not going to run the tests

13 years agobump version to 1.15
Dave Rolsky [Mon, 27 Sep 2010 21:41:47 +0000]
bump version to 1.15

13 years agoadd some more tests (including some TODOs)
Jesse Luehrs [Mon, 27 Sep 2010 21:32:46 +0000]
add some more tests (including some TODOs)