From df0a144154b7cdeb36e8b9123a3664b1919016af Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Thu, 2 Apr 2015 14:38:34 +0300 Subject: [PATCH] Drop taint mode --- musicexpo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicexpo b/musicexpo index a850ec1..a687c4d 100755 --- a/musicexpo +++ b/musicexpo @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT -CSDA +#!/usr/bin/perl -w -CSDA use v5.14; use App::MusicExpo; -- 2.30.2