Skip to content

Commit 0d48766

Browse files
committed
caffeinate: added note about kerberos auth module
1 parent a98d38c commit 0d48766

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

caffeinate

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
use strict;
66
use warnings;
7+
use LWP::Debug ();
8+
9+
# LWP::Authen::Negotiate is the Perl module that makes kerberos authenitcation
10+
# magically work
711

812
my $URL = 'https://www-s.acm.uiuc.edu/caffeine';
913

0 commit comments

Comments
 (0)