Need to move the Deobfuscator to a separate directory, as this collides
[bioperl-live.git] / deobfuscator / Deobfuscator / excluded_modules.txt
blob19d2d6b6b1a9f36fe57c306463831be0e4c4ee7f
1 # Excluded Modules file for the BioPerl Deobfuscator
3 # Module to be excluded from indexing should be listed here as a path,
4 # each on its own line.
6 # Blank lines and lines starting with '#' are ignored.
7 # Module names are matched by a right-end-anchored regular expression
8 # (i.e. /Module.pm$/ ), so the shortest unique path is probably best.
9 # Example: Bio/Tools/pSW.pm
11 # $Id$
13 # The modules below are excluded because they require external dependencies
14 # to compile (e.g. bioperl-ext), and Class::Inspector can't load modules it
15 # can't compile.
17 Bio/SearchDist.pm
18 Bio/Tools/AlignFactory.pm
19 Bio/Tools/dpAlign.pm
20 Bio/Tools/pSW.pm