seedlot upload with accession synonyms. seedlot upload works to update existing seedlots
[sgn.git] / lib / SGN / Controller / Clone.pm
blob6fc3b4ea471c8e06b26daa50270291845cb0fa0f
1 package SGN::Controller::Clone;
2 use namespace::autoclean;
3 use Moose;
5 BEGIN { extends 'Catalyst::Controller' }
7 ####
8 __PACKAGE__->meta->make_immutable;
9 1; #
10 ####