projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1b16f8c
)
add types to ConsiderProposition step
Matt S Trout [Thu, 16 Feb 2017 17:59:27 +0000 (17:59 +0000)]
lib/DX/Step/ConsiderProposition.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Step/ConsiderProposition.pm
b/lib/DX/Step/ConsiderProposition.pm
index
a4a98a9
..
59d55ab
100644
(file)
--- a/
lib/DX/Step/ConsiderProposition.pm
+++ b/
lib/DX/Step/ConsiderProposition.pm
@@
-4,7
+4,7
@@
use DX::Class;
with 'DX::Role::Step';
-has proposition => (is => 'ro', required => 1);
+has proposition => (is => 'ro', isa => Proposition, required => 1);
sub apply_to {
my ($self, $ss) = @_;