Changeset 72 in bookmarks


Ignore:
Timestamp:
02/13/14 16:25:10 (10 years ago)
Author:
peter
Message:
  • added the access log file to svn:ignore
  • added the scan script to scan a bookmarks database and report how many links still appear to be active
  • Bookmarks::get_bookmarks() defaults its parameters to {} before passing them on to Bookmarks::Search
Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22pid 
        33errors 
         4access 
        45conf.yml 
  • trunk/lib/Bookmarks.pm

    r71 r72  
    7575sub get_bookmarks { 
    7676    my $self = shift; 
    77     my $params = shift; 
     77    my $params = shift || {}; 
    7878    my $search = Bookmarks::Search->new($params); 
    7979 
Note: See TracChangeset for help on using the changeset viewer.