summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sightravisJesse Luehrs2015-01-171-1/+5
|
* update Pod::Coverage on travisJesse Luehrs2015-01-171-0/+2
| | | | it keeps failing incorrectly
* changelog0.37Jesse Luehrs2014-09-211-0/+2
|
* changelogJesse Luehrs2014-09-211-0/+1
|
* allow Package::Anon installation to failJesse Luehrs2014-09-212-1/+4
|
* bail out earlier if Package::Anon isn't supportedJesse Luehrs2014-09-214-21/+32
|
* add Package::Anon as a develop requires depJesse Luehrs2014-09-211-0/+1
|
* 5.19 doesn't exist anymoreJesse Luehrs2014-09-211-1/+1
|
* hardcode this for nowJesse Luehrs2014-09-212-1/+3
| | | | | | | [MakeMaker::Awesome] started generating Makefile.PL earlier, so we don't have the version information to introspect yet. since i don't feel like actually figuring out the new way to do things, just hardcode it for now.
* these tests should also use t/libJesse Luehrs2014-09-212-0/+2
|
* . isn't in @INC in taint modeJesse Luehrs2014-09-211-1/+1
|
* error handling hereJesse Luehrs2014-09-211-1/+1
|
* Fix a spurious warning under taint modeNiko Tyni2014-09-212-0/+22
| | | | Bug-Debian: https://bugs.debian.org/762334
* don't munge ::ConflictsJesse Luehrs2014-09-211-0/+7
| | | | | there's some dzil issue with applying encodings to generated files that i don't feel like figuring out
* link to github issuesJesse Luehrs2013-09-051-3/+2
|
* changelog0.36Jesse Luehrs2013-09-031-0/+2
|
* register configure prereqsJesse Luehrs2013-09-031-0/+10
|
* changelogJesse Luehrs2013-09-031-0/+1
|
* Variable::Magic shouldn't be a depJesse Luehrs2013-09-031-0/+1
|
* don't try to build the xs part if PUREPERL_ONLY is specifiedJesse Luehrs2013-09-031-5/+18
| | | | see https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lancaster-consensus.md
* refactorJesse Luehrs2013-09-031-5/+10
|
* clean up docsJesse Luehrs2013-09-031-41/+46
|
* stop trying to be cleverJesse Luehrs2013-09-031-9/+14
|
* there's no reason for these to be methodsJesse Luehrs2013-09-031-15/+9
|
* remove some duplicationJesse Luehrs2013-09-031-18/+2
|
* packaging stuffJesse Luehrs2013-09-034-51/+12
|
* Merge pull request #7 from kentfredric/doc_variable_reference_passingJesse Luehrs2013-08-301-0/+44
|\ | | | | Add a WORKING WITH VARIABLES section trying to cover all the quirks of a...
| * Add a WORKING WITH VARIABLES section trying to cover all the quirks of ↵Kent Fredric2013-08-101-0/+44
|/ | | | assign-by-value and assign-by-reference
* sync test suiteJesse Luehrs2013-07-152-0/+69
|
* changelog0.35Jesse Luehrs2013-07-091-0/+2
|
* packaging stuffJesse Luehrs2013-07-095-3/+26
|
* changelogJesse Luehrs2013-07-091-0/+1
|
* remove deprecated apiJesse Luehrs2013-07-091-57/+0
|
* changelog0.34Jesse Luehrs2013-01-041-0/+2
|
* changelogJesse Luehrs2013-01-041-0/+4
|
* apparently ->isa lookups used to be cached in the packageJesse Luehrs2013-01-042-3/+24
|
* sync testsJesse Luehrs2013-01-042-11/+79
|
* sync testsJesse Luehrs2013-01-031-2/+8
|
* need to handle BROKEN_ISA_ASSIGNMENT here tooJesse Luehrs2013-01-031-1/+7
|
* need to handle assignment in the BROKEN_GLOB_ASSIGNMENT case tooJesse Luehrs2013-01-031-1/+1
|
* move this test to the right place and clean it upJesse Luehrs2013-01-032-39/+39
|
* Explicitly requires Module::Implementation version 0.06+Carlos2013-01-031-1/+1
|
* Replaces internal logic to select implementation with Module::ImplementationCarlos2013-01-033-29/+20
|
* Moves test to Test::Fatal instead of Test::ExceptionCarlos2013-01-031-22/+28
|
* Fixes bug RT-78272Carlos Lima2013-01-032-1/+36
| | | | | | | https://rt.cpan.org/Public/Bug/Display.html?id=78272 Just copied UNIVERSAL::require's solution to the same problem. I didn't just use it as to not add any non-test dependency.
* golfed the remove_symbol functionChristian Walde2013-01-031-45/+17
|
* sync testsJesse Luehrs2013-01-031-0/+32
|
* apparently we're no longer leaky hereJesse Luehrs2013-01-032-17/+1
|
* handle things like PL_sv_undef hereJesse Luehrs2013-01-032-1/+10
| | | | it's B::SPECIAL, not B::SV (sigh)
* can't vivify subs without a valueJesse Luehrs2013-01-032-2/+2
|