Return-Path: Delivered-To: apmail-perl-docs-dev-archive@www.apache.org Received: (qmail 56698 invoked from network); 23 Sep 2005 17:49:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 17:49:04 -0000 Received: (qmail 98798 invoked by uid 500); 23 Sep 2005 17:49:03 -0000 Delivered-To: apmail-perl-docs-dev-archive@perl.apache.org Received: (qmail 98770 invoked by uid 500); 23 Sep 2005 17:49:03 -0000 Mailing-List: contact docs-dev-help@perl.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list docs-dev@perl.apache.org Received: (qmail 98750 invoked by uid 99); 23 Sep 2005 17:49:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 10:49:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [195.80.154.36] (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 10:49:09 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 11D06D692C; Fri, 23 Sep 2005 19:48:38 +0200 (CEST) Message-ID: <43343FF5.6060506@stason.org> Date: Fri, 23 Sep 2005 10:48:37 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050729 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: "Philip M. Gollucci" CC: docs-dev@perl.apache.org Subject: Re: svn commit: r290549 - /perl/modperl/docs/trunk/src/docs/1.0/guide/performance.pod References: <20050920195002.17431.qmail@minotaur.apache.org> <43307CBB.2060303@stason.org> <43307E1B.5060404@p6m7g8.com> <4330AE3A.10205@stason.org> <4333A680.20209@p6m7g8.com> <4333AA40.2090501@p6m7g8.com> In-Reply-To: <4333AA40.2090501@p6m7g8.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >> Stas Bekman wrote: >> >>> I've also updated lib/DocSet as you've sent to me and before that >>> html2ps, so that might be the cause as well. i.e try installing an >>> older DocSet module and nuke lib/DocSet so it won't use the local >>> modules. >> >> >> Stas, >> DocSet0.17 works, but DocSet0.18 Does not. >> >> I may have sometime to dig through the diff Saturday morning. >> > Eurika! > > This part of the upgrade causes it to fail, though I have no idea why (yet) > > diff -u -bwi -ru DocSet-0.17/lib/DocSet/Doc/POD2HTMLPS.pm > DocSet-0.18/lib/DocSet/Doc/POD2HTMLPS.pm > --- DocSet-0.17/lib/DocSet/Doc/POD2HTMLPS.pm Thu Jun 13 05:06:21 2002 > +++ DocSet-0.18/lib/DocSet/Doc/POD2HTMLPS.pm Fri Sep 2 15:19:00 2005 > @@ -97,25 +97,25 @@ > > sub view_head1 { > my ($self, $head1) = @_; > - return "

" . $self->anchor($head1->title) . "

\n\n" . > + return "

" . $head1->title . "

\n\n" . > $head1->content->present($self); > } > > sub view_head2 { > my ($self, $head2) = @_; > - return "

" . $self->anchor($head2->title) . "

\n\n" . > + return "

" . $head2->title . "

\n\n" . > $head2->content->present($self); > } > > sub view_head3 { > my ($self, $head3) = @_; > - return "

" . $self->anchor($head3->title) . "

\n\n" . > + return "

" . $head3->title . "

\n\n" . > $head3->content->present($self); > } > > sub view_head4 { > my ($self, $head4) = @_; > - return "
" . $self->anchor($head4->title) . "
\n\n" . > + return "
" . $head4->title . "
\n\n" . > $head4->content->present($self); > } Cool, I should have mentioned http://svn.perl.org/viewcvs/modules/DocSet/ -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://mailchannels.com --------------------------------------------------------------------- To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org For additional commands, e-mail: docs-dev-help@perl.apache.org