Closed xtaran closed 5 years ago
wml_contrib/wml1to2 is an executable Perl script, but doesn't have a proper #!/usr/bin/perl shebang line.
wml_contrib/wml1to2
#!/usr/bin/perl
Fixed in git master. I was told a starting ":" used to serve a similar purpose as a shebang.
wml_contrib/wml1to2
is an executable Perl script, but doesn't have a proper#!/usr/bin/perl
shebang line.