projects
/
abcde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0b3b704
)
Declare a versioned dependcy on WebService::MusicBrainz
author
Steve McIntyre
<steve@einval.com>
Tue, 27 Feb 2018 22:21:58 +0000
(22:21 +0000)
committer
Steve McIntyre
<steve@einval.com>
Tue, 27 Feb 2018 22:21:58 +0000
(22:21 +0000)
Make sure that users get an appropriate error message if they have a
version that's not new enough.
abcde-musicbrainz-tool
patch
|
blob
|
history
diff --git
a/abcde-musicbrainz-tool
b/abcde-musicbrainz-tool
index
86b10e2
..
27efcef
100755
(executable)
--- a/
abcde-musicbrainz-tool
+++ b/
abcde-musicbrainz-tool
@@
-16,7
+16,7
@@
use utf8;
use POSIX qw(ceil);
use Digest::SHA;
use MusicBrainz::DiscID;
-use WebService::MusicBrainz;
+use WebService::MusicBrainz
1.0.4
;
use Getopt::Long;
use Pod::Usage;