On Thursday 06 December 2007 23:11, Tim Bunce wrote: > If there's a libfoo.so and I want to create a perl module/distribution > that's just a very thin wrapper around libfoo, what should I call it? > > LibFoo > Lib::Foo > Lib::foo > Lib::libfoo > libfoo > SomeCategory::Libfoo > ??? > > Tim.
Most people wrapping a library call it after what it does, hidding the fact that an existing library is used as implementation. That would eliminate anything with 'lib'. Which means that I'll go for '???' Cheers, Nadim.
