[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help needed to update libswiss-perl



On Monday, 16 April 2018 10:47:40 CEST Andreas Tille wrote:
> Unfortunately it does not.  Inside the pbuilder environment I tried:

Quite clode. The call to add_build_eleemnt is missing.

Try this:

diff --git a/Build.PL b/Build.PL
index f06369b..8450d52 100644
--- a/Build.PL
+++ b/Build.PL
@@ -11,6 +11,7 @@ my $build=Module::Build->new
     create_makefile_pl => 'traditional',
     create_readme => 'README',
     license => 'gpl',
+    ord_files => { 'lib/SWISS/dr_ord' => 'lib/SWISS/dr_ord'},
     dist_author =>    [
                'Edouard de Castro <edouard.decastro@isb-sib.ch>',
                'Paul Kersey <pkersey@ebi.ac.uk>',
@@ -20,7 +21,7 @@ my $build=Module::Build->new
     dist_abstract=> 'Handle entries in Swiss-Prot format',
   );
 
-
+$build->add_build_element('ord');
 
 $build->create_build_script;
 
HTH




Reply to: