Changeset 1471
- Timestamp:
- Sep 21, 2013, 6:47:31 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/shepherd
r1470 r1471 2 2 3 3 our $progname = 'shepherd'; 4 my $version = '1.8. 7';4 my $version = '1.8.8'; 5 5 6 6 # tv_grab_au … … 1039 1039 eval { require $modname; }; 1040 1040 if ($@) { 1041 my $ubuntu_package_name = lc $modname; 1042 $ubuntu_package_name =~ s/\//-/g; 1043 $ubuntu_package_name =~ s/\.pm//; 1041 my $ubuntu_package_name = lc $mod; 1042 $ubuntu_package_name =~ s/::/-/g; 1044 1043 &log("\n!!! ERROR: Mandatory module '$mod' not found.\n\n" . 1045 1044 " On Ubuntu distributions, you may be able to install\n" . 1046 1045 " this with the command:\n\n" . 1047 1046 " sudo apt-get install lib" . $ubuntu_package_name . "-perl\n\n" . 1047 " Otherwise, try:\n" . 1048 " sudo cpan " . $mod . "\n\n" . 1048 1049 "For more help, see the Wiki at ".$wiki."/Installation\n", 1); 1049 1050 exit(1); -
trunk/status
r1469 r1471 1 application shepherd 1.8. 61 application shepherd 1.8.8 2 2 reference channel_list 107 3 3 reference Shepherd/Common.pm 1.10
Note: See TracChangeset
for help on using the changeset viewer.