summaryrefslogtreecommitdiffstats
path: root/lib/Stash/Manip.pm
Commit message (Collapse)AuthorAgeFilesLines
* rename Stash::Manip -> Package::StashJesse Luehrs2010-05-141-400/+0
|
* 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