Skip to content

Commit

Permalink
update perl dependencies for maker2jbrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jul 25, 2013
1 parent 5755354 commit 4fb710f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ my %WriteMakefileArgs = (
"Pod::Usage" => 0,
"Scalar::Util" => 0,
"Storable" => 0,
"URI::Escape" => 0,
"base" => 0,
"constant" => 0,
"local::lib" => 0,
Expand Down
10 changes: 5 additions & 5 deletions bin/maker2jbrowse
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/../lib";
use lib "$FindBin::Bin/../perl/lib";
use Getopt::Long;

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

use Getopt::Long;
use File::Basename;
use File::Spec::Functions;
use File::Temp;
use File::Copy;
use Pod::Usage;
use URI::Escape;

Expand Down

0 comments on commit 4fb710f

Please sign in to comment.