Changeset f415f83


Ignore:
Timestamp:
Jul 16, 2011, 12:28:10 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
f6ab6ee
Parents:
0ba7333
git-author:
David Benjamin <davidben@mit.edu> (07/11/11 02:16:03)
git-committer:
David Benjamin <davidben@mit.edu> (07/16/11 00:28:10)
Message:
Don't manually bootstrap BarnOwl in t/unicode.t

We use a custom perl interpreter, so the BarnOwl module has already been
bootstrapped. Silences warnings on older versions of perl. Also
explicitly use BarnOwl in the test so we don't rely on it being done for
us.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/unicode.t

    r09ff1eb rf415f83  
    55use Encode;
    66
    7 BEGIN { bootstrap BarnOwl; };
     7use Test::More qw(no_plan);
    88
    9 use Test::More qw(no_plan);
     9use BarnOwl;
    1010
    1111my $unicode = "“hello”";
Note: See TracChangeset for help on using the changeset viewer.