Skip to content

New version of Path::Class breaks windows paths including volume #29

@frioux

Description

@frioux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions