We upgraded from Path::Class 0.26 to Path::Class 0.33. In the old version this test would pass ``` is(dir('C:', 'foo')->stringify, 'C:\foo'); ``` but now it gets ``` 'C:foo' ``` which is incorrect.