source: perl/modules/Kerberos/Makefile.PL @ e9f3e38

Last change on this file since e9f3e38 was e9f3e38, checked in by Pweaver (Paul Weaver) <paul@mordor.org>, 7 years ago
renew command implemented :renew in barnowl prompts for a password, and then runs kinit -l7d with that password renew was implemented using IPC::Open3 and AnyEvent libraries
  • Property mode set to 100644
File size: 93 bytes
Line 
1use strict;
2use warnings;
3
4use inc::Module::Install;
5
6barnowl_module('Kerberos');
7
8WriteAll;
Note: See TracBrowser for help on using the repository browser.