fix: align shebang

This commit is contained in:
2026-02-19 17:55:09 +01:00
parent 2e226eb7cb
commit 9b1e822580

2
m2h.pl
View File

@@ -1,4 +1,4 @@
#!perl -w
#!/usr/bin/env perl -w
use strict;
use Getopt::Long;
use MarkdownParser;