[Pgp-tools-commit] r798 - trunk/caff

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Fri Apr 10 17:04:53 UTC 2015


Author: guilhem-guest
Date: 2015-04-10 17:04:53 +0000 (Fri, 10 Apr 2015)
New Revision: 798

Modified:
   trunk/caff/caff
Log:
caff: use warnings;

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2015-04-10 17:04:48 UTC (rev 797)
+++ trunk/caff/caff	2015-04-10 17:04:53 UTC (rev 798)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 # caff  --  CA - Fire and Forget
 # $Id$
@@ -407,6 +407,7 @@
 =cut
 
 use strict;
+use warnings;
 use IO::Handle;
 use File::Copy qw{copy};
 use File::Temp;




More information about the Pgp-tools-commit mailing list