On Tue, 11 Dec 2007 00:05:19 +0000
Smylers <[EMAIL PROTECTED]> wrote:

> Or if you want Lib::, then Lib::memcached makes the most sense.

Compare also to the C case:

  use Lib::memcached
  gcc ... -lmemcached

The library's name is "memcached"; the fact it lives in a file called
libmemcached.so is purely a convention of the environment; namely,
dynamically linked ELF libraries. Similarly here, the fact it lives in
the Lib:: namespace is a convention of the perl environment.

-- 
Paul "LeoNerd" Evans

[EMAIL PROTECTED]
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/

Attachment: signature.asc
Description: PGP signature

Reply via email to