Changeset 518


Ignore:
Timestamp:
10/26/08 12:18:58 (3 years ago)
Author:
adamk
Message:

Minor layout cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx.pm

    r513 r518  
    1111 
    1212# Load every exportable constant into here, so that they come into 
    13 # existance in the Wx:: package, allowing everywhere else in the code to 
     13# existance in the Wx:: packages, allowing everywhere else in the code to 
    1414# use them without braces. 
    15 use Wx ':everything'; 
    16 # the same with events in the Wx::Event:: package 
     15use Wx        ':everything'; 
    1716use Wx::Event ':everything'; 
     17 
    1818our $VERSION = '0.13'; 
    1919 
Note: See TracChangeset for help on using the changeset viewer.