projects
/
gitmo/Moose.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
gitmo/Moose.git
2010-10-31
Dave Rolsky
Update release date
commit
|
commitdiff
|
tree
|
snapshot
2010-10-31
Dave Rolsky
Test that a lazy attr without a default or builder...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Dave Rolsky
Revert "Hash accessor should accept more than 2 arguments"
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Dave Rolsky
Hash accessor should accept more than 2 arguments
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Fix error when array accessor delegation method is...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Fix test description
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Fix error when no arguments are passed to Hash's access...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Spelling fix in Changes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Add changes entry for native delegation lazy default...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Add tests for lazy default type checking and coercion
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Tidy code
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Add whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Test coercion of lazy defaults
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Make sure that lazy defaults are coerced and type checked
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Remove unneeded around modifier - we're already overrid...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Test accessor read & write
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Add tests for keys & values delegations
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Test that accessor works with lazy generation
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Bump CMOP dep to get rid of Test::Exception in prereq...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Don't index the native accessor method modules, which...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
bump version to 1.18
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Add version and release date
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Remove a spurious comma
commit
|
commitdiff
|
tree
|
snapshot
2010-10-29
Dave Rolsky
Clarify a change
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Changes for accessor overwrite warning
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Warn when an accessor for one attr overwrites another...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
script to find tests with the same leading number
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
rename test to avoid dupe number
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Redid conversion to Test::Fatal
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Standardize use of Test::Exception before converting...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Load Test::Fatal
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Don't use explicit sub token with lives_ok
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Don't import Test::Exception into classes we are testing
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Remove spurious comma which broke test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Replace comma with semi
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Revert most of the conversion to Test::Fatal so we...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Tidy whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Dave Rolsky
Bump Package::DeprecationManager dep to avoid Test...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dave Rolsky
Remove doubled semi-colon
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dave Rolsky
Refactor _process_options into a set of much smaller...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dave Rolsky
Make sure to handle the case where a CMOP::Attribute...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dave Rolsky
Fix expected error message
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Dave Rolsky
Fix grammar in warning
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Tidy code and add whitespace in _process_accessors
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Make sure attr conflict error includes attr name
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Changes for delegation to class/role fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
When we need a metaclass for delegation, die when the...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Add tests for trying to delegate to a class or role...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Fix sub order so caller comes before callee
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Changes for inherited lazy_build fix
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
move inherited lazy build test to 020_attributes dir
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Move lazy_build processing to its own sub and make...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Can't add lazy_build to an attr that has a default...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Tidy code and remove unneeded module loads
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Chris Prather
add tests for inheriting an attribute and adding lazy_b...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Mention refs/abandoned in contributing
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Ricardo Signes
fix typo: assignment was written as fat comma
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Changes for member coercion fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Make the Hash->set delegation coerce new member values
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Test member coercion for all array delegations that...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Test coercion on new hash members
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Dave Rolsky
Make coercion on member types DWIMmy with native delega...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Dave Rolsky
give credit in Changes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Ricardo Signes
avoid warning in TC-with-dash test
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Ricardo Signes
remove unneeded use of Test::Fatal
commit
|
commitdiff
|
tree
|
snapshot
2010-10-25
Ricardo Signes
document the changes in Changes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Karen Etheridge
convert all uses of Test::Exception to Test::Fatal.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-24
Dave Rolsky
Use q{} instead of ''
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Ricardo Signes
changelog for assert_coerce
commit
|
commitdiff
|
tree
|
snapshot
2010-10-23
Karen Etheridge
pod typo
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Ricardo Signes
docs for assert_coerce
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Ricardo Signes
provide an assert_coerce to "coerce or throw"
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Karen Etheridge
add another test to confirm that the coercion is run...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Dave Rolsky
Small formatting tweaks and remove unused code
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Dave Rolsky
Add some whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Dave Rolsky
Tidy code a bit
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Dave Rolsky
Remove cruft
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Karen Etheridge
fix test so it will actually pass, when the coercion...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Karen Etheridge
TODO test for RT#62351: native attribute coercion issues
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Dave Rolsky
bump version to 1.17
1.17
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Dave Rolsky
Changes for 1.17
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Jesse Luehrs
changelog
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Jesse Luehrs
expand this test a bit
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Jesse Luehrs
complicated expressions can't be dereferenced directly
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
s/simply/simple/
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Remove MooseX::App::Cmd::Command::BashComplete - it...
1.16
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Add more words to the whitelist
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Skip Moose::Error::Confess->new
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Make API docs look like other modules
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Changes for alias/excludes warning
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Fix syntax error
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Remove some whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
nperez
Move logic into Moose::Meta::Role for deprecation check...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Matt S Trout
improve alias/excludes warning
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Note that MOOSE_ERROR_STYLE is experimental
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Add version and release date to Changes
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Bump version to 1.16
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Remove debugging cruft
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Use diag() for all test output
commit
|
commitdiff
|
tree
|
snapshot
2010-10-18
Dave Rolsky
Clarify stack trace env var change
commit
|
commitdiff
|
tree
|
snapshot
next