Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perlobj: do not discourage manual @ISA | Aristotle Pagaltzis | 2016-11-07 | 1 | -4/+6 |
| | |||||
* | perlobj: remove now-inaccurate claim | Aristotle Pagaltzis | 2016-11-07 | 1 | -3/+1 |
| | |||||
* | Add docs on calling methods using a fully qualified name like $mp3->File::save() | Lukas Mai | 2016-11-06 | 1 | -0/+28 |
| | |||||
* | Small formatting fix in perlobj | Dave Rolsky | 2016-11-06 | 1 | -2/+2 |
| | |||||
* | perlobj: s/Deferencing/Dereferencing/ | Lukas Mai | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | pod/*: remove deprecated L<"section"> and L<section> syntax | Lukas Mai | 2016-06-11 | 1 | -1/+1 |
| | |||||
* | do not try printing undef | Ricardo Signes | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | Add a missing word in perlobj | Dave Rolsky | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | typo fix for obj pod | David Steinbrunner | 2013-05-26 | 1 | -2/+2 |
| | |||||
* | Remove two spaces after periods to keep the document consistent | Dave Rolsky | 2013-02-17 | 1 | -5/+5 |
| | |||||
* | Remove two superfluous commas in perlobj | Dave Rolsky | 2013-02-17 | 1 | -2/+2 |
| | |||||
* | Very small tweak to perlobj in dereferencing method call example | Dave Rolsky | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | fix perlobj SUPER example [perl #113972] | Jesse Luehrs | 2012-07-03 | 1 | -4/+2 |
| | |||||
* | Small updates for perlobj.pod | Dave Rolsky | 2012-02-14 | 1 | -32/+44 |
| | | | | | | | | Fixed some typos. Improved some wording. Clarified some points. | ||||
* | Clarify that @ISA contains scalars which are strings. | Dave Rolsky | 2012-02-14 | 1 | -1/+2 |
| | |||||
* | Show that blessed comes from Scalar::Util in code example | Dave Rolsky | 2011-10-04 | 1 | -0/+2 |
| | |||||
* | perlobj: Fix pod problems | Karl Williamson | 2011-09-17 | 1 | -2/+4 |
| | | | | introduced by 7168b2511bddd4967be30033b32ce8b1b6500f6d | ||||
* | Lots of revisions from Damian for perlobj | Damian Conway | 2011-09-17 | 1 | -124/+183 |
| | | | | | | A lot of this is fixing the incorrect meme of "an object is a blessed reference", but this change also corrects a number of typos, adds clarifying bits of text, etc. | ||||
* | some small fixes to make porting/podcheck.t happy | Dave Rolsky | 2011-09-08 | 1 | -4/+4 |
| | |||||
* | Tweak line length of comment in verbatim section per podcheck.t | Dave Rolsky | 2011-09-08 | 1 | -2/+2 |
| | |||||
* | Lots of updates based on feedback from sprout, including a few new sections | Dave Rolsky | 2011-09-08 | 1 | -80/+177 |
| | |||||
* | Add more details on inside-out objects from David Golden, and an inside-out ↵ | Dave Rolsky | 2011-09-08 | 1 | -7/+40 |
| | | | | | | class example from Abigail. Add strict & warning to blessed scalar class example | ||||
* | heavily revised perlobj.pod | Dave Rolsky | 2011-09-08 | 1 | -482/+730 |
| | |||||
* | Fix bad pod links found by Test::Pod::LinkCheck | Apocalypse | 2011-02-15 | 1 | -1/+1 |
| | |||||
* | * Em dash cleanup in pod/ | brian d foy | 2010-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | I looked at all the instances of spaces around -- and in most cases converted the sentences to use more appropriate punctuation. In general, the -- in the perl docs seem to be there only to make really complicated and really long sentences. I didn't look at the closed em-dashes. They probably have the same sentence-complexity problem. I left some open em-dashes in place. Those are the ones used in lists. | ||||
* | Document that DESTROY is subject to AUTOLOAD, and the related optimisations. | Nicholas Clark | 2009-03-29 | 1 | -0/+9 |
| | |||||
* | pare down docs of UNIVERSAL in perlobj | Ricardo SIGNES | 2009-02-07 | 1 | -39/+10 |
| | |||||
* | [perl #61392] Method call documentation in perlobj.pod | ian.goodacre@xtra.co.nz (via RT) | 2009-01-02 | 1 | -0/+13 |
| | |||||
* | correct errors / omissions in documenting DOES | Ricardo SIGNES | 2008-05-19 | 1 | -0/+7 |
| | | | | | Message-ID: <20080519141402.GA54401@knight.local> p4raw-id: //depot/perl@33869 | ||||
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -2/+3 |
| | | | | | | From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com> p4raw-id: //depot/perl@31107 | ||||
* | Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug | Mike Guy | 2006-01-03 | 1 | -0/+5 |
| | | | | | Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@26625 | ||||
* | Mention of possible use of a scalar variable on the rhs of an arrow "->" | Steve Peters | 2005-11-28 | 1 | -0/+4 |
| | | | | | operator added to close two tickets. p4raw-id: //depot/perl@26218 | ||||
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -0/+20 |
| | | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748 | ||||
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 1 | -24/+13 |
| | | | | | Message-Id: <1119122141.21521.9.camel@localhost> p4raw-id: //depot/perl@24909 | ||||
* | ref ($proto) || $proto patch | Ovid | 2004-04-05 | 1 | -6/+7 |
| | | | | | | Message-ID: <406F7A0A.50702@yahoo.com> (with minor reformatting) p4raw-id: //depot/perl@22654 | ||||
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -9/+9 |
| | | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258 | ||||
* | addition to 22036 (document SUPER better): superclass may be plural | Dave Mitchell | 2004-01-01 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@22037 | ||||
* | Document the quirks of SUPER, especially the fact that it it | Dave Mitchell | 2004-01-01 | 1 | -0/+10 |
| | | | | | relative to the current package and not to the invoking object. p4raw-id: //depot/perl@22036 | ||||
* | Rename perltootc as perltooc for 8.3-friedliness. | Jarkko Hietaniemi | 2001-09-22 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@12132 | ||||
* | [ID 20010621.004] Typo in perlobj.pod | Audrey Tang | 2001-07-31 | 1 | -1/+1 |
| | | | | | Message-Id: <20010621235648.A57340@not.autrijus.org> p4raw-id: //depot/perl@11513 | ||||
* | Add information about Scalar::Util::blessed. | Jarkko Hietaniemi | 2001-05-01 | 1 | -0/+9 |
| | | | p4raw-id: //depot/perl@9934 | ||||
* | Extra UNIVERSAL documentation | Mike Guy | 2001-05-01 | 1 | -3/+14 |
| | | | | | Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@9933 | ||||
* | Re: [PATCH] UNIVERSAL shouldn't require Exporter | Mike Guy | 2001-04-26 | 1 | -7/+6 |
| | | | | | Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@9861 | ||||
* | Slight wording tweaks from Damian to #9658. | Jarkko Hietaniemi | 2001-04-09 | 1 | -19/+17 |
| | | | p4raw-id: //depot/perl@9666 | ||||
* | Partial rewrite of perlobj.pod | Ilmari Karonen | 2001-04-09 | 1 | -106/+87 |
| | | | | | | | | Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka> Rearrange and rewrite the Method Invocation section to explain the concepts in nicer order. p4raw-id: //depot/perl@9658 | ||||
* | Document Third Degree some more, and also PERL_DESTRUCT_LEVEL. | Jarkko Hietaniemi | 2001-03-18 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@9218 | ||||
* | Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules | Michael G. Schwern | 2001-02-06 | 1 | -5/+5 |
| | | | | | Message-Id: <20010204211748.A13415@blackrider.aocn.com> p4raw-id: //depot/perl@8708 | ||||
* | Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+6 |
| | | | | | from Graham Barr in the module list. p4raw-id: //depot/perl@6444 | ||||
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -5/+5 |
| | | | | | and Robin Barker) p4raw-id: //depot/perl@5493 | ||||
* | [ID 19990816.006] small patch to perlobj.pod from 5.005_03 | Randal L. Schwartz | 1999-08-17 | 1 | -1/+1 |
| | | | | | | To: perl5-porters@perl.org Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com> p4raw-id: //depot/cfgperl@4000 |