From 8086953ce18631a75cca3f1e6d5a53f2c1b6710f Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 18 Aug 2013 11:04:05 +0300 Subject: [PATCH] Remove -CSDA from test scripts --- t/App-MusicExpo.t | 2 +- t/musicexpo-cache.t | 2 +- t/musicexpo.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/App-MusicExpo.t b/t/App-MusicExpo.t index 0ad611b..6dfc455 100644 --- a/t/App-MusicExpo.t +++ b/t/App-MusicExpo.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT -CSDA +#!/usr/bin/perl -wT use v5.14; use warnings; diff --git a/t/musicexpo-cache.t b/t/musicexpo-cache.t index 635f671..21f5d99 100644 --- a/t/musicexpo-cache.t +++ b/t/musicexpo-cache.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT -CSDA +#!/usr/bin/perl -wT use v5.14; use warnings; diff --git a/t/musicexpo.t b/t/musicexpo.t index b2f133c..fcd4e69 100644 --- a/t/musicexpo.t +++ b/t/musicexpo.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -wT -CSDA +#!/usr/bin/perl -wT use v5.14; use warnings; -- 2.30.2