projects
/
scpubgit/Object-Remote.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
allow scalar refs to be transferred
[scpubgit/Object-Remote.git]
/
t
/
lib
/
ORTestTransfer.pm
1
package ORTestTransfer;
2
use Moo;
3
4
has value => (is => 'rw');
5
6
1;