We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d28e9 commit 109abdaCopy full SHA for 109abda
cpanfile
@@ -12,3 +12,6 @@ requires 'MetaCPAN::API';
12
requires 'MetaCPAN::API::Tiny';
13
requires 'WWW::Mechanize::Cached';
14
requires 'WWW::Mechanize::Cached::GZip';
15
+
16
+# For the git pre-commit hook.
17
+requires 'Code::TidyAll::Git::Precommit';
git/hooks/pre-commit
@@ -2,6 +2,8 @@
2
3
use strict;
4
use warnings;
5
+# Hack to use carton's local::lib;
6
+use lib 'local/lib/perl5';
7
8
use Code::TidyAll::Git::Precommit;
9
Code::TidyAll::Git::Precommit->check();
0 commit comments