Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-25 Thread Reserved Local Account via RT
Thu Jun 24 23:48:35 2010: Request 58579 was acted upon. Transaction: Correspondence added by a...@ali.as Queue: Wx Subject: Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody Requestors

RE: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-25 Thread j...@activestate.com via RT
Thu Jun 24 13:57:29 2010: Request 58579 was acted upon. Transaction: Correspondence added by j...@activestate.com Queue: Wx Subject: RE: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody

Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-24 Thread Mark Dootson via RT
Wed Jun 23 16:08:53 2010: Request 58579 was acted upon. Transaction: Correspondence added by mark.doot...@znix.com Queue: Wx Subject: Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody

[rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-24 Thread Mattia Barbon via RT
Wed Jun 23 16:46:36 2010: Request 58579 was acted upon. Transaction: Correspondence added by MBARBON Queue: Wx Subject: Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ad...@cpan.org Status:

[rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-24 Thread Mattia Barbon via RT
Wed Jun 23 16:26:23 2010: Request 58579 was acted upon. Transaction: Correspondence added by MBARBON Queue: Wx Subject: Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ad...@cpan.org Status:

RE: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-24 Thread Jan Dubois
On Tue, 22 Jun 2010, Adam Kennedy via RT wrote: [...] The problem is that you can't avoid doing this importing even if you want to. The following does not work. use Wx (); my $value = Wx::wxDefaultPosition; Yes, because Wx::wxDefaultPosition is just a bareword here, so it will be

[rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-23 Thread Adam Kennedy via RT
Tue Jun 22 07:27:02 2010: Request 58579 was acted upon. Transaction: Ticket created by ADAMK Queue: Wx Subject: Compile Wx constants without exporting Wx constants Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: ad...@cpan.org Status: new

Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-23 Thread Mark Dootson
I always found use Wx qw(:sizer :window :id :misc :listctrl); etc. provides just the right level of control for my needs. On 22/06/2010 12:27, Adam Kennedy via RT wrote: Tue Jun 22 07:27:02 2010: Request 58579 was acted upon. Transaction: Ticket created by ADAMK Queue: Wx

RE: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-23 Thread Roode, Eric
Where can one find the export tags and what symbols they import? Thanks, —Eric -Original Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: Wednesday, June 23, 2010 4:08 PM To: bug...@rt.cpan.org Cc: wxperl-users@perl.org Subject: Re: [rt.cpan.org #58579] Compile Wx

Re: [rt.cpan.org #58579] Compile Wx constants without exporting Wx constants

2010-06-23 Thread Mark Dootson
wrote: Where can one find the export tags and what symbols they import? Thanks, —Eric -Original Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: Wednesday, June 23, 2010 4:08 PM To: bug...@rt.cpan.org Cc: wxperl-users@perl.org Subject: Re: [rt.cpan.org #58579] Compile Wx