Description: parent version requirement in 01-compile.t too tight
 Perhaps I am erring on the other side here, but removing the version
 requirement completely is easier than testing what exactly is the usage of
 parent and which version exactly introoduces it (assuming there is indeed some
 special usage).
 This is the reason the patch is not forwarded upstream.
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: no

--- a/t/01-compile.t
+++ b/t/01-compile.t
@@ -19,7 +19,7 @@ BEGIN {
 		use_ok('YAML::XS', '0.41');
 	}
 	use_ok('constant', '1.27');
-	use_ok('parent',   '0.228');
+	use_ok('parent');
 }
 
 done_testing();
