change DynaLoader.t to know VOS has no libc library
authorPaul Green <Paul.Green@stratus.com>
Wed, 27 Mar 2013 16:07:57 +0000 (12:07 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 4 Jun 2013 03:30:28 +0000 (20:30 -0700)
ext/DynaLoader/t/DynaLoader.t

index 57f1e48..32b70b1 100644 (file)
@@ -112,7 +112,7 @@ SKIP: {
     # (not at least by that name) that the dl_findfile()
     # could find.
     skip "dl_findfile test not appropriate on $^O", 1
-       if $^O =~ /(win32|vms|openbsd|cygwin)/i;
+       if $^O =~ /(win32|vms|openbsd|cygwin|vos)/i;
     # Play safe and only try this test if this system
     # looks pretty much Unix-like.
     skip "dl_findfile test not appropriate on $^O", 1