projects
/
scpubgit/Object-Remote.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
update watchdog to use log setup env var
[scpubgit/Object-Remote.git]
/
lib
/
Object
/
Remote
/
Null.pm
Commit
Line
Data
9d804009
1
package Object::Remote::Null;
2
3
sub AUTOLOAD { }
4
5
sub DESTROY { }
6
7
1;