From 0d48766d944ed33d107fa3493664b876f93d4c34 Mon Sep 17 00:00:00 2001 From: Adrian Kreher Date: Sat, 10 Oct 2009 15:03:37 -0500 Subject: [PATCH] caffeinate: added note about kerberos auth module --- caffeinate | 4 ++++ 1 file changed, 4 insertions(+) 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';