summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bump0.02Jesse Luehrs2010-05-132-1/+4
|
* oops, need to dep on Test::ExceptionJesse Luehrs2010-05-131-0/+1
|
* release date0.01Jesse Luehrs2010-05-121-1/+1
|
* work around a ppi bug that dzil triggersJesse Luehrs2010-05-121-1/+1
|
* what is this i don't evenJesse Luehrs2010-05-122-1/+28
|
* only pass initializers for array and hashJesse Luehrs2010-05-121-5/+10
|
* un-TODOJesse Luehrs2010-05-121-2/+0
|
* 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
* add TODO testJesse Luehrs2010-05-111-0/+24
|
* tests for nonexistent hash/array entriesJesse Luehrs2010-05-111-0/+26
|
* error when trying to init a stash slot with a value of the wrong typeJesse Luehrs2010-05-112-0/+41
|
* more support for IO slotsJesse Luehrs2010-05-113-26/+61
|
* 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
|
* synopsis testJesse Luehrs2010-05-111-0/+18
|
* docsJesse Luehrs2010-05-112-2/+85
|
* initial import of code from Class::MOP::PackageJesse Luehrs2010-05-103-3/+518
|
* initial commitJesse Luehrs2010-05-105-0/+104