summaryrefslogtreecommitdiff
path: root/t/input_output_no_UU.t
diff options
context:
space:
mode:
Diffstat (limited to 't/input_output_no_UU.t')
-rw-r--r--t/input_output_no_UU.t23
1 files changed, 23 insertions, 0 deletions
diff --git a/t/input_output_no_UU.t b/t/input_output_no_UU.t
new file mode 100644
index 0000000..012f28d
--- /dev/null
+++ b/t/input_output_no_UU.t
@@ -0,0 +1,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
+#