Changeset 47 in bookmarks for trunk/bkmk


Ignore:
Timestamp:
06/03/13 20:28:59 (11 years ago)
Author:
peter
Message:
  • added a create_tables method to Bookmarks that uses the bookmarks.sql file to create the tables
  • added an "init" command to the bkmk script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bkmk

    r26 r47  
    2020 
    2121my %action_for = ( 
     22    init => sub { 
     23        $bookmarks->create_tables; 
     24    }, 
    2225    get => sub { 
    2326        my $identifier = shift; 
Note: See TracChangeset for help on using the changeset viewer.