aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/gitjoe/newrepo.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gitjoe/newrepo.pl b/src/gitjoe/newrepo.pl
index eb24e7e..dd26730 100755
--- a/src/gitjoe/newrepo.pl
+++ b/src/gitjoe/newrepo.pl
@@ -3,6 +3,7 @@
use strict;
use warnings;
use Term::ANSIColor;
+use File::Find;
sub main {
my $argc = $#ARGV + 1;