Noraneko::Webを起動してみた

$ git clone https://github.com/azumakuniyuki/Noraneko-Mojo-Sample.git
$ cd SampleNoraneko-Mojo-Sample/script/
$ ./script/noraneko_web daemon -l http://*:8080
Can't locate Path/Class.pm in @INCNoraneko-Mojo-Sample/script/../lib/Noraneko/Web.pm line 3.
Compilation failed in require at (eval 97) line 1.
// Path::Class がない
$ cpanm Path::Class
// ↓再挑戦、起動できたが何かエラー言ってる
$ ./script/noraneko_web daemon -l http://*:8080
[Sun Dec 22 01:02:33 2013] [debug] Reading config file "/home/ymko/tmp/mojo/Noraneko-Mojo-Sample/etc/neko.json".
Warning: something's wrong at /home/ymko/tmp/mojo/Noraneko-Mojo-Sample/script/../lib/Noraneko/Web.pm line 21.
[Sun Dec 22 01:02:33 2013] [debug] Reading config file "/home/ymko/tmp/mojo/Noraneko-Mojo-Sample/etc/auth.json".
Warning: something's wrong at /home/ymko/tmp/mojo/Noraneko-Mojo-Sample/script/../lib/Noraneko/Web.pm line 21.
[Sun Dec 22 01:02:33 2013] [info] Listening at "http://*:8080".
Server available at http://127.0.0.1:8080.

// ブラウザからアクセスすると
Page not found... yet!
None of these routes matched your GET request for /, maybe you need to add a new one?