summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove obsolete details on how to format a patch. Just point to perlrepositor...Dave Rolsky2009-10-301-30/+4
| * | Clarify relationship of pattern modifiers and named subpatternsDave Rolsky2009-10-301-0/+4
| * | Updated ExtUtils::CBuilder to 0.27David Golden2009-10-2919-448/+599
| * | Propagate LDLIBPTH into run_tests - Fixes 5.12 blocker [perl #70057]Jesse Vincent2009-10-291-21/+23
| * | [PATCH] perlcommunity.pod: add information about OSDC.frPhilippe Bruhat (BooK)2009-10-291-3/+3
| * | Allow syswrite with offset same as length of string [perl #70095]Gisle Aas2009-10-292-4/+8
| * | Update CPANPLUS to cpan version 0.89_06Chris Williams2009-10-295-8/+10
| * | Remove unused variableRafael Garcia-Suarez2009-10-291-1/+0
| * | remove unnecessary (always true) condition in S_vdieGerard Goossen2009-10-291-3/+3
| * | Update Module::Load::Conditional to cpan version 0.34Chris Williams2009-10-295-12/+12
| * | Convert all Pod::Simple files to Unix line endings.David E. Wheeler2009-10-2925-1242/+1242
* | | Avoid circularity in $(LIBBASEFILES) definition in Win32 dmake makefileSteve Hay2009-11-071-1/+1
|/ /
* | Bump Exporter's version in blead after last patchRafael Garcia-Suarez2009-10-281-1/+1
* | Test exported arrays and hashes without using defined()Jerry D. Hedden2009-10-281-11/+20
* | Add missing filesRafael Garcia-Suarez2009-10-281-0/+3
* | Bring Pod::Simple up to 3.09 as on CPAN.David E. Wheeler2009-10-2824-162/+1175
* | $#array should be accepted as a lvalue sub return value.Rafael Garcia-Suarez2009-10-282-3/+20
* | Avoid adding magic with rvalue $#aEric Brine2009-10-281-5/+12
* | Update CPANPLUS to cpan version 0.89_05Chris Williams2009-10-277-5/+79
* | Better wording for the hash ~~ array docsRafael Garcia-Suarez2009-10-271-2/+2
* | add an elipses to string/ref warnings when str longer than 32 charsYves Orton2009-10-264-5/+13
* | refine the documentation for deleting branches and altering historyYves Orton2009-10-261-19/+43
* | Hashed out a prose description of the (largely existing) branching and topic ...Jesse Vincent2009-10-261-0/+38
* | mg.c uses a fixed NGROUPS contantperlbug-followup@perl.org2009-10-261-1/+9
* | disable non-unicode case insensitive trie matchingYves Orton2009-10-253-19/+19
* | Rename to Porting/perldelta_template.pod so that t/porting/podcheck.t covers it.Nicholas Clark2009-10-242-1/+1
* | Note that F<ext/> has become F<cpan/>, F<dist/> and F<ext/>Nicholas Clark2009-10-241-5/+5
* | In S_pending_ident(), only call gv_fetchpvn_flags() if the warning is enabled.Nicholas Clark2009-10-241-4/+5
* | Make defined %hash on a non-lexical (also) generate a deprecated warning.Nicholas Clark2009-10-245-18/+34
* | Add perl5112delta, and change 5111delta from being "the" perldelta.Nicholas Clark2009-10-2410-14/+300
* | In Locale::Maketext, avoid using defined @array and defined %hash.Nicholas Clark2009-10-231-2/+2
* | In I18N::LangTags::Detect, avoid using defined @array and defined %hash.Nicholas Clark2009-10-231-2/+2
* | Avoid using defined @array in core tests.Nicholas Clark2009-10-231-1/+1
* | Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-233-5/+5
* | Updated Module::Load::Conditional to cpan version 0.32Chris Williams2009-10-232-2/+2
* | Cap the exit code of the bisecting scriptVincent Pit2009-10-231-0/+1
* | "-x ./foo" isn't a shell command, but "[ -x ./foo ]" isVincent Pit2009-10-231-1/+1
* | Convert the 2 Storable tests that use Test to use Test::More.Nicholas Clark2009-10-232-65/+65
* | Convert the Pod::Perldoc tests from Test to Test::More.Nicholas Clark2009-10-234-18/+14
* | Convert the odd Locale::Maketext test out from Test to Test::More.Nicholas Clark2009-10-231-9/+7
* | Convert File/CheckTree.t from Test to Test::More.Nicholas Clark2009-10-231-72/+27
* | Convert tests in ext/ from Test to Test::More.Nicholas Clark2009-10-232-63/+61
* | S_run_user_filter() can use the filter GV itself for the cache buffer.Nicholas Clark2009-10-231-9/+9
* | S_utf16_textfilter() can use the filter GV itself for an SV buffer.Nicholas Clark2009-10-231-3/+3
* | Updated CPANPLUS to cpan version 0.89_04Chris Williams2009-10-236-7/+9
* | Updated Module::Load::Conditional to cpan version 0.31_01Chris Williams2009-10-232-4/+27
* | a2p match() faultyZefram2009-10-231-1/+1
* | CPAN release of Switch 2.16Rafael Garcia-Suarez2009-10-233-3/+3
* | ExtUtils-Install tests need abs_path @INC for utf8H.Merijn Brand2009-10-231-1/+2
* | a2p generates code using $[Zefram2009-10-231-4/+4