Changeset 122 for trunk/lib


Ignore:
Timestamp:
03/26/09 21:43:50 (15 years ago)
Author:
nanardon
Message:
  • add control/md5sum containing md5sum of all files
  • rename configuration file to avoid later change in release
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote.pm

    r118 r122  
    4040__PACKAGE__->config( 
    4141    'Plugin::ConfigLoader' => { 
    42         file => -f __PACKAGE__->path_to('vote.yml') 
    43             ? __PACKAGE__->path_to('vote.yml') 
    44             : '/etc/vote.yml', 
     42        file => -f __PACKAGE__->path_to('epoll.yml') 
     43            ? __PACKAGE__->path_to('epoll.yml') 
     44            : '/etc/epoll.yml', 
    4545    } 
    4646); 
Note: See TracChangeset for help on using the changeset viewer.