Guest User

Untitled

a guest
Apr 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package CE::Lite::Controller::MyApp;
  2. use Moose;
  3. use namespace::autoclean;
  4.  
  5. MyApp->config(
  6. name => 'MyApp',
  7. root => MyApp->path_to('root'),
  8. 'Model::File' => {
  9. directory => MyApp->path_to('file_store')
Add Comment
Please, Sign In to add comment