summaryrefslogtreecommitdiff
path: root/FS/FS/rate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/rate.pm')
-rw-r--r--FS/FS/rate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/rate.pm b/FS/FS/rate.pm
index 1cc2152..f19ebf0 100644
--- a/FS/FS/rate.pm
+++ b/FS/FS/rate.pm
@@ -2,8 +2,6 @@ package FS::rate;
use strict;
use vars qw( @ISA $DEBUG );
-use Storable qw(thaw);
-use Data::Dumper;
use FS::Record qw( qsearch qsearchs dbh fields );
use FS::rate_detail;
@@ -309,6 +307,8 @@ Experimental job-queue processor for web interface adds/edits
=cut
+use Storable qw(thaw);
+use Data::Dumper;
use MIME::Base64;
sub process {
my $job = shift;