develooper Front page | perl.perl5.porters | Postings from May 2011

Re: [perl.git] branch blead, updated. v5.14.0-173-g16384ac

Thread Previous
From:
Karl Williamson
Date:
May 20, 2011 11:14
Subject:
Re: [perl.git] branch blead, updated. v5.14.0-173-g16384ac
Message ID:
4DD6AF6F.1090304@khwilliamson.com
On 05/20/2011 11:41 AM, Craig A. Berry wrote:
>
> On May 20, 2011, at 10:48 AM, Karl Williamson wrote:
>
>> On 05/20/2011 07:21 AM, Craig A. Berry wrote:
>>> In article<E1QN4gV-0001Up-42@camel.ams6.corp.booking.com>,
>>>   public@khwilliamson.com ("Karl Williamson") wrote:
>>>
>>>> In perl.git, the branch blead has been updated
>>>>
>>>> <http://perl5.git.perl.org/perl.git/commitdiff/16384ac1a12fbce5b13c01bce55170b
>>>> 34a0419aa?hp=c2217cd33590ef654504deb38dcf3378dcdc095c>
>>>>
>>>> - Log -----------------------------------------------------------------
>>>> commit 16384ac1a12fbce5b13c01bce55170b34a0419aa
>>>> Author: Karl Williamson<public@khwilliamson.com>
>>>> Date:   Wed May 18 16:23:17 2011 -0600
>>>>
>>>>      Revamp podcheck.t
>>>
>>> $ perl [.porting]podcheck.t
>>> 1..1469
>>> Undefined subroutine&My::Pod::Checker::carp called at
>>> [.porting]podcheck.t line 500,<$in_fh>   line 148.
>>> # Looks like you planned 1469 tests but ran 0.
>>> %SYSTEM-F-ABORT, abort
>>
>> Fixed by commit ece9ad29e93f08cdb36e63f99da7ef1f49837e52
>> But I don't know why it should be calling carp on just VMS in the first place.  I'd be interested in seeing the output, even if the carp doesn't cause test failures
>
> After changing C<carp>  to C<Carp::carp>, it runs.  A gzipped log of that run is attached.  It looks like most of the trouble stems from filename case not being preserved, so the keys in the known problems list don't match.
>

Actually, I believe the problem is my failure to do the appropriate 
File::Spec calls.  What would be helpful to me is if you would call
podcheck.t manually with the --regen parameter
On linux it would look like
cd t
./perl -I../lib porting/podcheck.t --regen

and then send me a copy of the generated file
t/porting/known_pod_issues.dat

Thanks


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About