Re: [perl #56110] [PATCH] Warnings on Solaris

2008-06-20 Thread Andrew Johnson
On Thursday 19 June 2008 15:33:14 Parrot via RT wrote: > "src/packfile.c", line 351: warning: argument #1 is incompatible with > prototype: >         prototype: pointer to char : "/usr/include/sys/mman.h", line 161 >         argument : pointer to long > "src/packfile.c", line 878: warning: argument

Re: Status of Plumhead (licensing considerations)

2008-06-20 Thread Christoph Otto
Bernhard Schmalhofer wrote: Have you thought about license implications? 'genskel.pl' seems to take code snippets from PHP source. Best regards, Bernhard Schmalhofer (I'm replying separately to the two threads in this message.) As far as I can tell, copying the code for a function signat

[perl #56152] Darwin 10.5.3 x86 rel 28576 - test codingstd/perlcritic - assuming ProhibitAmbiguousNames::default_forbidden_names() in Perl::Critic 1.03

2008-06-20 Thread Andy Bach
# New Ticket Created by "Andy Bach" # Please include the string: [perl #56152] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56152 > prove -v t/codingstd/perlcritic.t t/codingstd/perlcritic..Undefined subroutine &Perl:

[perl #56006] [BUG]: Test failures on Solaris10-x86

2008-06-20 Thread James Keenan via RT
On Thu Jun 19 22:47:58 2008, [EMAIL PROTECTED] wrote: > > Some of the other TODO tests use code like: > > my @todo; > @todo = ( todo => 'some reason' ) if $^O =~ /SomePlatform/; > > some_test_assertion( $expect, $receive, $description, @todo ); > > This seems appropriate here

Re: [perl #56006] Test failures on Solaris10-x86

2008-06-20 Thread Andrew Johnson
On Thursday 19 June 2008 20:33:31 James Keenan via RT wrote: > > In Perl 5, what is the value for $^O on your system? (I'd like to have > it for doing a SKIP on the TODO passing test above.) perses% perl -e 'print "$^O\n";' solaris - Andrew -- Talk is cheap. Show me the code. -- Linus Torvalds