I already have a workaround- my test script now begins with
$ENV{PWD}=$ENV{PerWkDay} or die "Set PerWkDay=%PWD% before running tests\n";
Basically, setting PWD back to what it needs to be. It's a hack but it
gets me started with coverge reports.
I decided to check out the coverage of a little program and am running
into a bump. The code is part of a suite of code which uses the
environment to pass options. One of those environment variables
happens to be called PWD, and it doesn't hold the present working
directory. (It stands for "Period,
On 24 September 2010 22:12, Shlomi Fish wrote:
> Hi Fergal,
>
> On Friday 24 September 2010 23:00:53 Fergal Daly wrote:
>> For a long time now, I haven't had time to maintain this module. I
>> don't write any perl beyond 1-liners these days and work and family
>> take up most of my free time. When
Hi Fergal,
On Friday 24 September 2010 23:00:53 Fergal Daly wrote:
> For a long time now, I haven't had time to maintain this module. I
> don't write any perl beyond 1-liners these days and work and family
> take up most of my free time. When I do have some time, tweaking
> software I don't use an
For a long time now, I haven't had time to maintain this module. I
don't write any perl beyond 1-liners these days and work and family
take up most of my free time. When I do have some time, tweaking
software I don't use any more is not on high up the list.
There are a couple of things that need d