actually, this isn't our fault, this is just generic 5.8 brokenness
[gitmo/Package-Stash.git] / lib /
2011-11-30 Jesse Luehrs make sure we don't get warnings about redefining symbols
2011-11-29 Jesse Luehrs better diagnostics for get_symbol issues on bare anon...
2011-11-29 Jesse Luehrs this is only going to work on 5.14
2011-11-29 Jesse Luehrs don't initialize the slot unless a value is provided
2011-11-29 Jesse Luehrs simplify this logic a bit
2011-11-28 Jesse Luehrs and, actually enable support for anonymous packages
2011-11-28 Jesse Luehrs hack in support for package::anon specifically here
2011-11-28 Jesse Luehrs redeprecate these
2011-11-28 Jesse Luehrs make add_symbol go through ->namespace too
2011-09-06 Jesse Luehrs also do that check for the hashref form 0.32
2011-09-06 Jesse Luehrs tests, and make this actually work
2011-09-06 Jesse Luehrs don't allow invalid stash entry names
2011-09-06 Jesse Luehrs don't allow invalid package names
2011-08-30 Jesse Luehrs better test for scalar existence
2011-08-05 Jesse Luehrs one more scalar type
2011-08-05 Jesse Luehrs regexprefs are valid scalar refs too
2011-05-02 Jesse Luehrs better argument checking for ->new
2011-05-02 Jesse Luehrs remove unused variable
2011-05-02 Jesse Luehrs no reason this shouldn't be using the namespace
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-02 Jesse Luehrs silence deprecation warnings for now
2011-01-02 Jesse Luehrs use the dzil conflicts plugin
2010-11-22 Jesse Luehrs use dist-checkconflicts rfc/check-conflicts
2010-11-16 Jesse Luehrs document the memory leaks as a bug
2010-11-16 Jesse Luehrs pod coverage 0.15
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 Jesse Luehrs actually, only do the weird special casing on broken... 0.10
2010-09-22 Jesse Luehrs fix coderef vivification
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 more complete handling of vivication
2010-08-27 Jesse Luehrs make the ISA special-casing more sane
2010-08-27 Jesse Luehrs cache the ref to the stash
2010-08-27 Jesse Luehrs stop using my pod weaver template things here
2010-06-16 Jesse Luehrs remove eol whitespace
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 update docs for add_package_symbol
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 work around a ppi bug that dzil triggers
2010-05-12 Jesse Luehrs what is this i don't even
2010-05-12 Jesse Luehrs only pass initializers for array and hash
2010-05-12 Jesse Luehrs always save and restore scalars, since has_package_symb...
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-12 Jesse Luehrs initialize the ARRAY and HASH slots on get
2010-05-11 Jesse Luehrs handle IO slots
2010-05-11 Jesse Luehrs docs
2010-05-11 Jesse Luehrs initial import of code from Class::MOP::Package
2010-05-11 Jesse Luehrs initial commit