ollyg / Net-Appliance-Session

Development of Net::Appliance::Session Perl distribution
https://metacpan.org/pod/Net::Appliance::Session
12 stars 6 forks source link

support continuations #2

Closed ollyg closed 13 years ago

ollyg commented 13 years ago

they need to be copied into the next match statement from the send, so that the match gobbles all the content up

ollyg commented 13 years ago

along with this, we need also to inject a match statement between any two sends. this should not interfere with state changing as you should not change state between two sends (there should be a match between if it's a multi-send-transition)

ollyg commented 13 years ago

we also need to shuffle/marshall the output so that the command response is with the "send" and only the prompt is with the "match"

ollyg commented 13 years ago

done.