Changeset 971 for trunk/references/Shepherd/MythTV.pm
- Timestamp:
- 11/20/07 00:56:50 (6 years ago)
- Files:
-
- 1 modified
-
trunk/references/Shepherd/MythTV.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/references/Shepherd/MythTV.pm
r891 r971 3 3 # Shepherd::MythTV library 4 4 5 my $version = '0. 6';5 my $version = '0.7'; 6 6 7 7 # This module provides some library functions for Shepherd components, … … 85 85 { 86 86 chomp; 87 $db->{$1} = $2 if ($_ =~ /^(DB.* )=(.*)/);87 $db->{$1} = $2 if ($_ =~ /^(DB.*?)=(.*)/); 88 88 } 89 89 close(F);
