oops, forgot to conflict on mxms
[gitmo/Package-Stash.git] / t /
2011-09-06 Jesse Luehrs one more test
2011-09-06 Jesse Luehrs tests, and make this actually work
2011-09-06 Jesse Luehrs don't allow invalid stash entry names
2011-08-30 Jesse Luehrs better test for scalar existence
2011-08-08 Jesse Luehrs sync test suite
2011-08-05 Jesse Luehrs refactor tests a bit
2011-08-05 Jesse Luehrs remove test numbers
2011-08-05 Jesse Luehrs test updates
2011-03-04 Jesse Luehrs disable caching of the namespace on 5.8
2011-03-04 Jesse Luehrs make the namespace cache lazy and weak, in case the...
2011-01-11 Jesse Luehrs make the leak tests release-only
2011-01-06 Jesse Luehrs update test suite
2010-11-16 Jesse Luehrs todo-ify some leak tests on pp
2010-11-16 Jesse Luehrs fix another edge case
2010-11-16 Jesse Luehrs okay, working implementation selection
2010-11-16 Jesse Luehrs initial quite broken implementation of backend switching
2010-11-15 Jesse Luehrs almost complete pure perl implementation
2010-11-12 Jesse Luehrs fix list_all_package_symbols
2010-11-12 Jesse Luehrs preserve existing behavior here i guess
2010-11-12 Jesse Luehrs fix some edge cases
2010-10-31 Jesse Luehrs Revert "revert vivication changes for now again"
2010-10-31 Jesse Luehrs revert vivication changes for now again 0.13
2010-10-27 Justin Hunter move from Test::Exception to Test::Fatal
2010-09-22 Jesse Luehrs fix code vivify tests
2010-09-22 Jesse Luehrs remove bad coderef tests (not how we want to handle...
2010-09-19 Jesse Luehrs Revert "revert the vivication changes for now, i didn...
2010-09-19 Jesse Luehrs revert the vivication changes for now, i didn't mean...
2010-08-27 Jesse Luehrs another test
2010-08-27 Jesse Luehrs more complete handling of vivication
2010-08-27 Jesse Luehrs make the ISA special-casing more sane
2010-08-27 Dave Rolsky Add tests to make sure that changing the stash is refle...
2010-08-27 Jesse Luehrs cache the ref to the stash
2010-06-16 Jesse Luehrs updated dzil stuff
2010-06-13 Jesse Luehrs add get_or_add_package_symbol, for the vivify behavior
2010-06-13 Jesse Luehrs stop autovivifying on get
2010-05-31 Jesse Luehrs named args for add_package_symbol
2010-05-30 Tim Bunce Extend add_package_symbol to set %DB::sub if appropriate.
2010-05-14 Jesse Luehrs rename Stash::Manip -> Package::Stash
2010-05-12 Jesse Luehrs what is this i don't even
2010-05-12 Jesse Luehrs un-TODO
2010-05-12 Jesse Luehrs add TODO test
2010-05-12 Jesse Luehrs tests for nonexistent hash/array entries
2010-05-12 Jesse Luehrs error when trying to init a stash slot with a value...
2010-05-12 Jesse Luehrs more support for IO slots
2010-05-11 Jesse Luehrs synopsis test
2010-05-11 Jesse Luehrs initial import of code from Class::MOP::Package
2010-05-11 Jesse Luehrs initial commit