diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-04-18 16:55:34 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-04-18 16:55:34 +0200 |
commit | 58ccccf6974c5065b1e46a35535f9539731d055a (patch) | |
tree | cf08c2066e114d7f944220f69482e16e5fbadc0d /lib/Module | |
parent | ce75ce2a31fe3e5dc80ec02db17cf150542e3d4a (diff) | |
download | perl-58ccccf6974c5065b1e46a35535f9539731d055a.tar.gz |
Here are some patches for QNX6 against 5.10.x. Unpatched and patched
smoke reports also attached.
From: Sean Boudreau <seanb@qnx.com>
Date: Sun, 12 Apr 2009 10:18:39 -0400
Message-ID: <20090412141839.GA27971644@qnx.com>
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/Build.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Module/Build.pm b/lib/Module/Build.pm index e8bf0c6f64..fe453b5d67 100644 --- a/lib/Module/Build.pm +++ b/lib/Module/Build.pm @@ -54,6 +54,7 @@ my %OSTYPES = qw( interix Unix gnu Unix gnukfreebsd Unix + nto Unix dos Windows MSWin32 Windows |