Description: fix Makefile.PL for newer M::I or something
Origin: vendor
Bug-Debian: https://bugs.debian.org/786667
Bug: https://rt.cpan.org/Ticket/Display.html?id=104656
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104656
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-05-24

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,6 @@
 requires 'UNIVERSAL::require';
 
 build_requires 'Test::More';
-use_test_base;
+build_requires 'Test::Base';
 auto_include;
 WriteAll;
