Re: Request for input regarding module namespace

2011-06-17 Thread Rick Yakubowski
> > > As we note in the guidelines, "Lite" is a poor choice because it > doesn't say how it is lighterweight and what you're leaving out. > > Okay. Would any of the following be acceptable? ::Core, ::CorePerl, ::Independent, ::Mooseless Rick Yakubowski

Re: Request for input regarding module namespace

2011-06-16 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Rick Yakubowski wrote: > I definitely wanted feedback from the list due to the naming guidelines. > However, I thought ::Lite might actually be applicable in this case. As w

Re: Request for input regarding module namespace

2011-06-16 Thread Rick Yakubowski
Mr. Foy, Thank you for your reply. I definitely wanted feedback from the list due to the naming guidelines. However, I thought ::Lite might actually be applicable in this case. As I mentioned earlier, my module keeps itself dependent on core Perl and offers a more common set of geo coordinate fun

Re: Request for input regarding module namespace

2011-06-14 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Rick Yakubowski wrote: > I have written a simple module that I would like to include in the Geo::Calc > namespace on CPAN called Geo::Calc::Lite. We generally don't like ::L

Request for input regarding module namespace

2011-06-11 Thread Rick Yakubowski
Hello, I have written a simple module that I would like to include in the Geo::Calc namespace on CPAN called Geo::Calc::Lite. It offers a lighter set of dependencies than Geo::Calc, requiring only core Perl modules (Carp, Exporter, and Math::Trig), and does not use anything heavy like Moose. It o