Skip to content

Commit

Permalink
Add extlib/ support to standard scripts
Browse files Browse the repository at this point in the history
This imports extlib allowing a cpanm installation to work by default
without using perl -L.
  • Loading branch information
zorkian committed Jan 3, 2013
1 parent fae959c commit c0ed330
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-static.sh
Expand Up @@ -21,6 +21,7 @@ fi
perl -e '
use strict;
use lib "$ENV{LJHOME}/extlib/lib/perl5";
use lib "$ENV{LJHOME}/cgi-bin";
BEGIN { require "ljlib.pl"; }
use LJ::Directories;
Expand Down
1 change: 1 addition & 0 deletions bin/upgrading/texttool.pl
Expand Up @@ -18,6 +18,7 @@
#

use strict;
use lib "$ENV{LJHOME}/extlib/lib/perl5";
use lib "$ENV{LJHOME}/cgi-bin";

BEGIN { require "ljlib.pl"; }
Expand Down
1 change: 1 addition & 0 deletions bin/upgrading/update-db.pl
Expand Up @@ -16,6 +16,7 @@
#

use strict;
use lib "$ENV{LJHOME}/extlib/lib/perl5";
use lib "$ENV{LJHOME}/cgi-bin";

BEGIN { require "ljlib.pl"; }
Expand Down

0 comments on commit c0ed330

Please sign in to comment.