On Mon, 18 Aug 2003 16:01:36 -0500 Ken Williams <ken@mathforum.org> wrote: > On Monday, August 18, 2003, at 07:16 AM, Mattia Barbon wrote: > > > Hello, > > this is the version in maintperl (File::Spec::Win32 version = 1.4, > > File::Spec version = 0.86), and it's currently broken, because it > > calls a > > ->cwd method on itself, which isn't present. Patch adds the method > > (back?). > > Alternatives are renaming the method to _cwd (since it's not > > documented) > > or rewrite the code to explicitly do the require (as in > > File::Spec::Unix). > I'm a little confused, because File::Spec::Win32 inherits from > File::Spec::Unix, which provides a cwd() method. Are you sure you're > seeing the problem correctly? Sure: I double checked: the version against which the patch was made did not have it, but since maintperl@20784 now has it, the problem is solved. Regards MattiaThread Previous