Skip Menu |

This queue is for tickets about the Module-Husbandry CPAN distribution.

Report information
The Basics
Id: 2271
Status: open
Priority: 0/
Queue: Module-Husbandry

People
Owner: Nobody in particular
Requestors: chris [...] prather.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Fails on Test at Line 66 under Win32 ... because of a bad path...
Hey, I would (attempt to) supply a patch but I don't know enough about Test.pm to really do a decent job. However I can describe a work around that got it to pass for me. Change (Line 66 in Module-Husbandry.t): sub { _f [qw( lib/B.pm lib/B.pod )], "(foo/Template.pm),(foo/Template.pod)" }, to: sub { _f [qw( lib/B.pm lib/B.pod )], "(foo\\Template.pm),(foo\\Template.pod)" }, And it will pass fine under AS Perl 8xx (5.8) -Chris
On Sat Mar 22 18:11:45 2003, guest wrote: Show quoted text
> Hey, > > I would (attempt to) supply a patch but I don't know enough about > Test.pm to really do a decent job. However I can describe a work > around that got it to pass for me. > > Change (Line 66 in Module-Husbandry.t): > > sub { _f [qw( lib/B.pm lib/B.pod )], > "(foo/Template.pm),(foo/Template.pod)" }, > > to: > > sub { _f [qw( lib/B.pm lib/B.pod )], > "(foo\\Template.pm),(foo\\Template.pod)" }, > > And it will pass fine under AS Perl 8xx (5.8) > > -Chris
This still occurs with Strawberry Perl 5.24.1.1 (64bit) Windows 10