| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Lots of revisions from Damian for perlobj | Damian Conway | 2011-09-17 | 1 | -124/+183 |
* | 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 c... | Dave Rolsky | 2011-09-08 | 1 | -7/+40 |
* | 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 |
* | 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 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -2/+3 |
* | Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug | Mike Guy | 2006-01-03 | 1 | -0/+5 |
* | Mention of possible use of a scalar variable on the rhs of an arrow "->" | Steve Peters | 2005-11-28 | 1 | -0/+4 |
* | POD index entries with X<> | Ivan Tubert-Brohman | 2005-10-13 | 1 | -0/+20 |
* | Recommend Against UNIVERSAL:: Methods as Functions, take 2 | chromatic | 2005-06-20 | 1 | -24/+13 |
* | ref ($proto) || $proto patch | Ovid | 2004-04-05 | 1 | -6/+7 |
* | Re: [perl #15063] /tmp issues | Solar Designer | 2004-02-01 | 1 | -9/+9 |
* | addition to 22036 (document SUPER better): superclass may be plural | Dave Mitchell | 2004-01-01 | 1 | -2/+2 |
* | Document the quirks of SUPER, especially the fact that it it | Dave Mitchell | 2004-01-01 | 1 | -0/+10 |
* | Rename perltootc as perltooc for 8.3-friedliness. | Jarkko Hietaniemi | 2001-09-22 | 1 | -3/+3 |
* | [ID 20010621.004] Typo in perlobj.pod | Audrey Tang | 2001-07-31 | 1 | -1/+1 |
* | Add information about Scalar::Util::blessed. | Jarkko Hietaniemi | 2001-05-01 | 1 | -0/+9 |
* | Extra UNIVERSAL documentation | Mike Guy | 2001-05-01 | 1 | -3/+14 |
* | Re: [PATCH] UNIVERSAL shouldn't require Exporter | Mike Guy | 2001-04-26 | 1 | -7/+6 |
* | Slight wording tweaks from Damian to #9658. | Jarkko Hietaniemi | 2001-04-09 | 1 | -19/+17 |
* | Partial rewrite of perlobj.pod | Ilmari Karonen | 2001-04-09 | 1 | -106/+87 |
* | Document Third Degree some more, and also PERL_DESTRUCT_LEVEL. | Jarkko Hietaniemi | 2001-03-18 | 1 | -0/+1 |
* | Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules | Michael G. Schwern | 2001-02-06 | 1 | -5/+5 |
* | Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+6 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -5/+5 |
* | [ID 19990816.006] small patch to perlobj.pod from 5.005_03 | Randal L. Schwartz | 1999-08-17 | 1 | -1/+1 |
* | more pod updates from Tom Christiansen; regen perltoc | Gurusamy Sarathy | 1999-05-24 | 1 | -14/+14 |
* | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 1 | -65/+71 |
* | addendum to change#2823 | Stephen McCamant | 1999-02-08 | 1 | -2/+15 |
* | Fix most of the bad L<> links of | Tom Christiansen | 1998-12-02 | 1 | -1/+1 |
* | documentation update from tchrist | Tom Christiansen | 1998-06-15 | 1 | -39/+101 |
* | [win32] fix for bugs in handling DESTROY (adjusted test numbers) | Gurusamy Sarathy | 1998-02-09 | 1 | -8/+18 |
* | Split perlmod | Tom Christiansen | 1997-04-27 | 1 | -1/+1 |
* | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86] | Perl 5 Porters | 1997-03-26 | 1 | -25/+25 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_26 to perl5.003_27] | Perl 5 Porters | 1997-02-18 | 1 | -17/+0 |
* | [inseparable changes from patch from perl5.003_13 to perl5.003_14] | Perl 5 Porters | 1996-12-23 | 1 | -12/+16 |
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 1 | -25/+30 |
* | [inseparable changes from patch from perl5.003_10 to perl5.003_11] | Perl 5 Porters | 1996-12-06 | 1 | -2/+1 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -13/+14 |
* | Pod typos, pod2man bugs, and miscellaneous installation comments | Joseph S. Myers | 1996-09-20 | 1 | -2/+3 |