Remove manipulation of @INC and use of lib - require install for use.
commite3663f8bde11a20f677742b614e96cce26916696
authorCarnë Draug <carandraug+dev@gmail.com>
Sun, 30 Sep 2018 16:41:46 +0000 (30 17:41 +0100)
committerCarnë Draug <carandraug+dev@gmail.com>
Sun, 30 Sep 2018 16:41:46 +0000 (30 17:41 +0100)
treed84c498236ce3399b05588a983b6364df28fb719
parent430a63083ab68287b2b99effff94b46d6cd557ec
Remove manipulation of @INC and use of lib - require install for use.

Some scripts manipulated @INC so they could be ran without installation.
Undo this, we expect users to have it installed.  The authoring and
installation step of BioPerl modifies the code and it may be required
to work properly.  Savy enough users can manually add the path when
calling the script if they want.

Do not catch failing to load a module to give a different error message.
The standard perl message about missing module in @INC should be enough.
21 files changed:
bin/bp_fetch
bin/bp_genbank2gff3
bin/bp_index
examples/root/exceptions1.pl
examples/root/exceptions2.pl
examples/root/exceptions3.pl
examples/root/exceptions4.pl
examples/searchio/custom_writer.pl
examples/searchio/hitwriter.pl
examples/searchio/hspwriter.pl
examples/searchio/htmlwriter.pl
examples/searchio/psiblast_features.pl
examples/searchio/psiblast_iterations.pl
examples/searchio/rawwriter.pl
examples/searchio/resultwriter.pl
examples/tools/seq_pattern.pl
lib/Bio/Search/Tiling/MapTiling.pm
lib/BioPerl.pm
t/Root/Exception.t
t/SearchIO/Tiling.t
t/SeqIO/embl.t