in reply to please review my first module

Hi,

basically I would only like to talk about the name of the module.
This seems more like a categorical problem with perl modules as
there seems to be no clearer definition how to name a certain
functionality. So why donīt you just name it Sysinfo::AIX?

Is this issue discussed elsewhere in detail (naming conventions
for perl modules)? In my opinion itīs desireable to have a maximum
portable solution, so there could be modules like Sysinfo::Linux
and so on, and someone could write a Sysinfo-Wrapper, which would then
delegate queries to the OS-specific modules or just returning some
kind of N/A.

Ciao

Replies are listed 'Best First'.
Re: Re: please review my first module
by blueflashlight (Pilgrim) on Jul 01, 2001 at 20:58 UTC
    Thank you for your comment ... I can understand the point you are making, and it does seem to make sense.

    However, I was thinking that in the future, I (or someone) could write additional modules for AIX, along the lines of "AIX::DiskInfo", or "AIX::ODM", and so on.

    The issue you bring up is certainly valid, and I'd like to see discussion there.

    thanks, -s-