From: Chris Williams Date: Mon, 3 May 2010 18:52:34 +0000 (+0100) Subject: POD tweak to 'require' in perlfunc relating to putting Perl code in @INC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c3d5054181a1dff3dab69a3f7c820ac692c8730;p=p5sagit%2Fp5-mst-13.2.git POD tweak to 'require' in perlfunc relating to putting Perl code in @INC --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 5fe551f..5e89035 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4821,8 +4821,8 @@ first look for a similar filename with a "F<.pmc>" extension. If this file is found, it will be loaded in place of any file ending in a "F<.pm>" extension. -You can also insert hooks into the import facility, by putting directly -Perl code into the @INC array. There are three forms of hooks: subroutine +You can also insert hooks into the import facility, by putting Perl code +directly into the @INC array. There are three forms of hooks: subroutine references, array references and blessed objects. Subroutine references are the simplest case. When the inclusion system