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
/
100_bugs
/
2010-10-28
Dave Rolsky
Redid conversion to Test::Fatal
tree
|
commitdiff
2010-10-28
Dave Rolsky
Revert most of the conversion to Test::Fatal so we...
tree
|
commitdiff
2010-10-26
Dave Rolsky
move inherited lazy build test to 020_attributes dir
tree
|
commitdiff
2010-10-26
Dave Rolsky
Tidy code and remove unneeded module loads
tree
|
commitdiff
2010-10-26
Chris Prather
add tests for inheriting an attribute and adding lazy_b...
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-09-10
Dave Rolsky
Fix some test descriptions
tree
|
commitdiff
2010-08-27
Dave Rolsky
Cannot coerce when the type does not define a coercion
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-07-24
Dave Rolsky
Turn off deprecation warnings.
tree
|
commitdiff
2010-07-24
Dave Rolsky
Revert an earlier change (from master) so that we never...
tree
|
commitdiff
2010-05-20
Florian Ragwitz
Stop testing for clobbering of $@
tree
|
commitdiff
2010-04-08
Jesse Luehrs
fix instance application not passing along role args...
tree
|
commitdiff
2010-02-10
Rafael Kitover
update t/030_roles/010_run_time_role_composition.t...
tree
|
commitdiff
2010-02-10
Rafael Kitover
use "roles" when creating anon class for applying a...
tree
|
commitdiff
2009-12-13
Florian Ragwitz
Convert all tests to done_testing.
tree
|
commitdiff
2009-09-11
Dave Rolsky
Lots of fixes to object destruction.
tree
|
commitdiff
2009-09-11
Dave Rolsky
make sure status variable localization happens for...
tree
|
commitdiff
2009-09-11
Dave Rolsky
Localize all status vars in DEMOLISH
tree
|
commitdiff
2009-09-11
Dave Rolsky
Some test style cleanup
tree
|
commitdiff
2009-08-12
Shawn M Moore
Fix bug with $obj->new when $obj has stringify overloading
tree
|
commitdiff
2009-06-22
Jesse Luehrs
readding the __MOP__ key fixes this TODO test
tree
|
commitdiff
2009-06-09
Rafael Kitover
removing last added test as it should not work by design
tree
|
commitdiff
2009-06-09
Rafael Kitover
added TODO test for +attribute in a role that composes...
tree
|
commitdiff
2009-06-06
Dave Rolsky
Fix tests that I broke with my reformatting
0.80
tree
|
commitdiff
2009-06-06
Dave Rolsky
Make this a TODO test since it's easily worked around...
tree
|
commitdiff
2009-06-06
Dave Rolsky
Formatting
tree
|
commitdiff
2009-06-06
Dave Rolsky
Formatting
tree
|
commitdiff
2009-06-06
Dave Rolsky
rename this test
tree
|
commitdiff
2009-06-01
Guillermo Roditi
Add test for infinite recursion when creating an anon...
tree
|
commitdiff
2009-05-26
Marc Mims
Moved to t/100_bugs per stevan
tree
|
commitdiff
2009-05-23
Yuval Kogman
Update test suite for subname changes in Class::MOP
tree
|
commitdiff
2009-05-22
Dave Rolsky
Clarify why tests are not passing
tree
|
commitdiff
2009-05-22
Dave Rolsky
Fix test count
tree
|
commitdiff
2009-05-22
Dave Rolsky
Add an additional test to make sure that the original...
tree
|
commitdiff
2009-05-22
Dave Rolsky
More tidying of the test file
tree
|
commitdiff
2009-05-22
Dave Rolsky
Tidy tests
tree
|
commitdiff
2009-05-22
Dave Rolsky
Separate packages and remove useless do
tree
|
commitdiff
2009-05-20
Shawn M Moore
TODOify the failing test I added
tree
|
commitdiff
2009-05-16
Shawn M Moore
Add failing test for anonymous method metaclass persistency
tree
|
commitdiff
2009-04-25
Hans Dieter Pearcey
remove trailing whitespace
tree
|
commitdiff
2009-04-21
Shawn M Moore
Do not use no_plan!
tree
|
commitdiff
2009-04-06
Dave Rolsky
Add a test for t0m's DEMOLISH bug
tree
|
commitdiff
2009-02-28
Hans Dieter Pearcey
as requested by rafl
tree
|
commitdiff
2009-02-23
Dave Rolsky
Handle Foo->new(undef) consistently, with an error...
tree
|
commitdiff
2009-02-13
Evan Carroll
This test does some really wiked cool testing stuff...
tree
|
commitdiff
2009-02-04
Lars Dieckow
more typo fixes
tree
|
commitdiff
2009-01-19
Dave Rolsky
Make the constraint for this subtype much dumber, to...
tree
|
commitdiff
2009-01-17
Yuval Kogman
Merge branch 'master' into method_generation_cleanup
tree
|
commitdiff
2009-01-12
Dave Rolsky
Silence another warning
tree
|
commitdiff
2009-01-12
Dave Rolsky
Kill some whitespace
tree
|
commitdiff
2009-01-12
Dave Rolsky
Turn on strict & warnings. Tidy code. Shut up a warning.
tree
|
commitdiff
2009-01-11
Chris Prather
add tests for recursion in super()
tree
|
commitdiff
2008-12-15
Jonathan Rockway
don't reject win32 filenames (Yappo)
tree
|
commitdiff
2008-11-21
Chris Prather
add '0 but true'
tree
|
commitdiff
2008-11-21
Chris Prather
add more use cases
tree
|
commitdiff
2008-11-21
Chris Prather
move to teh right name
tree
|
commitdiff
2008-11-21
Chris Prather
add failing test for octal problem
tree
|
commitdiff
2008-09-08
Dave Rolsky
Add a plan and tidied the code a little
tree
|
commitdiff
2008-09-07
Yuval Kogman
fix errorneous planning (no_plan doesn't take args)
tree
|
commitdiff
2008-09-04
Yuval Kogman
merge trunk to pluggable errors
tree
|
commitdiff
2008-08-05
Dave Rolsky
Moose now warns when you try to load it from the main...
tree
|
commitdiff
2008-07-28
Dave Rolsky
Add some tests to ensure that the ->foo() method is...
tree
|
commitdiff
2008-07-28
Dave Rolsky
Fix test description so it matches code.
tree
|
commitdiff
2008-07-22
Stevan Little
fixing theplers tests
tree
|
commitdiff
2008-07-22
Stevan Little
rolling back
tree
|
commitdiff
2008-07-22
Todd Hepler
bug for immutable class that does a role
tree
|
commitdiff
2008-07-18
Guillermo Roditi
stevan says "wont fix"
tree
|
commitdiff
2008-07-18
Guillermo Roditi
new fialing test. yayy
tree
|
commitdiff
2008-07-09
Stevan Little
fixing bug
tree
|
commitdiff
2008-07-03
Stevan Little
0.52
tree
|
commitdiff
2008-07-02
Stevan Little
some changes, seee changes for details
tree
|
commitdiff
2008-06-27
Yuval Kogman
do while sucks
tree
|
commitdiff
2008-06-27
Yuval Kogman
test under various mutablation scenarios
tree
|
commitdiff
2008-06-27
Yuval Kogman
comment for new test
tree
|
commitdiff
2008-06-27
Yuval Kogman
t0m's around vs. immutable bug
tree
|
commitdiff
2008-06-11
Shawn M Moore
Improve the DEMOLISHALL tests to check ordering, in...
tree
|
commitdiff
2008-06-10
Stevan Little
fixing bug, thanks to Sartak
tree
|
commitdiff
2008-06-03
Evan Carroll
added a test for required=>1,undef with type that permi...
tree
|
commitdiff
2008-05-11
Stevan Little
0.44 release
tree
|
commitdiff
2008-05-10
Stevan Little
0.44 releaase soon
tree
|
commitdiff
2008-05-10
Brian Manning
- added a regex for Win32 for the FilePath subtype...
tree
|
commitdiff
2008-04-29
Stevan Little
0.42
tree
|
commitdiff
2008-04-05
Stevan Little
fixing bug;
tree
|
commitdiff
2008-03-22
Stevan Little
moving stuff around a bit
tree
|
commitdiff
2008-01-07
Yuval Kogman
be a little more anal about when we skip certain method...
tree
|
commitdiff
2007-09-14
Stevan Little
eilaras bug fixed and tested
tree
|
commitdiff
2007-09-14
Stevan Little
complete re-organization of the test suite
tree
|
commitdiff