repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
can download plant phenotype data in the same way as plot phenotype data
[sgn.git]
/
lib
/
SGN
/
Script
/
Test.pm
blob
50440c892e84c3805cc956e49d21c6672c88e062
1
package
SGN
::
Script
::
Test
;
2
use
Moose
;
3
use
SGN
::
Devel
::
MyDevLibs
;
4
use
SGN
::
Exception
;
5
6
extends
'Catalyst::Script::Test'
;
7
8
1
;