File: fix_module_path.patch

package info (click to toggle)
psortb 3.0.6%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 121,076 kB
  • sloc: perl: 3,652; ansic: 700; cpp: 338; sh: 27; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix module path in InputI.pm to fix tests
Author: Nilesh Patra <npatra974@gmail.com>
Last-Update: 2020-02-21
Forwarded: no
---
--- a/lib/Bio/Tools/PSort/Module/InputI.pm
+++ b/lib/Bio/Tools/PSort/Module/InputI.pm
@@ -55,7 +55,7 @@
 
 package Bio::PSort::Module::InputI;
 
-use Bio::PSort::ModuleI;
+use Bio::Tools::PSort::ModuleI;
 
 use vars qw(@ISA);
 @ISA = qw(Bio::PSort::ModuleI);