summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog0.22Jesse Luehrs2011-03-041-0/+3
* disable caching of the namespace on 5.8Jesse Luehrs2011-03-042-1/+9
* changelogJesse Luehrs2011-03-041-0/+1
* make the namespace cache lazy and weak, in case the stash is deletedJesse Luehrs2011-03-042-10/+33
* changelogJesse Luehrs2011-01-251-0/+2
* changelog0.21Jesse Luehrs2011-01-251-0/+2
* oops, how did i miss thisJesse Luehrs2011-01-251-1/+1
* xs forward compatJesse Luehrs2011-01-251-1/+5
* apparently release tests are run by cpantestersJesse Luehrs2011-01-252-0/+0
* changelogJesse Luehrs2011-01-111-0/+2
* drop Test::Requires as a test dep, since that test isn't run by users0.20Jesse Luehrs2011-01-113-4/+3
* changelogJesse Luehrs2011-01-111-0/+4
* lower perl prereq to 5.8.1 (ribasushi)Jesse Luehrs2011-01-111-1/+1
* make the leak tests just release testsJesse Luehrs2011-01-112-0/+0
* convert to using EUMM::Dist::Zilla::DevelopJesse Luehrs2011-01-101-5/+7
* changelogJesse Luehrs2011-01-051-0/+2
* changelog0.19Jesse Luehrs2011-01-051-0/+1
* fix another edge case with initial valuesJesse Luehrs2011-01-053-0/+21
* add test for earlier scalar bugJesse Luehrs2011-01-051-0/+12
* Merge remote branch 'origin/master'Jesse Luehrs2011-01-051-1/+1
|\
| * Fix distro name in ChangesDave Rolsky2010-11-181-1/+1
* | changelogJesse Luehrs2011-01-051-0/+2
* | use correct scalar test (reported by Roland van Ipenburg)0.18Jesse Luehrs2011-01-052-5/+2
|/
* changelogJesse Luehrs2010-11-161-0/+2
* changelog0.17Jesse Luehrs2010-11-161-0/+1
* changelogJesse Luehrs2010-11-161-0/+4
* we want the values here, not the keysJesse Luehrs2010-11-161-3/+2
* better error messageJesse Luehrs2010-11-161-1/+1
* changelogJesse Luehrs2010-11-161-0/+2
* pod coverage, eol whitespace0.15Jesse Luehrs2010-11-161-1/+17
* changelogJesse Luehrs2010-11-161-0/+2
* update test suiteJesse Luehrs2010-11-162-0/+16
* update the test suiteJesse Luehrs2010-11-161-0/+5
* update some test thingsJesse Luehrs2010-11-154-6/+14
* make $Package::Stash::IMPLEMENTATION available to testsJesse Luehrs2010-11-151-0/+2
* don't hardcode the list of method namesJesse Luehrs2010-11-151-3/+1
* update the CAVEATS sectionJesse Luehrs2010-11-151-2/+3
* convert the XS implementation to its own distJesse Luehrs2010-11-1517-300/+123
* changelogJesse Luehrs2010-11-141-0/+2
* ignore the deprecated api for pod coverage0.14Jesse Luehrs2010-11-141-0/+12
* changelogJesse Luehrs2010-11-141-0/+3
* update author infoJesse Luehrs2010-11-141-2/+2
* document a couple caveatsJesse Luehrs2010-11-141-2/+8
* document get_all_symbolsJesse Luehrs2010-11-141-0/+7
* make sure we don't leak in our DB fiddlingJesse Luehrs2010-11-141-0/+185
* actually, i only need stuff from PL_curcop hereJesse Luehrs2010-11-143-99/+2
* prefer using SV* everywhere, rather than char*Jesse Luehrs2010-11-141-60/+52
* implement get_all_symbolsJesse Luehrs2010-11-143-0/+111
* factor out glob expanding into a helper functionJesse Luehrs2010-11-141-12/+16
* get rid of strlensJesse Luehrs2010-11-142-19/+32