summaryrefslogtreecommitdiffstats
path: root/lib/Package/Stash.pm
Commit message (Collapse)AuthorAgeFilesLines
* link to github issuesJesse Luehrs2013-09-051-3/+2
|
* clean up docsJesse Luehrs2013-09-031-41/+46
|
* stop trying to be cleverJesse Luehrs2013-09-031-9/+14
|
* packaging stuffJesse Luehrs2013-09-031-9/+7
|
* Add a WORKING WITH VARIABLES section trying to cover all the quirks of ↵Kent Fredric2013-08-101-0/+44
| | | | assign-by-value and assign-by-reference
* remove deprecated apiJesse Luehrs2013-07-091-57/+0
|
* Explicitly requires Module::Implementation version 0.06+Carlos2013-01-031-1/+1
|
* Replaces internal logic to select implementation with Module::ImplementationCarlos2013-01-031-27/+8
|
* Fixes bug RT-78272Carlos Lima2013-01-031-1/+3
| | | | | | | https://rt.cpan.org/Public/Bug/Display.html?id=78272 Just copied UNIVERSAL::require's solution to the same problem. I didn't just use it as to not add any non-test dependency.
* dzil stuffJesse Luehrs2012-07-101-0/+1
|
* redeprecate theseJesse Luehrs2011-11-281-7/+7
|
* better test for scalar existenceJesse Luehrs2011-08-301-0/+5
|
* silence deprecation warnings for nowJesse Luehrs2011-01-021-7/+7
|
* okay, working implementation selectionJesse Luehrs2010-11-161-7/+12
|
* initial quite broken implementation of backend switchingJesse Luehrs2010-11-151-0/+264
|
* almost complete pure perl implementationJesse Luehrs2010-11-151-476/+0
| | | | the leak tests are failing for some reason, need to track that down
* fix list_all_package_symbolsJesse Luehrs2010-11-121-4/+16
|
* preserve existing behavior here i guessJesse Luehrs2010-11-111-1/+10
|
* fix some edge casesJesse Luehrs2010-11-111-10/+5
|
* Revert "revert vivication changes for now again"Jesse Luehrs2010-10-311-13/+38
| | | | | | | | This reverts commit 67b1704808e62f27210fe992df9c45b232fe9d5b. Conflicts: Changes
* revert vivication changes for now again0.13Jesse Luehrs2010-10-311-38/+13
|
* actually, only do the weird special casing on broken perl versions0.10Jesse Luehrs2010-10-271-6/+12
|
* fix coderef vivificationJesse Luehrs2010-09-221-24/+32
|
* Revert "revert the vivication changes for now, i didn't mean to release them"Jesse Luehrs2010-09-181-12/+23
| | | | This reverts commit 44726d1abdc534e4ac6ddfc6d91d245c8dc0ebc7.
* revert the vivication changes for now, i didn't mean to release themJesse Luehrs2010-09-181-23/+12
|
* more complete handling of vivicationJesse Luehrs2010-08-271-2/+14
|
* make the ISA special-casing more saneJesse Luehrs2010-08-271-10/+9
|
* cache the ref to the stashJesse Luehrs2010-08-261-11/+13
|
* stop using my pod weaver template things hereJesse Luehrs2010-08-261-0/+43
|
* remove eol whitespaceJesse Luehrs2010-06-151-7/+7
|
* updated dzil stuffJesse Luehrs2010-06-151-65/+13
|
* add get_or_add_package_symbol, for the vivify behaviorJesse Luehrs2010-06-131-2/+29
|
* stop autovivifying on getJesse Luehrs2010-06-131-16/+1
|
* update docs for add_package_symbolJesse Luehrs2010-05-311-6/+10
|
* named args for add_package_symbolJesse Luehrs2010-05-311-6/+7
|
* Extend add_package_symbol to set %DB::sub if appropriate.Tim Bunce2010-05-301-4/+29
| | | | Helps NYTProf and debuggers.
* rename Stash::Manip -> Package::StashJesse Luehrs2010-05-141-0/+400