From: David Paleino <dapal@debian.org>
Subject: drop useless requirements

---
 Build.PL |    2 --
 META.yml |    2 --
 2 files changed, 4 deletions(-)

--- libdirectory-scratch-structured-perl.orig/Build.PL
+++ libdirectory-scratch-structured-perl/Build.PL
@@ -65,14 +65,12 @@ my $build = $class->new
 		'Readonly'         => 0,
 		'Sub::Exporter'     => 0,
 		'Sub::Install'     => 0,
-		'Data::TreeDumper' => 0,
 		'Directory::Scratch' => 0,
 		
 		'Test::Block' => 0,
 		'Test::Exception' => 0,
 		'Test::NoWarnings' => 0,
 		'Test::Warn' => 0,
-		'Test::Strict' => 0,
 		},
 		
 	pm_files     => \%all_modules,
--- libdirectory-scratch-structured-perl.orig/META.yml
+++ libdirectory-scratch-structured-perl/META.yml
@@ -8,7 +8,6 @@ license: perl
 resources:
   license: http://dev.perl.org/licenses/
 requires:
-  Data::TreeDumper: 0
   Directory::Scratch: 0
   Readonly: 0
   Sub::Exporter: 0
@@ -16,7 +15,6 @@ requires:
   Test::Block: 0
   Test::Exception: 0
   Test::NoWarnings: 0
-  Test::Strict: 0
   Test::Warn: 0
 provides:
   Directory::Scratch::Structured:
