Bug 17828: (followup) Add Test::Exception as dependency
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 23 Mar 2017 15:07:49 +0000 (12:07 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 14:36:48 +0000 (14:36 +0000)
Test::Exception is available on Jessie and already installed when
koha-common gets installed

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Installer/PerlDependencies.pm

index f8a96c4..a9e0ba9 100644 (file)
@@ -164,11 +164,6 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '1.01'
     },
-    'Test::Harness' => {
-        'usage'    => 'Core',
-        'required' => '1',
-        'min_ver'  => '2.56'
-    },
     'PDF::API2::Util' => {
         'usage'    => 'Core',
         'required' => '1',
@@ -382,11 +377,6 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '0.05'
     },
-    'Test::More' => {
-        'usage'    => 'Core',
-        'required' => '1',
-        'min_ver'  => '0.8'
-    },
     'GD::Barcode::UPCE' => {
         'usage'    => 'Core',
         'required' => '1',
@@ -567,30 +557,55 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '1.39'
     },
-    'Test::MockObject' => {
+    'Text::Bidi'   => {
+        'usage'    => 'Label batch PDF',
+        'required' => '1',
+        'min_ver'  => '0.03',
+    },
+    'Test::DBIx::Class' => {
+        'usage'    => 'Testing modules utilising DBIx::Class',
+        'required' => '0',
+        'min_ver'  => '0.42',
+    },
+    'Test::Deep' => {
         'usage'    => 'Core',
         'required' => '0',
-        'min_ver'  => '1.09',
+        'min_ver'  => '0.106',
+    },
+    'Test::Exception' => {
+        'usage'    => 'Core',
+        'required' => '0',
+        'min_ver'  => '0.35',
+    },
+    'Test::Harness' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '2.56'
     },
     'Test::MockModule' => {
         'usage'    => 'Core',
         'required' => '1',
         'min_ver'  => '0.05',
     },
-    'Test::Warn' => {
+    'Test::MockObject' => {
         'usage'    => 'Core',
         'required' => '0',
-        'min_ver'  => '0.21',
+        'min_ver'  => '1.09',
+    },
+    'Test::More' => {
+        'usage'    => 'Core',
+        'required' => '1',
+        'min_ver'  => '0.8'
     },
     'Test::Strict' => {
         'usage'    => 'Core',
         'required' => '0',
         'min_ver'  => '0.14',
     },
-    'Test::Deep' => {
+    'Test::Warn' => {
         'usage'    => 'Core',
         'required' => '0',
-        'min_ver'  => '0.106',
+        'min_ver'  => '0.21',
     },
     'Test::YAML::Valid' => {
         'usage'    => 'Core',
@@ -602,6 +617,11 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '1.08',
     },
+    'Test::WWW::Mechanize' => {
+        'usage'    => 'Testing suite',
+        'required' => '0',
+        'min_ver'  => '1.42',
+    },
     'HTML::FormatText' => {
         'usage'    => 'Core',
         'required' => '1',
@@ -672,11 +692,6 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '9999.13',
     },
-    'Test::WWW::Mechanize' => {
-        'usage'    => 'Testing suite',
-        'required' => '0',
-        'min_ver'  => '1.42',
-    },
     'Library::CallNumber::LC' => {
         'usage'    => 'Core',
         'required' => '1',
@@ -717,16 +732,6 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '5.836',
     },
-    'Test::DBIx::Class' => {
-        'usage'    => 'Testing modules utilising DBIx::Class',
-        'required' => '0',
-        'min_ver'  => '0.42',
-    },
-    'Text::Bidi'   => {
-        'usage'    => 'Label batch PDF',
-        'required' => '1',
-        'min_ver'  => '0.03',
-    },
     'SOAP::Lite' => {
         'usage'    => 'Norwegian national library card',
         'required' => '0',