more log lines - found deadlock where controller blocks on read seemingly outside...
[scpubgit/Object-Remote.git] / t / lib / ORTestTransfer.pm
CommitLineData
6ed5d580 1package ORTestTransfer;
2use Moo;
3
4has value => (is => 'rw');
5
61;