Hi Shlomi,
Thanks for your thoughts.
>> PAUSE::PermissionsFile
>> Module::Permissions
>
> Preferably, those two classes should be under the same namespace.
Yeah, I realised that as I continued working on it. They are now.
I'm leaning towards PAUSE::Permissions now, but am waiting to see what A
Hi Neil,
thanks for your contribution. See below for my comments.
On Fri, 12 Oct 2012 09:54:28 +0100
Neil Bowers wrote:
> I've created an interface to PAUSE's 06perms.txt file, which
> currently contains two classes:
>
> PAUSE::PermissionsFile
> Module::Permissions
Preferably, those two class
I've created an interface to PAUSE's 06perms.txt file, which currently contains
two classes:
PAUSE::PermissionsFile
Module::Permissions
Here's example usage:
use PAUSE::PermissionsFile;
$pp = PAUSE::PermissionsFile->new;
$mp = $pp->module_permissions('HTTP::Client');
$owner= $mp->owner;
@