スケルトンを作成する % amon2-setup.pl MyApp % cd MyApp % plackup app.psgi % tree . ├── Makefile.PL ├── app.psgi ├── config │ ├── deployment.pl │ ├── development.pl │ └── test.pl ├── db │ └── development.db ├── lib │ ├── MyApp │ │ ├── Web │ │ │ └── Dispatcher.pm │ │ └── Web.pm │ └── MyApp.pm ├── sql │ ├── mysql.sql │ └── sqlite.sql ├── static │ ├── 404.html │ ├── 500.html │