Skip to content

Commit

Permalink
move perl modules to lib/perl5
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jun 27, 2012
1 parent ad10a4d commit 71b1fe3
Show file tree
Hide file tree
Showing 40 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/bam-to-json.pl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ =head1 OPTIONS
use warnings;

use FindBin qw($Bin);
use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use Pod::Usage;
Expand Down
2 changes: 1 addition & 1 deletion bin/biodb-to-json.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib/perl5";
use JBlibs;

use Bio::JBrowse::Cmd::BioDBToJson;
Expand Down
2 changes: 1 addition & 1 deletion bin/draw-basepair-track.pl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ =head1 OPTIONS
use warnings;

use FindBin qw($Bin);
use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use File::Basename;
Expand Down
2 changes: 1 addition & 1 deletion bin/flatfile-to-json.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
use strict;
use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use lib "$RealBin/../lib/perl5";
use JBlibs;

use Bio::JBrowse::Cmd::FlatFileToJson;
Expand Down
2 changes: 1 addition & 1 deletion bin/generate-names.pl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ =head1 OPTIONS
use warnings;

use FindBin qw($Bin);
use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use Fcntl ":flock";
Expand Down
2 changes: 1 addition & 1 deletion bin/prepare-refseqs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ =head1 OPTIONS
use POSIX;
use Getopt::Long;

use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use JsonGenerator;
Expand Down
2 changes: 1 addition & 1 deletion bin/remove-track.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env perl

use FindBin '$RealBin';
use lib "$RealBin/../lib";
use lib "$RealBin/../lib/perl5";
use JBlibs;

use Bio::JBrowse::Cmd::RemoveTrack;
Expand Down
2 changes: 1 addition & 1 deletion bin/ucsc-to-json.pl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ =head1 EXAMPLE
use warnings;

use FindBin qw($Bin);
use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use Pod::Usage;
Expand Down
2 changes: 1 addition & 1 deletion bin/wig-to-json.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ =head1 OPTIONS
use warnings;

use FindBin qw($Bin);
use lib "$Bin/../lib";
use lib "$Bin/../lib/perl5";
use JBlibs;

use File::Basename;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 71b1fe3

Please sign in to comment.