Changeset 2224


Ignore:
Timestamp:
12/28/08 15:55:19 (3 years ago)
Author:
adamk
Message:

Now we use utf8 explicitly, bump version dep to 5.8.5 (the first version of Perl that truly worked safely with Unicode)

File:
1 edited

Legend:

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

    r2222 r2224  
    33# See POD at end for documentation 
    44 
    5 use 5.008001; 
     5use 5.008005; 
    66use strict; 
    77use warnings; 
    88use utf8; 
     9 
     10# Non-Padre modules we need just to show the initial 
     11# window should be loaded early and normally. 
    912use Carp           (); 
    1013use Cwd            (); 
Note: See TracChangeset for help on using the changeset viewer.