projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
739912d
)
add types to FailRecheck step
Matt S Trout [Thu, 16 Feb 2017 17:59:03 +0000 (17:59 +0000)]
lib/DX/Step/FailRecheck.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Step/FailRecheck.pm
b/lib/DX/Step/FailRecheck.pm
index
f120f04
..
fb3b0bc
100644
(file)
--- a/
lib/DX/Step/FailRecheck.pm
+++ b/
lib/DX/Step/FailRecheck.pm
@@
-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) = @_;