<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff -bu Test-Time-0.04-2/Makefile.PL~ Test-Time-0.04-2/Makefile.PL
--- Test-Time-0.04-2/Makefile.PL~	2012-06-14 12:08:39.000000000 +0200
+++ Test-Time-0.04-2/Makefile.PL	2017-03-06 11:52:17.000000000 +0100
@@ -28,6 +28,8 @@
 build_requires 'Test::More';
 build_requires 'Test::Name::FromLine';
 
+rename 'inc/Test', 'inc/Test~' if $] &gt;= 5.010;
+
 # Module::Install::AuthorTests
 author_tests('xt');
 
</pre></body></html>