]> git.mjollnir.org Git - cil.git/commitdiff
cil extract: pull in required modules
authorPenny Leach <penny@mjollnir.org>
Wed, 22 Jul 2009 13:41:22 +0000 (15:41 +0200)
committerPenny Leach <penny@mjollnir.org>
Wed, 22 Jul 2009 13:41:22 +0000 (15:41 +0200)
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);
 
 ## ----------------------------------------------------------------------------