Subject: | Under Win32, some paths may be reported with wrong "slash" |
http://cpantesters.org/cpan/report/4bec28d4-6bf7-1014-8bfa-8166d1d52598
makes me suspect that, under Win32, an event path may be reported with a
forward slash instead of a back-slash.
The test is comparing a path created via Path::Class (which uses
File::Spec internally) with a path returned from ChangeNotify. The
former is
'C:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3\_queue_not_subscribed', the
latter is 'C:\DOCUME~1\Admin\LOCALS~1\Temp\1R8WMye9O3/_queue_not_subscribed'
If I get access to a Windows machine, I'll write a minimal test case,
but getting access may take some time.