Skip Menu |

This queue is for tickets about the File-Remove CPAN distribution.

Report information
The Basics
Id: 8658
Status: resolved
Priority: 0/
Queue: File-Remove

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



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.
[MSCHWERN - Mon Nov 29 23:30:26 2004]: Show quoted text
> 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.
Skipped in both circumstances until I can subclass into File::Remove::OSX and so on. - R.