summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-05-14 17:08:56 +0100
committerNicholas Clark <nick@ccl4.org>2011-05-19 10:18:14 +0100
commit29c22b52682692a630218342d1997c803a3b487b (patch)
tree292f5591f4269ba0567791e22c5a87e2f93ba358 /Porting
parentfb8ff1db5449e3c679d9193f00ffaa0a15f88fd7 (diff)
downloadperl-29c22b52682692a630218342d1997c803a3b487b.tar.gz
Rename safer_open() to open_new(), and eliminate the first parameter.
Update the SHA256s where necessary in the generated files.
Diffstat (limited to 'Porting')
-rw-r--r--Porting/makemeta2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makemeta b/Porting/makemeta
index 37987a7c0b..fc28439e35 100644
--- a/Porting/makemeta
+++ b/Porting/makemeta
@@ -50,7 +50,7 @@ my %dirs;
@dirs = map { " - $_" } sort { lc $a cmp lc $b } @dirs;
-my $fh = safer_open($new_file, $file);
+my $fh = open_new($file);
local $" = "\n";
print $fh <<"EOI";