summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* skip Package::Anon from depsHEADmasterJesse Luehrs2014-07-041-0/+1
|
* stop using Test::Requires hereJesse Luehrs2014-07-043-3/+10
| | | | | Package::Anon isn't available on all perl versions, so the BAIL_OUT behavior when running release tests isn't appropriate here
* add package::anon as develop-requiresJesse Luehrs2014-07-041-0/+1
|
* packaging stuffJesse Luehrs2014-07-042-8/+4
|
* this is no longer usedJesse Luehrs2014-07-041-18/+0
|
* quiet compiler warning (jacquesg, fixes #2)Jesse Luehrs2014-07-041-1/+1
|
* changelog0.28Jesse Luehrs2013-07-161-0/+2
|
* changelogJesse Luehrs2013-07-161-0/+1
|
* make sure we're testing against ::XS (Graham Knop)Jesse Luehrs2013-07-151-0/+1
|
* changelog0.27Jesse Luehrs2013-07-151-0/+2
|
* update changelogJesse Luehrs2013-07-151-1/+1
|
* clean up magic a bunch moreJesse Luehrs2013-07-153-32/+95
|
* remove outdated commentJesse Luehrs2013-07-151-3/+0
|
* changelogJesse Luehrs2013-07-151-0/+1
|
* make sure to do all fetches with the proper contextJesse Luehrs2013-07-151-4/+4
| | | | | | | | If we're fetching a glob for the purposes of writing to it, it shouldn't trigger read magic. The way to suppress that in calls to hv_fetch_ent is to pass a true value as the 'lval' parameter, which we were already doing elsewhere, just not in _expand_glob. get_all_symbols is only used for reading purposes, so it should unconditionally trigger read magic.
* better error message hereJesse Luehrs2013-07-151-1/+2
|
* ensure that RT80497 doesn't come backJesse Luehrs2013-07-121-0/+21
|
* ignore .c files againJesse Luehrs2013-07-121-0/+1
|
* packaging stuffJesse Luehrs2013-07-124-27/+32
|
* changelog0.26Jesse Luehrs2013-01-041-0/+2
|
* fix the ::ISA::CACHE:: thing here tooJesse Luehrs2013-01-041-0/+19
|
* sync testsJesse Luehrs2013-01-041-0/+11
|
* shrug, who knowsJesse Luehrs2013-01-042-0/+4
|
* typoJesse Luehrs2013-01-041-2/+2
|
* more error checkingJesse Luehrs2013-01-041-0/+12
|
* split some more of these tests upJesse Luehrs2013-01-042-11/+75
|
* make it explicit that anon stash support requires 5.10Jesse Luehrs2013-01-032-0/+7
|
* skip this test on 5.8 (and give it a description)Jesse Luehrs2013-01-031-1/+4
|
* don't know how this became executableJesse Luehrs2013-01-031-0/+0
|
* also, hv_name_set didn't used to existJesse Luehrs2013-01-031-0/+5
|
* HvENAME didn't exist before 5.12Jesse Luehrs2013-01-031-1/+5
|
* hey, and that fixed a TODO testJesse Luehrs2013-01-031-1/+2
|
* can't call gv_init on a stash without a name (sigh, again)Jesse Luehrs2013-01-031-0/+3
|
* changelogJesse Luehrs2013-01-031-0/+2
|
* fix add_symbol with no valueJesse Luehrs2013-01-031-72/+102
|
* sync testsJesse Luehrs2013-01-036-22/+21
|
* Revert "apparently we're acting more like the pp version here now/:"Jesse Luehrs2013-01-032-2/+6
| | | | | | This reverts commit fb4f6d8a7deae9d951ac16c5882ff2146ab5f6f2. i don't see this behavior any more?
* add test for magic behaviorJesse Luehrs2013-01-031-0/+32
|
* ppport updatesJesse Luehrs2012-07-102-160/+349
|
* dzil stuffJesse Luehrs2012-07-102-6/+3
|
* actually, this isn't our fault, this is just generic 5.8 brokennessJesse Luehrs2011-12-121-12/+0
|
* work around glob brokenness on pre-5.14Jesse Luehrs2011-12-101-14/+27
|
* need these for older perl versionsJesse Luehrs2011-12-101-0/+8
|
* eh, stop doing this for nowJesse Luehrs2011-12-101-2/+1
|
* apply magic properly when initializing globsJesse Luehrs2011-12-101-0/+25
|
* refactor a bitJesse Luehrs2011-12-101-9/+11
|
* here's that test failureJesse Luehrs2011-12-101-4/+31
|
* disable bare anon stash tests for nowJesse Luehrs2011-12-102-0/+4
|
* don't call mro_method_changed_in on anon stashesJesse Luehrs2011-12-101-1/+2
|
* don't know how to do these in xs either yetJesse Luehrs2011-12-103-12/+4
|