Skip to content

Commit

Permalink
Removed stray Data::Dumper line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trott committed Dec 6, 2010
1 parent a69a844 commit 28e0a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Crypt/OpenPGP/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use strict;

# For some reason, FastCalc causes problems. Restrict to one of these 3 backends
use Math::BigInt only => 'Pari,GMP,Calc';
use Data::Dumper;

use vars qw( @EXPORT_OK @ISA );
use Exporter;
Expand Down

0 comments on commit 28e0a80

Please sign in to comment.