Changeset 70 in bookmarks for trunk/start


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/start

    r65 r70  
    11#!/bin/sh 
    22 
     3export PERL5LIB=./lib 
    34export CONFIG_FILE=${1:-"conf.yml"} 
    45 
Note: See TracChangeset for help on using the changeset viewer.