projects
/
gitmo/moose-website.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
fixing the spelling of the name and then sorting the list
[gitmo/moose-website.git]
/
bin
/
build_site.pl
Commit
Line
Data
7476895d
1
#!perl
2
3
use strict;
4
use warnings;
5
use FindBin;
6
use lib "$FindBin::Bin/../lib";
7
8
use Moose::Website;
9
10
Moose::Website->new_with_options->run;