Skip to content

Commit

Permalink
cpanm outputs stuff at stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Feb 9, 2012
1 parent 1e6f714 commit 7ce412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ -f $BUILD_DIR/Makefile.PL ]; then
CPANM="perl -S $(which cpanm) -l $CACHE_DEPS"

mkdir -p "$CACHE_DIR"
$CPANM --notest --installdeps $BUILD_DIR | indent
$CPANM --notest --installdeps $BUILD_DIR 2>&1 | indent

cp -R "$CACHE_DEPS" "$VENDOR_DEPS"

Expand Down

0 comments on commit 7ce412f

Please sign in to comment.