You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2022/12/08 21:42:40 UTC

svn commit: r1905870 - /spamassassin/trunk/t/podchecker.t

Author: sidney
Date: Thu Dec  8 21:42:40 2022
New Revision: 1905870

URL: http://svn.apache.org/viewvc?rev=1905870&view=rev
Log:
Bug 8088 - Add -T and remove use strict and use warnings - copied initial file from wrong template

Modified:
    spamassassin/trunk/t/podchecker.t

Modified: spamassassin/trunk/t/podchecker.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/podchecker.t?rev=1905870&r1=1905869&r2=1905870&view=diff
==============================================================================
--- spamassassin/trunk/t/podchecker.t (original)
+++ spamassassin/trunk/t/podchecker.t Thu Dec  8 21:42:40 2022
@@ -1,10 +1,8 @@
-#!/usr/bin/perl
+#!/usr/bin/perl -T
 
 use lib '.'; use lib 't';
 use SATest; sa_t_init('podchecker');
 
-use strict;
-use warnings;
 use Test::More;
 
 plan skip_all => "This test requires Test::Pod" unless (eval { use Test::Pod 1.00; 1} );