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.