summaryrefslogtreecommitdiff
path: root/pod
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fixed a couple of [my] typosMichael Witten2009-04-081-4/+4
* Docs: Update summary and add copyrightMichael Witten2009-04-071-12/+15
* Docs: Expanded treatment of adding instance variablesMichael Witten2009-04-071-12/+49
* Docs: Clarify that a class is not an instanceMichael Witten2009-04-071-12/+6
* Docs: Minor modifications to discussion of constructorMichael Witten2009-04-071-5/+6
* Docs: Make use of $self and $class clearMichael Witten2009-04-071-2/+2
* Docs: Better orgnization of instance discussionMichael Witten2009-04-071-50/+56
* Docs: Cleanup lead-in to instance variablesMichael Witten2009-04-071-8/+9
* Docs: Better[?] development of SUPERMichael Witten2009-04-071-36/+54
* Docs: Get rid of those awful tabs!Michael Witten2009-04-071-11/+11
* Docs: Quick explanation of duck typing and a warningMichael Witten2009-04-071-9/+18
* Docs: Make the "use base" purpose more obviousMichael Witten2009-04-071-10/+4
* Docs: Minor reorganization.Michael Witten2009-04-071-5/+5
* Docs: Typo: 'no strict subs' -> 'no strict refs'Michael Witten2009-04-071-1/+1
* Docs: Typo: \{-1} -> \g{-1}Michael Witten2009-04-071-1/+1
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-072-2/+8
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-022-5/+54
* Document when as a syntax modifierVincent Pit2009-03-301-2/+21
* Document that DESTROY is subject to AUTOLOAD, and the related optimisations.Nicholas Clark2009-03-291-0/+9
* Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.Nicholas Clark2009-03-291-0/+5
* Fix for regular expressions for RFC2822.Dan Kogai2009-03-241-1/+2
* Add a SEE ALSO section based on suggestions from Dan Jacobson.Steve Peters2009-03-241-0/+3
* fix typo - s/was/what/ is to be ignoredMike Giroux2009-03-211-1/+1
* pod/perlreftut.pod: keep example in tune with the timesMark Jason Dominus2009-03-191-2/+2
* Doc fix: the /k regexp modifier should really be written /pPaul Gaborit2009-03-181-3/+3
* Fix typo in English name of $&Rafael Garcia-Suarez2009-03-181-1/+1
* Disambiguate mention of -E in perl.pod and in perlrun.podRafael Garcia-Suarez2009-03-152-2/+2
* Add -E in the command-line usage in perl.podRafael Garcia-Suarez2009-03-131-1/+1
* fix typo in pod/perlperf.podDavid Mitchell2009-02-251-1/+1
* Check for thread failure in prime number exampleJerry D. Hedden2009-02-201-50/+47
* Wonky example in perlthrtutAlex Davies2009-02-201-1/+1
* Remove the -x from the cherry pick and show how to merge the whole branch (su...Leon Brocard2009-02-201-1/+5
* Remove an extra spaceLeon Brocard2009-02-201-1/+1
* Add a section on merging from a branch via GitHubLeon Brocard2009-02-201-11/+34
* Document error "Smart matching a non-overloaded object breaks encapsulation"Rafael Garcia-Suarez2009-02-131-0/+6
* Fix previous patch. Actually it's written PAREN, not PARENT.Rafael Garcia-Suarez2009-02-101-1/+1
* mention English name of %+ in perlvar.podMoritz Lenz2009-02-101-0/+2
* pare down docs of UNIVERSAL in perlobjRicardo SIGNES2009-02-071-39/+10
* Use an ordinary paragraph to reference sv.h.Matt Kraai2009-02-061-1/+1
* "wide character" warnings are severeSlaven Rezic2009-02-051-1/+1
* long-ago h2xs changesYitzchak Scott-Thoennes2009-02-031-2/+2
* Upgrade to Pod-Parser-1.36.Steve Hay2009-01-303-27/+29
* Tweaks to pod/perlrepository.podGisle Aas2009-01-291-22/+35
* Add a section on how to submit a patch using GitHubLeon Brocard2009-01-261-0/+33
* Run podtidy on pod/perlrepository.pod and document how to do soLeon Brocard2009-01-261-47/+55
* Merge branch 'Eefix' into bleadRafael Garcia-Suarez2009-01-251-0/+3
|\
| * Document that $0 is set to "-e" when perl is run with -e or -ERafael Garcia-Suarez2009-01-251-0/+3
* | suidperl goes.Nicholas Clark2009-01-232-50/+1
* | Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-214-13/+14
* | Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-213-7/+8