in reply to Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken

It doesn't break the test suite, but I don't know whether it breaks any usage patterns that aren't tested by the test suite.

Report your problem and suggested solution to the issue tracker - David Golden is pretty quick on the ball for Path::Tiny issues.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re: Path-Tiny-0.028 Path::Tiny on win32 turns C:/ or C:\ into C: / absolute / realpath are broken