Add 'use English' for special variable names

This commit is contained in:
Donncha O'Cearbhaill 2013-07-21 14:24:35 +01:00
parent 3ed318e47d
commit 595a9514a8
1 changed files with 1 additions and 0 deletions

1
gpgit
View File

@ -22,6 +22,7 @@
use strict;
use warnings;
use English;
use Mail::GnuPG;
use MIME::Parser;