Changeset 70 in bookmarks for trunk/app.psgi


Ignore:
Timestamp:
02/13/14 15:19:43 (10 years ago)
Author:
peter
Message:
  • moved the *.pm files into the lib directory
  • changed BookmarksList to Bookmarks::List
  • changed BookmarkController to Bookmarks::Controller
  • the start script sets PERL5LIB before running starman
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/app.psgi

    r65 r70  
    77use Router::Resource; 
    88 
    9 use BookmarkController; 
     9use Bookmarks::Controller; 
    1010 
    1111#TODO: allow individual options to be set via environment vars, too 
     
    1919    my $req = Plack::Request->new($env); 
    2020 
    21     return BookmarkController->new({ 
     21    return Bookmarks::Controller->new({ 
    2222        request => $req, 
    2323        dbname  => $config->{dbname}, 
Note: See TracChangeset for help on using the changeset viewer.