Skip Menu |

This queue is for tickets about the File-Find-Rule-Filesys-Virtual CPAN distribution.

Report information
The Basics
Id: 11677
Status: resolved
Priority: 0/
Queue: File-Find-Rule-Filesys-Virtual

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

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



Subject: Prereq error in t/findvirtual.t
The Build.PL and Makefile.PL files require Filesys::Virtual, but the t/findvirtual.t fails looking for Filesys::Virtual::Plain, which is a different package. One of two changes should happen: 1) The Makefile.PL and Build.PL should be updated to build_require Filesys::Virtual::Plain 2) The test should be altered to skip if ::Plain is not installed.
From: cdolan [...] cpan.org
[CDOLAN - Sun Feb 27 14:52:22 2005]: Show quoted text
> The Build.PL and Makefile.PL files require Filesys::Virtual, but the > t/findvirtual.t fails looking for Filesys::Virtual::Plain, which is a > different package. One of two changes should happen: > 1) The Makefile.PL and Build.PL should be updated to build_require > Filesys::Virtual::Plain > 2) The test should be altered to skip if ::Plain is not installed.
Oops, sorry I just noticed that this but was already reported... Chris
From: Gary.Vollink [...] gmail.com
[CDOLAN - Sun Feb 27 14:57:29 2005]: Show quoted text
> [CDOLAN - Sun Feb 27 14:52:22 2005]: >
> > The Build.PL and Makefile.PL files require Filesys::Virtual, but the > > t/findvirtual.t fails looking for Filesys::Virtual::Plain, which is a > > different package. One of two changes should happen: > > 1) The Makefile.PL and Build.PL should be updated to build_require > > Filesys::Virtual::Plain > > 2) The test should be altered to skip if ::Plain is not installed.
> > > Oops, sorry I just noticed that this but was already reported... > Chris
I note that my orig report wasn't as good as yours... but neither has been noticed by the author. Perhaps it's time to Email him.