summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add conflict checking to the generated Makefile.PL0.09Jesse Luehrs2010-10-273-1/+60
|
* changelogJesse Luehrs2010-10-271-0/+2
|
* move from Test::Exception to Test::FatalJustin Hunter2010-10-275-44/+44
|
* fix code vivify testsJesse Luehrs2010-09-221-0/+25
|
* fix coderef vivificationJesse Luehrs2010-09-221-24/+32
|
* remove bad coderef tests (not how we want to handle vivification)Jesse Luehrs2010-09-221-41/+0
|
* Revert "revert the vivication changes for now, i didn't mean to release them"Jesse Luehrs2010-09-183-26/+171
| | | | This reverts commit 44726d1abdc534e4ac6ddfc6d91d245c8dc0ebc7.
* changelogJesse Luehrs2010-09-181-0/+2
|
* changelog0.08Jesse Luehrs2010-09-181-0/+2
|
* revert the vivication changes for now, i didn't mean to release themJesse Luehrs2010-09-183-171/+26
|
* changelogJesse Luehrs2010-09-181-0/+2
|
* changelog0.07Jesse Luehrs2010-09-181-0/+1
|
* another testJesse Luehrs2010-08-271-0/+6
|
* more complete handling of vivicationJesse Luehrs2010-08-272-15/+155
|
* make the ISA special-casing more saneJesse Luehrs2010-08-272-11/+10
|
* Add tests to make sure that changing the stash is reflected in the cached ↵Dave Rolsky2010-08-271-0/+54
| | | | namespace
* changelogJesse Luehrs2010-08-261-0/+2
|
* changelog0.06Jesse Luehrs2010-08-261-0/+2
|
* cache the ref to the stashJesse Luehrs2010-08-262-13/+18
|
* stop using my pod weaver template things hereJesse Luehrs2010-08-262-9/+43
|
* changelogJesse Luehrs2010-07-041-0/+2
|
* changelog0.05Jesse Luehrs2010-06-151-0/+3
|
* remove eol whitespaceJesse Luehrs2010-06-151-7/+7
|
* updated dzil stuffJesse Luehrs2010-06-1513-87/+69
|
* bump prereq for Test::More to get done_testingJesse Luehrs2010-06-151-0/+1
|
* changelog and version bump0.04Jesse Luehrs2010-06-132-1/+7
|
* add get_or_add_package_symbol, for the vivify behaviorJesse Luehrs2010-06-132-2/+47
|
* stop autovivifying on getJesse Luehrs2010-06-132-28/+35
|
* update docs for add_package_symbolJesse Luehrs2010-05-311-6/+10
|
* named args for add_package_symbolJesse Luehrs2010-05-312-7/+13
|
* Extend add_package_symbol to set %DB::sub if appropriate.Tim Bunce2010-05-302-4/+69
| | | | Helps NYTProf and debuggers.
* changelog and version bump0.03Jesse Luehrs2010-05-142-1/+4
|
* rename Stash::Manip -> Package::StashJesse Luehrs2010-05-1410-37/+37
|
* 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
|