summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove now-obsolete note on ~~ overloading working only on the right.Rafael Garcia-Suarez2009-05-251-3/+1
* Allow ~~ overloading on the left side, when the right side is a plain scalarRafael Garcia-Suarez2009-05-241-0/+1
* Change the specs of %h~~%h to avoid mentioning ~~ recursivelyRafael Garcia-Suarez2009-05-241-1/+1
* Remove vim swap fileRafael Garcia-Suarez2009-05-241-0/+0
* perlpodspec correctionsRicardo SIGNES2009-05-242-4/+4
* Update bisect notesH.Merijn Brand2009-05-201-2/+10
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-141-2/+2
* Remove remaining POD tags in verbatim paragraphsVincent Pit2009-05-145-36/+35
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-132-90/+56
|\
| * Smart matching is to-done.Rafael Garcia-Suarez2009-05-121-49/+0
| * Remove proposed (but unimplemented) $foo ~~ Range smart matching.Rafael Garcia-Suarez2009-05-121-11/+3
| * Document what to do with object on the left and add some TODO tests for thatRafael Garcia-Suarez2009-05-081-2/+3
| * Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-0527-46719/+1649
| |\
| * | Clarify that @a ~~ @b recursively smart matchesRafael Garcia-Suarez2009-05-051-2/+2
| * | Remove some empty lines in a code exampleRafael Garcia-Suarez2009-04-201-5/+0
| * | Document that ~~ overload will only work on the RHSRafael Garcia-Suarez2009-04-201-4/+5
| * | Adjustments to the ~~ dispatch tableRafael Garcia-Suarez2009-03-251-2/+5
| * | Fix equivalent code in perlsyn for Array~~HashRafael Garcia-Suarez2009-03-241-1/+1
| * | Specify that the behaviour of $foo ~~ Range should only depend on the RHSRafael Garcia-Suarez2009-03-241-3/+3
| * | Make []~~\&f and {}~~\&f matchRafael Garcia-Suarez2009-03-241-3/+3
| * | Implement "~~ $scalar" for numbers and stringsRafael Garcia-Suarez2009-03-241-2/+1
| * | Revert order of ~~ in definition of smart matching against arraysRafael Garcia-Suarez2009-03-231-3/+2
| * | Add more tests with an empty hash on the right of ~~Rafael Garcia-Suarez2009-03-231-1/+1
| * | Document that empty sets don't smart-matchRafael Garcia-Suarez2009-03-171-16/+17