Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/002_common/024_txn_scope.t fails on win32 (cpan-testers issue) #146

Open
spechenin opened this issue May 11, 2015 · 0 comments
Open

t/002_common/024_txn_scope.t fails on win32 (cpan-testers issue) #146

spechenin opened this issue May 11, 2015 · 0 comments

Comments

@spechenin
Copy link

Failing test:
t/002_common/024_txn_scope.t , line 41
like $warning, qr{Guard created at .?/?t/002_common/024_txn_scope.t line 32};

Reason:
win32 paths look like "path\to\directory" while "path/to/directory" was expected, note that separators differ.

Proposed fix:
like $warning, qr{\QGuard created at $0 line 32};

@spechenin spechenin changed the title cpan-testers win32 fails t/002_common/024_txn_scope.t fails on win32 (cpan-testers issue) May 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant