Skip to content

Commit

Permalink
Use carton's local::lib for pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Jun 5, 2014
1 parent b6fc1f5 commit a324ba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git/hooks/pre-commit
Expand Up @@ -2,6 +2,8 @@

use strict;
use warnings;
# Hack to use carton's local::lib.
use lib 'local/lib/perl5';

use Code::TidyAll::Git::Precommit;
Code::TidyAll::Git::Precommit->check();

0 comments on commit a324ba8

Please sign in to comment.