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 448da5c commit 5e5f6ce
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 5e5f6ce

Please sign in to comment.