complete-run: remove Carp::Always, slipped in when debugging

This commit is contained in:
Michael Stapelberg 2011-11-09 22:41:56 +00:00
parent 316318c1fc
commit 2c48280017
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ use warnings;
use v5.10;
# the following are modules which ship with Perl (>= 5.10):
use Pod::Usage;
use Carp::Always;
use Cwd qw(abs_path);
use File::Basename qw(basename);
use File::Temp qw(tempfile tempdir);