source: perl/modules/Kerberos/Makefile.PL @ 20ec886

Last change on this file since 20ec886 was 268c7e8, checked in by Jason Gross <jasongross9@gmail.com>, 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.