Ignore:
Timestamp:
11/23/10 19:18:00 (14 years ago)
Author:
nanardon
Message:
  • fix requirement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Base.pm

    r25 r26  
    66use base qw/DBIx::Class::Schema/; 
    77use FindBin qw($Bin); 
     8use Config::General; 
    89 
    910__PACKAGE__->load_namespaces(); 
     
    1819sub db { 
    1920   my ($self) = @_; 
    20    require Config::General; 
    2121   my $config; 
    2222   foreach my $file ('sophie.conf', "$Bin/../sophie.conf", 
Note: See TracChangeset for help on using the changeset viewer.