Re: Request for feedback: interface to 06perms.txt

2012-10-16 Thread Neil Bowers
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

Re: Request for feedback: interface to 06perms.txt

2012-10-13 Thread Shlomi Fish
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

Request for feedback: interface to 06perms.txt

2012-10-12 Thread Neil Bowers
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; @