Show
Ignore:
Timestamp:
11/20/07 00:56:50 (6 years ago)
Author:
max
Message:

MythTV.pm: fixes #65

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/references/Shepherd/MythTV.pm

    r891 r971  
    33# Shepherd::MythTV library 
    44 
    5 my $version = '0.6'; 
     5my $version = '0.7'; 
    66 
    77# This module provides some library functions for Shepherd components, 
     
    8585    { 
    8686        chomp; 
    87         $db->{$1} = $2 if ($_ =~ /^(DB.*)=(.*)/); 
     87        $db->{$1} = $2 if ($_ =~ /^(DB.*?)=(.*)/); 
    8888    } 
    8989    close(F);