projects
/
gitmo/Moose.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add version and release date
[gitmo/Moose.git]
/
t
/
030_roles
/
2010-10-28
Dave Rolsky
Redid conversion to Test::Fatal
tree
|
commitdiff
2010-10-28
Dave Rolsky
Don't use explicit sub token with lives_ok
tree
|
commitdiff
2010-10-28
Dave Rolsky
Don't import Test::Exception into classes we are testing
tree
|
commitdiff
2010-10-28
Dave Rolsky
Remove spurious comma which broke test
tree
|
commitdiff
2010-10-28
Dave Rolsky
Replace comma with semi
tree
|
commitdiff
2010-10-28
Dave Rolsky
Revert most of the conversion to Test::Fatal so we...
tree
|
commitdiff
2010-10-26
Dave Rolsky
Make sure attr conflict error includes attr name
tree
|
commitdiff
2010-10-25
Ricardo Signes
remove unneeded use of Test::Fatal
tree
|
commitdiff
2010-10-24
Karen Etheridge
convert all uses of Test::Exception to Test::Fatal.
tree
|
commitdiff
2010-10-11
Jesse Luehrs
support array references in role method modifiers
tree
|
commitdiff
2010-10-08
Jesse Luehrs
also handle weakening in anon roles
tree
|
commitdiff
2010-09-08
Dave Rolsky
Add a test for attribute conflict when composing one...
tree
|
commitdiff
2010-09-08
Dave Rolsky
Tests should "use warnings"
tree
|
commitdiff
2010-09-08
Dave Rolsky
Renamed so we don't have two 044_* tests
tree
|
commitdiff
2010-08-24
Karen Etheridge
use Test::Requires in tests
tree
|
commitdiff
2010-08-21
Dave Rolsky
Issue a deprecation warning for alias or excludes ...
tree
|
commitdiff
2010-08-19
Dave Rolsky
test files should not be executable
tree
|
commitdiff
2010-08-19
Dave Rolsky
Use done_testing
tree
|
commitdiff
2010-08-19
Dave Rolsky
Cleanup syntax and use done_testing
tree
|
commitdiff
2010-05-16
Jesse Luehrs
add ->consumers method to role metaclass
tree
|
commitdiff
2010-05-12
Jesse Luehrs
fix failing tests
tree
|
commitdiff
2010-05-11
Tomas Doran
'Fix' has '+attr' in roles by exploding earlier.
tree
|
commitdiff
2010-05-05
Florian Ragwitz
Allow required versions to be specified when setting...
tree
|
commitdiff
2010-02-11
Rafael Kitover
test that anon classes are the same for instances havin...
tree
|
commitdiff
2010-02-10
Rafael Kitover
update t/030_roles/010_run_time_role_composition.t...
tree
|
commitdiff
2010-02-06
Florian Ragwitz
We stopped subnaming role methods when being composed...
tree
|
commitdiff
2010-02-05
Hans Dieter Pearcey
add (TODO) tests for RT#46347 from Vince Veselosky
tree
|
commitdiff
2010-02-04
Florian Ragwitz
Revert "add stubs for BUILD and DEMOLISH to Moose:...
tree
|
commitdiff
2010-01-21
Jesse Luehrs
add stubs for BUILD and DEMOLISH to Moose::Object
tree
|
commitdiff
2010-01-04
Dave Rolsky
Merged topic/metarole-distinguishes-role-meta (which...
tree
|
commitdiff
2009-12-13
Florian Ragwitz
Convert all tests to done_testing.
tree
|
commitdiff
2009-09-14
Dave Rolsky
more work on ignoring meta in role method list
tree
|
commitdiff
2009-09-11
Dave Rolsky
Fix to-role role application with aliases.
tree
|
commitdiff
2009-09-11
Dave Rolsky
Fix test description
tree
|
commitdiff
2009-09-11
Dave Rolsky
Add a test for aliasing a method in a class without...
tree
|
commitdiff
2009-09-04
gfx
Fix another keys ordering bug.
tree
|
commitdiff
2009-08-16
Jesse Luehrs
rename alias and excludes to -alias and -excludes
tree
|
commitdiff
2009-07-25
Shawn M Moore
Report all method conflicts, not just the first
tree
|
commitdiff
2009-07-08
Florian Ragwitz
Add todo test for composing overloading from roles.
tree
|
commitdiff
2009-06-26
Jesse Luehrs
fix tests for definition_context stuff
tree
|
commitdiff
2009-06-25
Shawn M Moore
We don't use English in Moose, or in these test files
tree
|
commitdiff
2009-06-25
Shawn M Moore
Merge commit 'origin/meta_role_modifiers_bug'
tree
|
commitdiff
2009-06-24
Hans Dieter Pearcey
finish the bare_attribute merge that I somehow screwed up
tree
|
commitdiff
2009-06-24
Hans Dieter Pearcey
back out 'bare' attribute changes (moving to a branch)
tree
|
commitdiff
2009-06-24
Hans Dieter Pearcey
die on attributes with no methods and no is => 'bare'
tree
|
commitdiff
2009-06-22
Robert Buels
added failing test for Moose::Meta::Role::get_...
tree
|
commitdiff
2009-06-02
Shawn M Moore
Excluding a conflicting method is a certainly valid...
tree
|
commitdiff
2009-05-31
Shawn M Moore
Add Ovid's test case
tree
|
commitdiff
2009-05-31
Shawn M Moore
Begin s/conflicted/conflicting/
tree
|
commitdiff
2009-05-31
Shawn M Moore
Much better error message for role conflicts
tree
|
commitdiff
2009-05-23
Yuval Kogman
Update test suite for subname changes in Class::MOP
tree
|
commitdiff
2009-05-10
Shawn M Moore
Make role_for_combination private
tree
|
commitdiff
2009-05-10
Shawn M Moore
Add role_for_combination for MXRP
tree
|
commitdiff
2009-05-08
Hans Dieter Pearcey
remove all uses of load_class's return value; use class...
tree
|
commitdiff
2009-05-03
Shawn M Moore
Make role_applications return a list not an arrayref
tree
|
commitdiff
2009-05-03
Shawn M Moore
Tests for Application::ToClass
tree
|
commitdiff
2009-04-29
Shawn M Moore
Make Test::Output optional again
tree
|
commitdiff
2009-04-25
Hans Dieter Pearcey
remove trailing whitespace
tree
|
commitdiff
2009-04-25
Shawn M Moore
Revert "Moose now warns about class implicitly overridi...
tree
|
commitdiff
2009-04-21
Shawn M Moore
More composition warning tests, oops
tree
|
commitdiff
2009-04-21
Shawn M Moore
Moose now warns about class implicitly overriding metho...
tree
|
commitdiff
2009-04-21
Shawn M Moore
Avoid duplication in running the same tests with and...
tree
|
commitdiff
2009-04-15
Shawn M Moore
Test to make sure -metaclass works
tree
|
commitdiff
2009-04-05
Dave Rolsky
use new_object instead of construct_instance in a few...
tree
|
commitdiff
2009-04-02
Hans Dieter Pearcey
add TODO test for caller() in role methods
tree
|
commitdiff
2009-03-14
Dave Rolsky
Revert "make re-applying a role to an object instance...
tree
|
commitdiff
2009-03-14
Dave Rolsky
make re-applying a role to an object instance a no...
tree
|
commitdiff
2009-02-04
Dave Rolsky
rename Overriden to Overridden
tree
|
commitdiff
2009-02-04
Lars Dieckow
more typo fixes
tree
|
commitdiff
2009-01-22
Dave Rolsky
fix this test so it actually tests the right thing...
tree
|
commitdiff
2009-01-22
Dave Rolsky
perltidy this code
tree
|
commitdiff
2009-01-19
Yuval Kogman
accessors can fulfill required role methods
tree
|
commitdiff
2008-12-08
Dave Rolsky
No point in keeping this todo test for parameterized...
tree
|
commitdiff
2008-12-07
Shawn M Moore
Failing test for passing parameters to role->create...
tree
|
commitdiff
2008-12-04
Dave Rolsky
When applying a role to a class and some methods are...
tree
|
commitdiff
2008-12-04
Dave Rolsky
Put some space between ok and {
tree
|
commitdiff
2008-12-04
Dave Rolsky
Got rid of a bunch of random whitespace and tidied...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Use single quotes for consistency
tree
|
commitdiff
2008-11-26
Shawn M Moore
Fix the error message when we're composing role A with...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Make sure we properly blow away the anon role's symbol...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Weaken anonymous roles in the metaclass lookup table...
tree
|
commitdiff
2008-11-26
Shawn M Moore
Test that we free anonymous roles automatically (we...
tree
|
commitdiff
2008-11-25
Shawn M Moore
ditto load_class
tree
|
commitdiff
2008-11-25
Shawn M Moore
Make sure that creating an anonymous role satisfies...
tree
|
commitdiff
2008-11-25
Shawn M Moore
Be more consistent with the Moose::Meta::Class->create...
tree
|
commitdiff
2008-11-25
Shawn M Moore
More tests
tree
|
commitdiff
2008-11-25
Shawn M Moore
First cut of anonymous roles!
tree
|
commitdiff
2008-11-25
Shawn M Moore
Moose::Meta::Role->create for dynamic role construction
tree
|
commitdiff
2008-11-09
Stevan Little
fixed a method exclusion/aliasing bug
tree
|
commitdiff
2008-09-15
Dave Rolsky
merge trunk to method-changes branch
tree
|
commitdiff
2008-09-12
John Napiorkowski
added a method to normalize incoming type constraint...
tree
|
commitdiff
2008-09-12
John Napiorkowski
- moved the ->parameterize tests to own test suite
tree
|
commitdiff
2008-09-11
Dave Rolsky
No more alias_method for roles either. This meant more...
tree
|
commitdiff
2008-09-04
Yuval Kogman
merge trunk to pluggable errors
tree
|
commitdiff
2008-08-29
Dave Rolsky
Update comment for this test, so it is more accurate.
tree
|
commitdiff
2008-08-29
Dave Rolsky
This test had a bug, and what it's testing is already...
tree
|
commitdiff
2008-08-29
Dave Rolsky
redo these tests using is_deeply
tree
|
commitdiff
2008-08-29
Tokuhiro Matsuno
added new test: t/030_roles/032_roles_alias_methods.t
tree
|
commitdiff
2008-08-28
Dave Rolsky
Expand the comment for this test
tree
|
commitdiff
2008-08-28
Dave Rolsky
Clean the test up a little to use Test::Exception
tree
|
commitdiff
next