proxy dies() when a method is invoked and the handle is not valid; add 2 more exclusi...
[scpubgit/Object-Remote.git] / t / lib / ORTestTransfer.pm
1 package ORTestTransfer;
2 use Moo;
3
4 has value => (is => 'rw');
5
6 1;