[perl #43302] [TODO] config/gen/makefiles.pm: Write unit tests

2008-07-30 Thread James Keenan via RT
Tests contributed as part of r29867. Marking ticket resolved. kid51

Re: [perl #43302] [TODO] config/gen/makefiles.pm: Write unit tests

2008-07-28 Thread Andy Dougherty
On Sat, 26 Jul 2008, James Keenan via RT wrote: > In the course of working on unit tests in the 'parallel' branch, I came > across this inline comment in config/gen/makefiles.pm: > > # Why is this here? I'd think this information belongs > # in the CFLAGS.in file. -- A.D. March 12, 2004

[perl #43302] [TODO] config/gen/makefiles.pm: Write unit tests

2008-07-26 Thread James Keenan via RT
In the course of working on unit tests in the 'parallel' branch, I came across this inline comment in config/gen/makefiles.pm: # Why is this here? I'd think this information belongs # in the CFLAGS.in file. -- A.D. March 12, 2004 if ( $conf->data->get('cpuarch') =~ /sun4|sparc64/ ) {

[perl #43302] [TODO] config/gen/makefiles.pm: Write unit tests

2007-10-21 Thread James Keenan via RT
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.

[perl #43302] [TODO] config/gen/makefiles.pm: Write unit tests

2007-06-22 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #43302] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43302 > Write unit tests for config/gen/makefiles.pm, the module whose functionality executes P