Hi Alex. On Sat, Mar 16, 2013 at 7:38 PM, Alexander Karelas wrote:
> I'm starting an OAuth 2.0 client library. > > http://play-perl.org/quest/**5127fd0be8e8478c0500002d<http://play-perl.org/quest/5127fd0be8e8478c0500002d> > > And I'm trying to figure out a name for the module. > Have you tried to collaborate with Mark, the current maintainer of Net::OAuth2? He is very responsive. Just send him your interface idea, and see what he thinks. You might be able to figure out a name together, and maybe even add this code to the main Net::OAuth2 dist. Anyway, if you are doing a website client, and Net::OAuth2 is using "profiles", the name should be "Net::OAuth2::Profile::WebServer::Simple", or "NonBlocking", right? I'm thinking of Net::OAuth2::Simple::Client (since Net::OAuth2 is taken > (and it's taken Net::OAuth::Client as well)). I think that's not a terrible > choice, given that the module's interface will be simple to use. What do > you think? > Net::OAuth2::Client is a deprecated interface. how about Net::OAuth2::Client2? again, talk with Mark. Shmuel.