mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Dummy pod files need content
This commit is contained in:
parent
f392229ddd
commit
459cbe6430
@ -98,7 +98,7 @@ sub createDummyPods {
|
||||
mkdir "$poddir/man7";
|
||||
foreach my $d (@dummyPods) {
|
||||
if (!open(TMP, ">>$d")) { warn "Could not create dummy pod file $d ($!)\n"; }
|
||||
else { close TMP; }
|
||||
else { print TMP "=head1 NAME"; close TMP; }
|
||||
}
|
||||
|
||||
return @dummyPods;
|
||||
|
Loading…
x
Reference in New Issue
Block a user