be nice and use strict

This commit is contained in:
Matthew Slowe 2021-01-23 16:44:00 +00:00
parent 612526aca8
commit 6fdf2d2427

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/env perl
# use warnings; # use warnings;
# use strict; use strict;
use Net::Stomp; use Net::Stomp;
use Net::MQTT::Simple; use Net::MQTT::Simple;
@ -111,4 +111,4 @@ while(1) {
} }
$mq->disconnect(); $amq->disconnect();