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
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
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
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