This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlexperiment: document the private_use experiment
[perl5.git] / pod / splitpod
index 10fd6af..1bc91bd 100644 (file)
@@ -46,7 +46,7 @@ for $f ( keys %syn ) {
     my $has_back = $body =~ /^=back/;
     $body =~ s/^=over\s*//m if $has_over and !$has_back;
     $body =~ s/^=back\s*//m if $has_back and !$has_over;
-    open (POD, "> $name.pod") || die "can't open $name.pod: $!";
+    open (POD, '>', "$name.pod") || die "can't open $name.pod: $!";
     print POD <<EOF;
 \=head1 NAME