Subject: | Does not declare dependency on Mac::Glue |
trash() uses Mac::Glue on OS X but File::Remove does not declare its dependency on Mac::Glue. This results in mysterious test failures in t/1_directories.t if you don't have Mac::Glue installed.
Either make Mac::Glue a dependency for OS X or skip the trash() tests when trash() dies.
Similar issue for Win32::FileOp and Windows.