From: David Paleino <dapal@debian.org>
Subject: remove useless build-dependencies
Forwarded: no

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

--- libeval-context-perl.orig/Build.PL
+++ libeval-context-perl/Build.PL
@@ -166,7 +166,6 @@ my $build = $class->new
 	license => 'perl',
 	build_requires => 
 		{
-		'Text::Diff' => 0,
 		'Test::Block' => 0,
 		'Test::Exception' => 0,
 		'Test::NoWarnings' => 0,
@@ -177,9 +176,6 @@ my $build = $class->new
 	requires => 
 		{
 		'Readonly'         => 0,
-		'Data::Compare'    => 0,
-		'Sub::Exporter'     => 0,
-		'Package::Generator' => 0,
 		'Data::TreeDumper' => 0,
 		'File::Slurp' => 0,
 		'Sub::Install' => 0,
--- libeval-context-perl.orig/META.yml
+++ libeval-context-perl/META.yml
@@ -9,7 +9,6 @@ build_requires:
   Test::NoWarnings: 0
   Test::Output: 0
   Test::Warn: 0
-  Text::Diff: 0
 configure_requires:
   Module::Build: 0.36
 generated_by: 'Module::Build version 0.3603'
@@ -23,14 +22,11 @@ provides:
     file: lib/Eval/Context.pm
     version: 0.09
 requires:
-  Data::Compare: 0
   Data::Dumper: 0
   Data::TreeDumper: 0
   File::Slurp: 0
-  Package::Generator: 0
   Readonly: 0
   Safe: 2.16
-  Sub::Exporter: 0
   Sub::Install: 0
   Symbol: 0
   version: 0.5
