summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* Make kill() fatal for non-numeric pidsDavid Golden2009-07-093-5/+20
* Mention in perldelta that "use 5.011" enables stricturesRafael Garcia-Suarez2009-07-081-0/+13
* Fast enabling of strictures when version 5.11.0 is requiredRafael Garcia-Suarez2009-07-071-1/+2
* use strict by default if "use 5.011" is in effect!Steffen Mueller2009-07-071-0/+2
* Added docs from Wolfgang Laun to perlpacktut about Intel HEXH.Merijn Brand2009-07-021-0/+45
* Make C<undef ~~ 0> and C<undef ~~ ""> not match (like in 5.10.0)Rafael Garcia-Suarez2009-07-011-0/+1
* Stop buildtoc warning that perltoc.pod is missing whist it is building same.Robin Barker2009-06-291-2/+6
* Small pod/wording fixesRafael Garcia-Suarez2009-06-281-7/+6
* Extra examples for 'sort'Bram2009-06-281-0/+18
* Document what $* used to do on older versionsBram2009-06-281-2/+6
* Add test to make sure everything that outputs an exception or warning has a m...James Mastros2009-06-271-14/+14
* pod/perlfilter.pod: two POD typosFrank Wiegand2009-06-261-2/+2
* Better description for the changes about the range operator in when()Rafael Garcia-Suarez2009-06-251-3/+13
* document the maximum length of barewordsFrank Wiegand2009-06-251-2/+5
* Add documentation for the method resolution plugin interface.Nicholas Clark2009-06-252-0/+95
* Clarifications to the perldelta notes on smart matchRafael Garcia-Suarez2009-06-241-1/+3
* Mention parallel testing in INSTALL and perl5110delta.podNicholas Clark2009-06-241-0/+14
* Fix a semantic error in the Pod. (wrong heading level)Nicholas Clark2009-06-241-1/+1
* Note that the "Deep recursion" depth warning threshold can be changed from 100.Nicholas Clark2009-06-231-0/+3
* Add a paragraph noting that perl5-security-report@perl.org is for security bugs.Nicholas Clark2009-06-231-0/+9
* Ammend unhelpful description of debugger watch command.Andy Armstrong2009-06-231-2/+2
* A few docs nits after the few last commitsRafael Garcia-Suarez2009-06-211-11/+11
* update PERL_MEM_LOG in perlhack.podJim Cromie2009-06-211-21/+23
* point illguts at perl.orgJim Cromie2009-06-211-4/+6
* Add perldelta entry for \NRafael Garcia-Suarez2009-06-171-0/+8
* Basic docs for \NRafael Garcia-Suarez2009-06-175-8/+11
* Fix readline example in perlfuncRafael Garcia-Suarez2009-06-151-1/+1
* Bring the joy of strict (and warnings) to perlmodlib.PL. Tweak some indenting.Nicholas Clark2009-06-131-38/+39
* Improve perlmodlib.PL. Reduce the amount of special case logic.Nicholas Clark2009-06-131-55/+28
* Add \N idea from Perl 6 to perltodoRafael Garcia-Suarez2009-06-131-0/+6
* Add perlmodlib.pod in .gitignore, since it's now generatedRafael Garcia-Suarez2009-06-131-0/+1
* Nit for the "Missing right brace" error message descriptionRafael Garcia-Suarez2009-06-131-1/+1
* Eliminate the regen_pods target from pod/Makefile, and references to it.Nicholas Clark2009-06-131-8/+0
* Generate perlmodlib.pod at build time, instead of shipping it.Nicholas Clark2009-06-131-3422/+0
* Make perlmodlib.PL chdir into pod. Add a -q flag to suppress routine warnings.Nicholas Clark2009-06-131-2/+11
* In perlmodlib.PL, just open files in their original location.Nicholas Clark2009-06-131-9/+5
* Regenerated perlmodlib.podNicholas Clark2009-06-121-25/+141
* Update perlmodlib.PL to accomodate the re-arranging of the directories in ext/Nicholas Clark2009-06-121-0/+1
* fix trivial typo in perldeltaDavid Mitchell2009-06-121-1/+1
* Small typo in example.H.Merijn Brand2009-06-101-1/+1
* Revised description of => operatorIan Goodacre2009-06-091-7/+11
* Disentangling -g and -DDEBUGGING is a TODO.Nicholas Clark2009-06-021-0/+9
* Smart-match perldelta adjustmentsRafael Garcia-Suarez2009-06-011-5/+12
* Minor doc fix for the smart table legend (clarify the "Object" entry).Rafael Garcia-Suarez2009-06-011-3/+2
* Mention Devel::NYTProf in perldebugSteffen Mueller2009-05-311-2/+3
* Auto-complete lexicals in the debugger shellSteffen Mueller2009-05-311-3/+3
* Clarify perldebug documentationBram2009-05-311-2/+6
* A couple of nits in the ~~ perldelta entryRafael Garcia-Suarez2009-05-261-2/+2
* File tests were already treated as boolean in when()Rafael Garcia-Suarez2009-05-261-8/+1
* Describe smart match and switch changes in perldeltaRafael Garcia-Suarez2009-05-251-0/+93