Changeset 70 in bookmarks for trunk/lib/Bookmarks/Controller.pm


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
Location:
trunk/lib
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lib/Bookmarks/Controller.pm

    r68 r70  
    1 package BookmarkController; 
     1package Bookmarks::Controller; 
     2 
    23use Moose; 
    34 
    45use Encode; 
    5 use HTTP::Date qw{time2isoz time2iso time2str str2time}; 
     6use HTTP::Date qw{time2str str2time}; 
    67use JSON; 
    78use Bookmarks; 
Note: See TracChangeset for help on using the changeset viewer.