Consistent shebang line to '+#!/usr/bin/perl'
commitb7f19eb4f9c4ea5c029bec47b8deaa09e9dd8584
authorCarnë Draug <carandraug+dev@gmail.com>
Tue, 4 Sep 2018 14:06:47 +0000 (4 15:06 +0100)
committerCarnë Draug <carandraug+dev@gmail.com>
Tue, 4 Sep 2018 14:06:47 +0000 (4 15:06 +0100)
tree8bc6b2c1fca4aa8523d563080f019f73a7e075b0
parent0a5dd869d5b672390fa0fd240620230ea6608627
Consistent shebang line to '+#!/usr/bin/perl'

During installation, the shebang line is automatically replaced with
the perl used for installation (assuming that the distribution was
done with bioperl's distzilla plugin bundle).  This makes sense
because that's the only perl we know for sure will have bioperl
installed.

However, MakeMaker does not replace the shebang line if it's using
/usr/bin/env perl.  So let's be consistent.
32 files changed:
scripts/Bio-DB-SeqFeature-Store/bp_seqfeature_gff3.pl
scripts/DB-HIV/bp_hivq.pl
scripts/DB/bp_biofetch_genbank_proxy.pl
scripts/DB/bp_biogetseq.pl
scripts/DB/bp_flanks.pl
scripts/searchio/bp_filter_search.pl
scripts/searchio/bp_hmmer_to_table.pl
scripts/seq/bp_extract_feature_seq.pl
scripts/seq/bp_make_mrna_protein.pl
scripts/seq/bp_seqconvert.pl
scripts/seq/bp_seqcut.pl
scripts/seq/bp_seqpart.pl
scripts/seq/bp_split_seq.pl
scripts/seq/bp_translate_seq.pl
scripts/seq/bp_unflatten_seq.pl
scripts/seqstats/bp_aacomp.pl
scripts/seqstats/bp_chaos_plot.pl
scripts/seqstats/bp_gccalc.pl
scripts/seqstats/bp_oligo_count.pl
scripts/taxa/bp_taxid4species.pl
scripts/tree/bp_nexus2nh.pl
scripts/tree/bp_tree2pag.pl
scripts/utilities/bp_dbsplit.pl
scripts/utilities/bp_find-blast-matches.pl
scripts/utilities/bp_mask_by_search.pl
scripts/utilities/bp_mrtrans.pl
scripts/utilities/bp_nrdb.pl
scripts/utilities/bp_search2alnblocks.pl
scripts/utilities/bp_search2gff.pl
scripts/utilities/bp_search2tribe.pl
scripts/utilities/bp_seq_length.pl
scripts/utilities/bp_sreformat.pl