Skip Menu |

This queue is for tickets about the Module-Load-Conditional CPAN distribution.

Report information
The Basics
Id: 78911
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Module-Load-Conditional

People
Owner: BINGOS [...] cpan.org
Requestors: craigberry [...] mac.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] test fix-up for VMS
Date: Sat, 11 Aug 2012 17:00:50 -0500
To: bug-Module-Load-Conditional [...] rt.cpan.org
From: "Craig A. Berry" <craigberry [...] mac.com>
0.52 has new tests that compare a known pathname with what gets returned from check_install(). Except the known pathname is constructed using File::Spec, which on VMS returns paths in native syntax, whereas check_install() returns Unix-style paths. The attached patch gets the test passing by converting the comparison pathname to Unix-style syntax on VMS only. Show quoted text
________________________________________ Craig A. Berry mailto:craigberry@mac.com "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser

Message body is not shown because sender requested not to inline it.

This was resolved with: Changes for 0.54 Sun Aug 12 09:10:13 BST 2012 ================================================= * VMS test fixes from Craig Berry Many thanks.