Subject: | bin/dancer2-generate-crypted-password has wrong #!perl |
The script bin/dancer2-generate-crypted-password has the following #!
#!/usr/bin/env perl
Per https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58, this does not get re-written to the user's perl.
Could it please be changed to: #!/usr/bin/perl
Thanks,