Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ExtUtils-ParseXS CPAN distribution.

Report information
The Basics
Id: 4083
Status: resolved
Priority: 0/
Queue: ExtUtils-ParseXS

People
Owner: Nobody in particular
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.05
Fixed in: (no value)



Subject: Uninit warnings from tests
This is with a stock 5.6.0 on OS X 10.2.8. All tests pass, however many warnings are generated. t/basic....Use of uninitialized value in pattern match (m//) at /private/var/local/cpanplus/5.6.0/build/ExtUtils-ParseXS-2.05/blib/lib/ExtUtils/ParseXS.pm line 204. ExtUtils::ParseXS::process_file('filename', 'XSTest.xs', 'output', 'GLOB(0x681a4)', 'prototypes', 1) called at t/basic.t line 29 Use of uninitialized value in pattern match (m//) at /private/var/local/cpanplus/5.6.0/build/ExtUtils-ParseXS-2.05/blib/lib/ExtUtils/ParseXS.pm line 204. ExtUtils::ParseXS::process_file('filename', 'XSTest.xs', 'output', 'GLOB(0x681a4)', 'prototypes', 1) called at t/basic.t line 29 untie attempted while 1 inner references still exist at /private/var/local/cpanplus/5.6.0/build/ExtUtils-ParseXS-2.05/blib/lib/ExtUtils/ParseXS.pm line 962, <File0000> line 67. ExtUtils::ParseXS::process_file('filename', 'XSTest.xs', 'output', 'GLOB(0x681a4)', 'prototypes', 1) called at t/basic.t line 29 untie attempted while 1 inner references still exist at /private/var/local/cpanplus/5.6.0/build/ExtUtils-ParseXS-2.05/blib/lib/ExtUtils/ParseXS.pm line 962, <File0000> line 134. ExtUtils::ParseXS::process_file('filename', 'XSTest.xs', 'output', 'XSTest.c', 'prototypes', 0) called at t/basic.t line 33 ok
I'm not getting any warnings with perl5.6.2 on OS X 10.3.8 with ExtUtils-ParseXS 2.08. Has the problem gone away? -Ken
[schwern@pobox.com - Sun Mar 6 12:41:02 2005]: Show quoted text
> > I don't have a 5.6.0 on OS X to check with anymore. Seems fine with > 5.8.1 though.
Okay, I'll consider it smooshed then. -Ken