diff --git a/caffeinate b/caffeinate index 825512f..eda96d0 100755 --- a/caffeinate +++ b/caffeinate @@ -4,6 +4,10 @@ use strict; use warnings; +use LWP::Debug (); + +# LWP::Authen::Negotiate is the Perl module that makes kerberos authenitcation +# magically work my $URL = 'https://www-s.acm.uiuc.edu/caffeine';