Skip to content

Commit

Permalink
don't import use Amazon::SQS::Simple unconditionally
Browse files Browse the repository at this point in the history
aws_support checks inc, and only then eval block imports
to allow conditional installation of the module.
  • Loading branch information
lmiphay committed Oct 22, 2017
1 parent 3f3ef31 commit d97fb72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion squeezy
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ sub aws_recv {
}

sub send_command_aws {
use Amazon::SQS::Simple;
use Time::HiRes;

# Create an SQS object
Expand Down

0 comments on commit d97fb72

Please sign in to comment.