summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-12/+12
|
* work around a ppi bug that dzil triggersJesse Luehrs2010-05-121-1/+1
|
* what is this i don't evenJesse Luehrs2010-05-121-1/+7
|
* only pass initializers for array and hashJesse Luehrs2010-05-121-5/+10
|
* always save and restore scalars, since has_package_symbol isn't reliableJesse Luehrs2010-05-121-5/+5
| | | | | | it returns false even if a scalar has been declared but not initialized yet, which is inconsistent with how has_package_symbol works for all other types, but I think it's unavoidable
* error when trying to init a stash slot with a value of the wrong typeJesse Luehrs2010-05-111-0/+18
|
* more support for IO slotsJesse Luehrs2010-05-111-8/+11
|
* initialize the ARRAY and HASH slots on getJesse Luehrs2010-05-111-2/+6
| | | | | | otherwise you have to explicitly initialize a package global array or hash with some value if you want to get a reference to its contents, if it's empty on first access
* handle IO slotsJesse Luehrs2010-05-111-2/+14
|
* docsJesse Luehrs2010-05-111-1/+83
|
* initial import of code from Class::MOP::PackageJesse Luehrs2010-05-101-3/+202
|
* initial commitJesse Luehrs2010-05-101-0/+71