[Rt-commit] r7599 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Sat Apr 21 11:42:35 EDT 2007
Author: ruz
Date: Sat Apr 21 11:42:34 2007
New Revision: 7599
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
Log:
r5041 at cubic-pc: cubic | 2007-04-21 17:28:37 +0400
* strict and warnings for all packages in file
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm Sat Apr 21 11:42:34 2007
@@ -1,8 +1,8 @@
-package RT::Crypt::GnuPG;
-
use strict;
use warnings;
+package RT::Crypt::GnuPG;
+
use IO::Handle;
use GnuPG::Interface;
use RT::EmailParser ();
@@ -1180,8 +1180,6 @@
# helper package to avoid using temp file
package IO::Handle::CRLF;
-use strict;
-use warnings FATAL => 'all';
use base qw(IO::Handle);
sub print {
More information about the Rt-commit
mailing list