Changeset 24 in bookmarks for trunk/BookmarkApp.pm


Ignore:
Timestamp:
05/22/13 21:24:00 (11 years ago)
Author:
peter
Message:

Bookmarks takjes an actual URI object as its base_uri attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BookmarkApp.pm

    r22 r24  
    2121my $bookmarks = Bookmarks->new({ 
    2222    dbname   => $dbname, 
    23     base_uri => $base_uri->canonical, 
     23    base_uri => $base_uri, 
    2424}); 
    2525 
Note: See TracChangeset for help on using the changeset viewer.