summaryrefslogtreecommitdiff
path: root/t/input_output_no_UU.t
blob: 012f28d7b6bf2e8eb37ccdfc680298c0443bb61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
use 5.008001;
use strict;
use warnings;
use Test::More 0.96;

# Tiny equivalent of Devel::Hide
BEGIN {
    $INC{'Unicode/UTF8.pm'} = undef;
}

note "Hiding Unicode::UTF8";

do "t/input_output.t";

#
# This file is part of Path-Tiny
#
# This software is Copyright (c) 2014 by David Golden.
#
# This is free software, licensed under:
#
#   The Apache License, Version 2.0, January 2004
#