projects
/
gitmo/Moo.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
gitmo/Moo.git
2013-05-04
Dagfinn Ilmari...
Fix warnings about unknown attribute parameters on...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Arthur Axel...
more tests (because I cannot believe that fixed it)
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
don't copy delegates into overridden attributes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Arthur Axel...
overriding delegate methods should work
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Dagfinn Ilmari...
Avoid braces as regex delimiters when used escaped...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Toby Inkster
die with a helpful error message if $TYPE_MAP{$isa...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
fix breakage introduced by accessor fix
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
avoid using separate variable for value in modifier...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
try to avoid localizing @_ when not needed
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Kent Fredric
lib/Moo/HandleMoose.pm: Fix for rt#84615
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Kent Fredric
add xt/ test for RT#84615 : Moo::Object->meta->can...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
add changelog entry for non-ref defaults fix, and misse...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
fix for eager false non-ref defaults
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
tests for eager false non-ref defaults
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
moosify on overridden attributes adds to list of subs
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Matt Phillips
squash, cleanup on _validate_codulatable
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Matt Phillips
Adds moosify isa spec
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Toby Inkster
add checks that refaddr of $spec->{isa} and $spec-...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
test that repeated calls to accessor doesn't re-trigger...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
fix overload-coderefs test
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Toby Inkster
inlining for overloaded object isa/coerce
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
changelog entries for accessor fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
fix accessor bugs
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
failing test for lazy builder re-calling when isa fails
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
failing test for isa being called on already built...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
make weak_ref+lazy match behavior of moose
commit
|
commitdiff
|
tree
|
snapshot
2013-05-04
Graham Knop
bump Devel::GlobalDestruction dep to fix warnings on...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Graham Knop
add missing changelog entry for FOREIGNBUILDARGS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Graham Knop
documentation for FOREIGNBUILDARGS
commit
|
commitdiff
|
tree
|
snapshot
2013-05-03
Christian Walde
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2013-04-30
Graham Knop
kill each
commit
|
commitdiff
|
tree
|
snapshot
2013-03-30
Karen Etheridge
use TEST_REQUIRES when available
commit
|
commitdiff
|
tree
|
snapshot
2013-03-27
Dagfinn Ilmari...
document Moose type constraint creation for roles and...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Karen Etheridge
document that ->make_immutable does nothing - resolves...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Graham Knop
fix asserter generator not passing $spec
commit
|
commitdiff
|
tree
|
snapshot
2013-03-17
Dagfinn Ilmari...
Fix POD markup for default predicate names
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt Phillips
refactor asserter code into _generate_asserter()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt S Trout
Release commit for 1.001000
v1.001000
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt S Trout
bump version for 1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt S Trout
make moo-accessors.t inlineable for xt/handle_moose...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt S Trout
clean up merge error in accessor generation test
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Matt S Trout
clean up docs on default and incompatibility
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
update Changes
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
test cases for +attr and overwriting methods
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
fix test case that relies on a misfeature
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
not sure why that "unless caller" was there, but prove...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
fix conflict with two lexical variables called $spec
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
improve the overwriting exception's handling of has...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
generalize this feature - FAILING TESTS - DO NOT MERGE...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Toby Inkster
fix for 81181
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
move moose method registration after attribute registration
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
test for rt#83508, inflated metaclass sometimes forgett...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Damien Krotkine
updated doc
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Damien Krotkine
added documtentation for attributes overloading
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
allow non-ref defaults
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Torsten Raudssus
Fixed link to chat from classical L<> to =for html
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Torsten Raudssus
added more meta resources and added more support releva...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
apply coercion to subtype of inflated moose type when...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
also test that name is correct for moose types with...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
test for bug with different coercions on same native...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
implementation of FOREIGNBUILDARGS
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Graham Knop
test for FOREIGNBUILDARGS
commit
|
commitdiff
|
tree
|
snapshot
2013-03-15
Matt Phillips
RT #83361, asserter now operates on definedness
commit
|
commitdiff
|
tree
|
snapshot
2013-03-15
Matt Phillips
add myself to committer list
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Graham Knop
fix minor whitespace issue in synopsis
commit
|
commitdiff
|
tree
|
snapshot
2013-02-25
Graham Knop
changelog entry for trigger docs clarification
commit
|
commitdiff
|
tree
|
snapshot
2013-02-24
Graham Knop
clarify that default and built values don't call trigger
commit
|
commitdiff
|
tree
|
snapshot
2013-02-21
Karen Etheridge
Revert "fix spelling in example"
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Karen Etheridge
fix spelling in example
commit
|
commitdiff
|
tree
|
snapshot
2013-02-12
Matt S Trout
clarify is => 'lazy' docs to explain that the rw+lazy...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Christian Walde
handles => "RoleName" should try to load the module
commit
|
commitdiff
|
tree
|
snapshot
2013-02-09
Dagfinn Ilmari...
Create class and role type constraints for Moose
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Matt S Trout
Release commit for 1.000008
v1.000008
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Matt S Trout
bump version
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Graham Knop
add myself to contributors
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Matt S Trout
fixup exporting to be sane and consistent
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Graham Knop
test for Moose consuming a role with no subs after...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Graham Knop
test for use Moo after no Moo
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Christian Walde
do not generate an accessor on an rw attr if reader...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Christian Walde
builder => sub{} now installs that as a method
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Matt S Trout
changelog unimport fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Matt S Trout
preserve global non-subs during unimport
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Christian Walde
added failing unimport test that demonstrates clobberin...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-06
Christian Walde
added tests for no Moo/::Role
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Matt S Trout
change Mouse handling to avoid dying on old versions
commit
|
commitdiff
|
tree
|
snapshot
2013-02-05
Matt S Trout
changelog _install_coderef fix
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Christian Walde
prevent call of _install_coderef in Sub::Defer from...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-10
Christian Walde
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Toby Inkster
Add MooX::late link to pod
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Matt S Trout
Release commit for 1.000007
v1.000007
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Matt S Trout
version bump for release
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Toby Inkster
restore lives_and
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Toby Inkster
get ilmari's test to pass
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Dagfinn Ilmari...
Add TODO test for RT#80492
commit
|
commitdiff
|
tree
|
snapshot
2012-12-15
Toby Inkster
die if somebody imports both Moo::Role and Moo into...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dagfinn Ilmari...
Release commit for 1.000006
v1.000006
commit
|
commitdiff
|
tree
|
snapshot
2012-11-16
Dagfinn Ilmari...
Bump version
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Dagfinn Ilmari...
Bump Role::Tiny prereq to fix method modifier breakage...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Peter Rabbitson
Bump bugfixed strictures dep
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Dagfinn Ilmari...
Don't use $_ as loop variable when calling arbitrary...
commit
|
commitdiff
|
tree
|
snapshot
next