From 11352def7454f9fecbb63a10b49f58544370e93e Mon Sep 17 00:00:00 2001 From: jnthn Date: Mon, 20 Apr 2009 10:18:00 +0200 Subject: [PATCH] Fix gen_setting_pm.pl changes yesterday to also work on Win32. --- build/gen_setting_pm.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/build/gen_setting_pm.pl b/build/gen_setting_pm.pl index aade9de40d9..c8175b863f6 100644 --- a/build/gen_setting_pm.pl +++ b/build/gen_setting_pm.pl @@ -30,6 +30,7 @@ print <<"END_SETTING"; # Need to use all built-in classes, to import their exports. END_SETTING +s/\\/\//g for @classes; print join('', map { my $colon_form = $_; $colon_form =~ s/[\/\\]/::/g;