summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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