summaryrefslogtreecommitdiff
path: root/pod/perlobj.pod
Commit message (Expand)AuthorAgeFilesLines
* Replace 'use strict; use warnings;' with 'use VERSION' in docs code examplesPaul "LeoNerd" Evans2022-04-231-4/+2
* Point out that 'indirect' is only availble before 'use v5.36'Paul "LeoNerd" Evans2022-04-231-0/+10
* language docs: replace one pointless use of circumfix derefRicardo Signes2020-09-061-1/+1
* perlobj: Recommend perlreftut over perlrefKarl Williamson2018-08-221-1/+1
* revise advice about DESTROYZefram2017-12-131-9/+16
* Fix sentence in perlobj.pod (missing a word)Matthew Horsfall2017-11-131-1/+1
* perlobj: do not discourage manual @ISAAristotle Pagaltzis2016-11-071-4/+6
* perlobj: remove now-inaccurate claimAristotle Pagaltzis2016-11-071-3/+1
* Add docs on calling methods using a fully qualified name like $mp3->File::save()Lukas Mai2016-11-061-0/+28
* Small formatting fix in perlobjDave Rolsky2016-11-061-2/+2
* perlobj: s/Deferencing/Dereferencing/Lukas Mai2016-09-071-1/+1
* pod/*: remove deprecated L<"section"> and L<section> syntaxLukas Mai2016-06-111-1/+1
* do not try printing undefRicardo Signes2015-06-221-2/+2
* Add a missing word in perlobjDave Rolsky2015-05-071-1/+1
* typo fix for obj podDavid Steinbrunner2013-05-261-2/+2
* Remove two spaces after periods to keep the document consistentDave Rolsky2013-02-171-5/+5
* Remove two superfluous commas in perlobjDave Rolsky2013-02-171-2/+2
* Very small tweak to perlobj in dereferencing method call exampleDave Rolsky2013-02-171-1/+1
* fix perlobj SUPER example [perl #113972]Jesse Luehrs2012-07-031-4/+2
* Small updates for perlobj.podDave Rolsky2012-02-141-32/+44
* Clarify that @ISA contains scalars which are strings.Dave Rolsky2012-02-141-1/+2
* Show that blessed comes from Scalar::Util in code exampleDave Rolsky2011-10-041-0/+2
* perlobj: Fix pod problemsKarl Williamson2011-09-171-2/+4
* Lots of revisions from Damian for perlobjDamian Conway2011-09-171-124/+183
* some small fixes to make porting/podcheck.t happyDave Rolsky2011-09-081-4/+4
* Tweak line length of comment in verbatim section per podcheck.tDave Rolsky2011-09-081-2/+2
* Lots of updates based on feedback from sprout, including a few new sectionsDave Rolsky2011-09-081-80/+177
* Add more details on inside-out objects from David Golden, and an inside-out c...Dave Rolsky2011-09-081-7/+40
* heavily revised perlobj.podDave Rolsky2011-09-081-482/+730
* Fix bad pod links found by Test::Pod::LinkCheckApocalypse2011-02-151-1/+1
* * Em dash cleanup in pod/brian d foy2010-01-131-2/+2
* Document that DESTROY is subject to AUTOLOAD, and the related optimisations.Nicholas Clark2009-03-291-0/+9
* pare down docs of UNIVERSAL in perlobjRicardo SIGNES2009-02-071-39/+10
* [perl #61392] Method call documentation in perlobj.podian.goodacre@xtra.co.nz (via RT)2009-01-021-0/+13
* correct errors / omissions in documenting DOESRicardo SIGNES2008-05-191-0/+7
* Re: mro status, etcBrandon Black2007-04-301-2/+3
* Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bugMike Guy2006-01-031-0/+5
* Mention of possible use of a scalar variable on the rhs of an arrow "->" Steve Peters2005-11-281-0/+4
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+20
* Recommend Against UNIVERSAL:: Methods as Functions, take 2chromatic2005-06-201-24/+13
* ref ($proto) || $proto patchOvid2004-04-051-6/+7
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-9/+9
* addition to 22036 (document SUPER better): superclass may be pluralDave Mitchell2004-01-011-2/+2
* Document the quirks of SUPER, especially the fact that it itDave Mitchell2004-01-011-0/+10
* Rename perltootc as perltooc for 8.3-friedliness.Jarkko Hietaniemi2001-09-221-3/+3
* [ID 20010621.004] Typo in perlobj.podAudrey Tang2001-07-311-1/+1
* Add information about Scalar::Util::blessed.Jarkko Hietaniemi2001-05-011-0/+9
* Extra UNIVERSAL documentationMike Guy2001-05-011-3/+14
* Re: [PATCH] UNIVERSAL shouldn't require ExporterMike Guy2001-04-261-7/+6
* Slight wording tweaks from Damian to #9658.Jarkko Hietaniemi2001-04-091-19/+17