Advice for module name

2002-09-12 Thread Mattia Barbon
Hello, I am developing a module (+little helper script) for packing all the modules/shared objects required by a perl script into a single executable program (something like perl2exe and perl2app, except that it won't cripple (a.k.a. "protect") source code). So far it works, but I can't find a dec

PAUSE ID request

2001-08-16 Thread Mattia Barbon
Hello, Name: Mattia Barbon E-Mail: [EMAIL PROTECTED] UserID: MBARBON I'm planning to contribute wxPerl, the Perl bindings to wxWindows ( wxWindows homepage http://www.wxwindows.org/ , wxPerl homepage http://wxperl.sourceforge.net/ ) wxPerl currently has a growing user base the

new module: ExtUtils::FakeConfig

2001-03-31 Thread Mattia Barbon
This module is meant to be used at Makefile.PL time ( so I think it belongs to ExtUtils ); it makes easy to override values in %Config; basically you create a module like this: package Foo; use ExtUtils::FakeConfig cc => 'my_cc', cflags => 'funny flags'; 1; and do perl -MFoo Makefile.PL

wrapper module for wxWindows

2000-11-28 Thread Mattia Barbon
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 availabl