1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      Author: Andreas Tille <tille@debian.org>
        Dominique Dumont <dod@debian.org>
Last-Update: Mon, 16 Apr 2018 09:28:05 +0200
Origin: https://lists.debian.org/debian-perl/2018/04/msg00012.html
Description: Make sure file lib/SWISS/dr_ord will be installed
--- a/Build.PL
+++ b/Build.PL
@@ -11,6 +11,7 @@
     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 @@
     dist_abstract=> 'Handle entries in Swiss-Prot format',
   );
 
-
+$build->add_build_element('ord');
 
 $build->create_build_script;
 
 
     |