From 00218b6cc532a6b9b76be92801fec604a6ea07fa Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 18 Feb 2017 21:53:44 +1030 Subject: [PATCH] Fix typo --- dau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dau b/dau index 979f378..c3f7721 100755 --- a/dau +++ b/dau @@ -5,7 +5,7 @@ use warnings; use feature 'say'; -use IO::Socket::SSL +use IO::Socket::SSL; use Mojo::UserAgent; use Getopt::Long qw/GetOptions/; use Data::Dumper qw/Dumper/;