Changeset 11055
- Timestamp:
- 03/10/10 20:18:39 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx.pm
r11025 r11055 8 8 use FindBin; 9 9 use File::Spec (); 10 11 # Threading must be loaded before Wx loads 12 use threads; 13 use threads::shared; 14 use Thread::Queue 2.11; 10 15 11 16 # Load every exportable constant into here, so that they come into … … 23 28 our $VERSION = '0.58'; 24 29 25 # Hard version lock on a new enough Wx.pm30 # Hard version lock on a new-enough Wx.pm 26 31 BEGIN { 27 unless ($Wx::VERSION 28 and $Wx::VERSION >= 0.91 ) 29 { 32 unless ( $Wx::VERSION and $Wx::VERSION >= 0.91 ) { 30 33 die("Your Wx.pm is not new enough (need 0.91, found $Wx::VERSION)"); 31 34 }
Note: See TracChangeset
for help on using the changeset viewer.
