[3701] in BarnOwl Developers
Re: [barnowl] barnowl-screen (#101)
daemon@ATHENA.MIT.EDU (Jason Gross)
Tue Jan 7 19:30:46 2014
Date: Tue, 07 Jan 2014 16:30:40 -0800
From: Jason Gross <notifications@github.com>
Reply-To: barnowl/barnowl <reply+p-8712394-9261b98105cbb75cfcfe001daf9a2da63b6a2f27-4475081@reply.github.com>
To: barnowl/barnowl <barnowl@noreply.github.com>
In-Reply-To: <barnowl/barnowl/pull/101@github.com>
----==_mimepart_52cc9c309d6a3_6d6b102dcfc251690
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
> +=head1 DESCRIPTION
> +
> +This module allows someone to renew tickets withing barnowl
> +
> +=cut
> +
> +use BarnOwl;
> +use AnyEvent;
> +use AnyEvent::Handle;
> +use IPC::Open3;
> +
> +use Data::Dumper;
> +
> +our $VERSION = 1.0;
> +
> +BarnOwl::new_variable_bool(
Any particular reason this is done on module load rather than on startup, which is different from the `new_command`?
---
Reply to this email directly or view it on GitHub:
https://github.com/barnowl/barnowl/pull/101/files#r8712394
----==_mimepart_52cc9c309d6a3_6d6b102dcfc251690
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<p>In perl/modules/Kerberos/lib/BarnOwl/Module/Kerberos.pm:</p>
<pre style='color:#555'>> +=head1 DESCRIPTION
> +
> +This module allows someone to renew tickets withing barnowl
> +
> +=cut
> +
> +use BarnOwl;
> +use AnyEvent;
> +use AnyEvent::Handle;
> +use IPC::Open3;
> +
> +use Data::Dumper;
> +
> +our $VERSION = 1.0;
> +
> +BarnOwl::new_variable_bool(
</pre>
<p>Any particular reason this is done on module load rather than on startup, which is different from the <code>new_command</code>?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/barnowl/barnowl/pull/101/files#r8712394'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4475081__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNDY3Mzg0MCwiZGF0YSI6eyJpZCI6NDEzODA0Nn19--0d78936f2a195d936e888b1ff42274492537af4e.gif' height='1' width='1'></p>
----==_mimepart_52cc9c309d6a3_6d6b102dcfc251690--