From 6f1f1de79c9bf4785dd732655e970945fc23b1ef Mon Sep 17 00:00:00 2001 From: karthik Date: Tue, 24 Sep 2013 01:32:59 +0200 Subject: [PATCH] remove warnings just in case --- git-cal | 1 - 1 file changed, 1 deletion(-) diff --git a/git-cal b/git-cal index 3395e94..cf7d5d0 100755 --- a/git-cal +++ b/git-cal @@ -1,6 +1,5 @@ #!/usr/bin/perl use strict; -use warnings; use utf8; use Getopt::Long;