From: Mattia B. <mat...@li...> - 2007-04-01 15:23:55
|
On Sat, 31 Mar 2007 20:18:59 -0700 Eric Wilhelm <scr...@gm...> wrote: Hi, > I've finally gotten around to the s/WxPerl/wxPerl/ rename. Has anybody > tried it yet? Any thoughts before it goes on CPAN? Not tried it, just read the documentation. > http://scratchcomputing.com/svn/wxPerl-Constructors/trunk > > The next release of dotReader will be depending on it, so that should > happen "real soon now". I'm just curious as to why you made my $ctrl = wxPerl::Foo->new(undef); my $ctrl = wxPerl::Foo->new(); equivalent, given that the only windows for which an undef parent makes sense (Wx::Frame and Wx::Dialog) have additional mandatory arguments. Regards, Mattia |