add types to FailRecheck step
Matt S Trout [Thu, 16 Feb 2017 17:59:03 +0000 (17:59 +0000)]
lib/DX/Step/FailRecheck.pm

index f120f04..fb3b0bc 100644 (file)
@@ -4,7 +4,7 @@ use DX::Class;
 
 with 'DX::Role::Step';
 
-has resume_search_state => (is => 'ro', required => 1);
+has resume_search_state => (is => 'ro', isa => SearchState, required => 1);
 
 sub apply_to {
   my ($self, $old_ss) = @_;