From d136e0c1739b78ffbc72c863eae5efe72da2ee24 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Feb 2014 18:03:05 -0500 Subject: stop using #!/usr/bin/env perl in installed scripts --- bin/lastfm_export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/lastfm_export b/bin/lastfm_export index b40f7c7..f8c797e 100644 --- a/bin/lastfm_export +++ b/bin/lastfm_export @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!perl use strict; use warnings; # PODNAME: lastfm_export -- cgit v1.2.3-54-g00ecf