projects
/
gitmo/Class-MOP.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
add a notabs test
[gitmo/Class-MOP.git]
/
t
/
2009-07-03
Dave Rolsky
please do not use Moose in CMOP tests!
tree
|
commitdiff
2009-07-01
Dave Rolsky
next person who uses Moose in the CMOP tests gets a...
tree
|
commitdiff
2009-07-01
Dave Rolsky
Merge branch 'master' into immutable_as_real_trait
tree
|
commitdiff
2009-07-01
Dave Rolsky
This test does pass (but we'll keep it since apparently...
tree
|
commitdiff
2009-07-01
Dave Rolsky
Reverse sense of test to check for success, not failure
tree
|
commitdiff
2009-07-01
Dave Rolsky
Add some parens to is()
tree
|
commitdiff
2009-07-01
Dave Rolsky
perltidy this test a bit
tree
|
commitdiff
2009-07-01
Dave Rolsky
Merge branch 'master' into immutable_as_real_trait
tree
|
commitdiff
2009-07-01
Dave Rolsky
renumber test
tree
|
commitdiff
2009-07-01
Tomas Doran (t0m
Test as requested by autarch
tree
|
commitdiff
2009-07-01
Chris Prather
apply patch from ash on #moose
tree
|
commitdiff
2009-06-30
Dave Rolsky
almost all tests passing!
tree
|
commitdiff
2009-06-30
Dave Rolsky
Hacking on making immutable a real(ish) trait so it...
tree
|
commitdiff
2009-06-30
Dave Rolsky
Attempting to call ->make_immutable on a class instead...
tree
|
commitdiff
2009-06-25
Cory Watson
Make inline_slot_access use double quotes to be consist...
tree
|
commitdiff
2009-06-25
Jesse Luehrs
add a few more tests for inline instance methods
tree
|
commitdiff
2009-06-23
Jesse Luehrs
fix up the 000_load test to handle the immutable trait...
tree
|
commitdiff
2009-06-21
Dave Rolsky
Make sure we always local-ize $@ and $SIG{__DIE__}...
tree
|
commitdiff
2009-06-21
Dave Rolsky
The immutable_transformer method is gone
tree
|
commitdiff
2009-06-21
Dave Rolsky
Add tests for inline {con,de}structor warnings and...
tree
|
commitdiff
2009-06-18
Andrew Moore
fixing test suite to address RT ticket 47119
tree
|
commitdiff
2009-06-15
Dave Rolsky
Shut up a warning from this test
tree
|
commitdiff
2009-06-15
Dave Rolsky
Fix test description
tree
|
commitdiff
2009-06-15
Dave Rolsky
Revert caching of added methods, since that caused...
tree
|
commitdiff
2009-06-15
Dave Rolsky
Add failing test for bug where a glob-assignment-create...
tree
|
commitdiff
2009-06-11
Dave Rolsky
Tweak skip message
tree
|
commitdiff
2009-06-11
Dave Rolsky
Small code style fixes
tree
|
commitdiff
2009-06-11
Dylan William Hardison
removed tabs - s/\t/ /
tree
|
commitdiff
2009-06-11
Dylan William Hardison
Test message was wrong. Fixed.
tree
|
commitdiff
2009-06-11
Dylan William Hardison
Alright, test skips in the absense of Moose now.
tree
|
commitdiff
2009-06-11
Dylan William Hardison
add test that requires Moose -- skips if moose is not...
tree
|
commitdiff
2009-06-11
Dylan William Hardison
added test case for immutable destroy overriding.
tree
|
commitdiff
2009-05-30
Shawn M Moore
Test count fix
tree
|
commitdiff
2009-05-28
Shawn M Moore
Add a hook for _superclasses_updated
tree
|
commitdiff
2009-05-26
Marc Mims
Added tests or UNIVERSAL methods
tree
|
commitdiff
2009-05-24
Yuval Kogman
Add test for new subname behavior
tree
|
commitdiff
2009-05-19
Shawn M Moore
Add direct_subclasses method, also tests for that and...
tree
|
commitdiff
2009-05-18
nperez
Add back rafl and rhesa's original changes and tweak...
tree
|
commitdiff
2009-05-11
nperez
oops. Updated the writer to the accessor to be private...
tree
|
commitdiff
2009-05-08
nperez
add test for insertion order
tree
|
commitdiff
2009-05-08
nperez
Update 014 test to include insertion_order
tree
|
commitdiff
2009-05-08
Dave Rolsky
when checking @ISA to see if a class is loaded, make...
tree
|
commitdiff
2009-04-25
Jesse Luehrs
add test for get_message_map on empty package
tree
|
commitdiff
2009-04-24
Dave Rolsky
do not try to load CMOP::Immutable anywhere
tree
|
commitdiff
2009-04-23
Dave Rolsky
a few more tweaks now that CMOP::Class->_immutable_meta...
0.82_01
tree
|
commitdiff
2009-04-21
Shawn M Moore
Don't use no_plan!
tree
|
commitdiff
2009-04-20
Yuval Kogman
allow safe overriding of immutable_trait
tree
|
commitdiff
2009-04-19
Yuval Kogman
refactor a Class::MOP::Method::Inlined base class
tree
|
commitdiff
2009-04-19
Yuval Kogman
Remove immutable transformer
tree
|
commitdiff
2009-04-05
Dave Rolsky
one more spot still referring to compute_all_applicable...
tree
|
commitdiff
2009-04-05
Dave Rolsky
Merge branch 'master' into renames-and-deprecations
tree
|
commitdiff
2009-04-05
Dave Rolsky
deprecate compute_all_applicable_attributes
tree
|
commitdiff
2009-04-05
Dave Rolsky
make CMOP::Class->construct_instance private
tree
|
commitdiff
2009-03-29
Hans Dieter Pearcey
clean up trailing whitespace
tree
|
commitdiff
2009-03-29
Hans Dieter Pearcey
fix load_first_existing_class to die on an existing...
tree
|
commitdiff
2009-03-26
Dave Rolsky
Merge branch 'master' into renames-and-deprecations
tree
|
commitdiff
2009-03-26
Dave Rolsky
Add new method
tree
|
commitdiff
2009-03-24
Shawn M Moore
Add a rebless_instance_away hook
tree
|
commitdiff
2009-03-19
Dave Rolsky
More refactoring of immutable code to make it easy...
tree
|
commitdiff
2009-03-17
Dave Rolsky
Rename CMOP::Module->create to _instantiate_module...
tree
|
commitdiff
2009-03-16
Dave Rolsky
Major refactoring of the immutabilization code. This...
tree
|
commitdiff
2009-03-16
Dave Rolsky
A little more tidying
tree
|
commitdiff
2009-03-16
Dave Rolsky
Tidy the code before messing with it
tree
|
commitdiff
2009-03-16
Dave Rolsky
Tidy this code before ripping it up
tree
|
commitdiff
2009-03-16
Dave Rolsky
Add warnings when calling CMOP::Class->{compute_all_app...
tree
|
commitdiff
2009-03-16
Dave Rolsky
make CMOP::Class->clone_instance private
tree
|
commitdiff
2009-03-16
Dave Rolsky
make create_meta_instance private
tree
|
commitdiff
2009-03-16
Dave Rolsky
make check_metaclass_compatibility private
tree
|
commitdiff
2009-03-16
Dave Rolsky
make construct_class_instance a private method
tree
|
commitdiff
2009-03-16
Dave Rolsky
Fix the mispelled method name here too
tree
|
commitdiff
2009-03-16
Dave Rolsky
Make sure method map is updated after a method is removed
tree
|
commitdiff
2009-03-14
Dave Rolsky
moved pod tests to xt dir
tree
|
commitdiff
2009-03-14
Dave Rolsky
fix test count
tree
|
commitdiff
2009-03-14
Dave Rolsky
got rid of check_metaclass_compatability method
tree
|
commitdiff
2009-03-14
Dave Rolsky
make process_accessors private
tree
|
commitdiff
2009-03-14
Dave Rolsky
Gah, kill use_ok and prototypes.
tree
|
commitdiff
2009-03-14
Dave Rolsky
Fix spelling in a comment
tree
|
commitdiff
2009-03-12
Dave Rolsky
Add a test to ensure that the get_write_method returns...
tree
|
commitdiff
2009-03-10
Florian Ragwitz
Remove another unecessarily optional test plan.
tree
|
commitdiff
2009-03-10
Florian Ragwitz
Remove optional test plan.
tree
|
commitdiff
2009-03-10
Florian Ragwitz
Testcase for get_code_info on a sub that's still being...
tree
|
commitdiff
2009-03-09
Florian Ragwitz
Add test for load_class on stashes with GVs without...
tree
|
commitdiff
2009-03-08
Shawn M Moore
Add failing test (on 5.8.8 anyway) for rebless + overload
tree
|
commitdiff
2009-02-22
Dave Rolsky
Remove all the pure Perl bits to go XS-only
tree
|
commitdiff
2009-02-20
Dave Rolsky
Tweak code to be more consistent
tree
|
commitdiff
2009-02-20
Dave Rolsky
Add a test for a problem that the Moose tests were...
tree
|
commitdiff
2009-02-20
Dave Rolsky
Add a test for adding a method modifier to a method...
tree
|
commitdiff
2009-02-20
Dave Rolsky
Spell withdrawal correctly
tree
|
commitdiff
2009-02-20
Dave Rolsky
Add a test for wrapping a method which doesn't exist.
tree
|
commitdiff
2009-02-20
Dave Rolsky
perltidy this test file
tree
|
commitdiff
2009-02-20
Dave Rolsky
Make the meta-instance class take a bare attribute...
tree
|
commitdiff
2009-02-14
Florian Ragwitz
Add a wrapped_method_metaclass attribute to CMOP::Class.
tree
|
commitdiff
2009-02-08
Dave Rolsky
add a bunch of tests for is_class_loaded
tree
|
commitdiff
2009-02-08
Dave Rolsky
move 306 test to 083 where the other class loading...
tree
|
commitdiff
2009-02-08
Dave Rolsky
this fix of just checking of GV-ness to determine if...
tree
|
commitdiff
2009-02-05
Shawn M Moore
Add get_all_method_names
tree
|
commitdiff
2009-01-22
Dave Rolsky
rephrase skip_all test
tree
|
commitdiff
2009-01-22
Dave Rolsky
try to make t/306_is_class_loaded.t skip except when...
tree
|
commitdiff
2009-01-22
Dave Rolsky
Skip all the tests unless using XS and Perl < 5.10.
tree
|
commitdiff
2009-01-14
Dave Rolsky
Oops, needed that voodoo
tree
|
commitdiff
next