thewml / website-meta-language

An old offline HTML preprocessor (which can be used for static site generation), written in Perl and C that is still maintained for legacy reasons, but probably not recommended for new sites.
https://www.shlomifish.org/open-source/projects/website-meta-language/
GNU General Public License v2.0
14 stars 8 forks source link

wml_contrib/wml1to2 is an executable Perl script, but doesn't have a shebang line #36

Closed xtaran closed 5 years ago

xtaran commented 5 years ago

wml_contrib/wml1to2 is an executable Perl script, but doesn't have a proper #!/usr/bin/perl shebang line.

shlomif commented 5 years ago

Fixed in git master. I was told a starting ":" used to serve a similar purpose as a shebang.