From aa4d426b4d3527d7e166df1a05058c9a4a0f6683 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 00:33:56 +0200 Subject: initial/final commit --- openssl-1.1.0h/Configurations/windows-checker.pm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 openssl-1.1.0h/Configurations/windows-checker.pm (limited to 'openssl-1.1.0h/Configurations/windows-checker.pm') diff --git a/openssl-1.1.0h/Configurations/windows-checker.pm b/openssl-1.1.0h/Configurations/windows-checker.pm new file mode 100644 index 0000000..de46fbc --- /dev/null +++ b/openssl-1.1.0h/Configurations/windows-checker.pm @@ -0,0 +1,22 @@ +#! /usr/bin/perl + +use Config; + +# Check that the perl implementation file modules generate paths that +# we expect for the platform +use File::Spec::Functions qw(:DEFAULT rel2abs); + +if (rel2abs('.') !~ m|\\|) { + die <treecommitdiff
AgeCommit message (Expand)Author
2023-05-31tests: Use quasiquoted 'match' patterns for package sexps....Ludovic Courtès
2022-06-15import: Add hex.pm importer....Hartmut Goebel