summarylogtreecommitdiffstats
path: root/fix-musicbrainz.patch
blob: 777b5b10814834c9016175e52d1fc2c587b54d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur a/ripit.pl b/ripit.pl
--- a/ripit.pl	2023-09-27 18:45:51.850903793 -0700
+++ b/ripit.pl	2023-09-27 18:46:20.561383811 -0700
@@ -12042,7 +12042,7 @@
       exit 0;
    }
 
-   eval { require WebService::MusicBrainz::Release } if($mb == 1);
+   eval { require WebService::MusicBrainz } if($mb == 1);
    if($@) {
       print "\nPlease install WebService::MusicBrainz and dependencies",
             "\nfrom your closest CPAN mirror before trying again with",