lift some of the rspace handling into the Resolution* classes
[scpubgit/DX.git] / lib / DX / Resolution.pm
index 1d5d335..9e67d4d 100644 (file)
@@ -6,4 +6,8 @@ has veracity_depends_on => (is => 'ro', required => 1);
 
 has actions => (is => 'ro', required => 1);
 
+sub next_resolution { $_[0] }
+
+sub remainder { () }
+
 1;