Subject: | a patche for fixing excluded-dirs.t under windows |
Hi Dave,
Unfortunately excluded-dirs.t under windows ends in failure.
So, may I ask you a favour? Could you apply the attached patch?
I confirmed all the tests passing as a matter of course.
Best regards,
Taro Nishino
Subject: | excluded-dirs.t.diff.txt |
--- excluded-dirs.t.orig Fri Nov 6 19:50:11 2009
+++ excluded-dirs.t Fri Nov 6 20:05:29 2009
@@ -18,8 +18,8 @@
f('foo'),
f('bar'),
f( 'excluded', 'dir' ),
- qr(/r[^/]+$),
- qr(/\.[^/]*$),
+ qr{(?:\\|/)r[^\\/]+$},
+ qr{(?:\\|/)\.[^\\/]*$},
]
);