]> git.mjollnir.org Git - cil.git/commitdiff
cil extract: pull in required modules
authorPenny Leach <penny@mjollnir.org>
Wed, 22 Jul 2009 13:42:07 +0000 (15:42 +0200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 9 Nov 2009 03:50:34 +0000 (16:50 +1300)
lib/CIL/Command/Extract.pm

index 80b158ba8a27b805e28d82be0eba4e704279ebcf..03df451890d3d121b6656438e65a7b3af6239bae 100644 (file)
@@ -25,6 +25,7 @@ use strict;
 use warnings;
 
 use base qw(CIL::Command);
+use File::Slurp qw(write_file);
 
 ## ----------------------------------------------------------------------------