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
redirecting /qtl/search to /qtl/search, to make use of the tab formatted SGN search...
[sgn.git]
/
lib
/
SGN
/
Controller
/
Clone.pm
blob
6fc3b4ea471c8e06b26daa50270291845cb0fa0f
1
package
SGN
::
Controller
::
Clone
;
2
use
namespace
::
autoclean
;
3
use
Moose
;
4
5
BEGIN
{
extends
'Catalyst::Controller'
}
6
7
####
8
__PACKAGE__
->
meta
->
make_immutable
;
9
1
;
#
10
####