r29352 | jkeenan | 2008-07-12 13:00:43 -0400 (Sat, 12 Jul 2008) | 4 lines
Applied 5 days ago. No complaints heard. Closing ticket.
James Keenan via RT schrieb:
On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote:
Since I closed this ticket in January, more code has been added.
Tonight, while writing unit tests for internal subroutine
_handle_ncurses_need(), I noticed the following lines:
if ( $osname =~ /mswin32/i )
On Sat, Jul 12, 2008 at 12:56 PM, James Keenan via RT
<[EMAIL PROTECTED]> wrote:
> On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote:
>> Since I closed this ticket in January, more code has been added.
>> Tonight, while writing unit tests for internal subroutine
>> _handle_ncurses_need(), I noti
On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote:
> Since I closed this ticket in January, more code has been added.
> Tonight, while writing unit tests for internal subroutine
> _handle_ncurses_need(), I noticed the following lines:
>
> if ( $osname =~ /mswin32/i ) {
> if ( $cc =
Since I closed this ticket in January, more code has been added.
Tonight, while writing unit tests for internal subroutine
_handle_ncurses_need(), I noticed the following lines:
if ( $osname =~ /mswin32/i ) {
if ( $cc =~ /^gcc/i ) {
$conf->data->add( ' ', libs => '-lncuses
Additional refactoring was done to handle the macports-related code.
Some documentation of readline added. More tests added; coverage is
high. Ticket can be closed.
kid51
In r24672, considerable refactoring of guts of runstep() to make it more
testable. This was done along same lines as in RT 43312
(config/auto/gmp.pm) and, in fact, some code in common was refactored
out into new Parrot module Parrot::Configure::Step::Methods. The stub
test file t/configure/144-au
File holding framework for writing tests for this configuration step was
committed to trunk Oct 21 2007 in r22362. Tests do not yet provide high
coverage due to obstacles in testing runstep(). You are encouraged to
poke around and add tests.
# New Ticket Created by James Keenan
# Please include the string: [perl #43310]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=43310 >
Write unit tests for config/auto/readline.pm,
the module whose functionality executes P