Hello,
I'm writing a wrapper module for the wxWindows GUI
toolkit (www.wxwindows.org). This wrapper will provide
several classes (Wx::Window, Wx::Button, Wx::Menu....)
so I think it is better to use a new namespace 'Wx' because:
* all wxWindows classes are named wxSomething, and will
  be available in Perl as Wx::Something, which seems natural to me
* a longer namespace will make object construction long
  to type (think of writing wxWindows::Button->new())

I've posted an RFC on comp.lang.perl.modules and so far got
no response, however there is some interest in it between
the wxWindows users...

Regards
Mattia

Reply via email to