--- trunk/lib/Frey/Bootstrap.pm 2009/06/29 18:28:26 1114 +++ trunk/lib/Frey/Bootstrap.pm 2009/06/29 18:40:38 1115 @@ -6,6 +6,9 @@ =cut +use warnings; +use strict; + use File::Tee qw/tee/; use Carp qw/croak/;