Import croak, which the test already uses in various places.
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_test.t
index 5f56681..71d0e4b 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 use warnings;
 
+use Carp qw(croak);
 use FindBin qw/$Bin/;
 use lib "$Bin/../lib";