diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-07 20:42:16 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:45 -0600 |
commit | 41d7af01309100a65d73341d610ada7b87619cef (patch) | |
tree | 0b5065482f2fedae4fd2fb40c80e3447c91a7aa3 /perl/perl-MusicBrainz-DiscID/pod-encoding.patch | |
parent | 2585f3b5c001433f50226b7f600e1169ddeb5449 (diff) |
perl/perl-MusicBrainz-DiscID: Included pod encoding patch
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-MusicBrainz-DiscID/pod-encoding.patch')
-rw-r--r-- | perl/perl-MusicBrainz-DiscID/pod-encoding.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-MusicBrainz-DiscID/pod-encoding.patch b/perl/perl-MusicBrainz-DiscID/pod-encoding.patch new file mode 100644 index 0000000000000..d6196cf9a1715 --- /dev/null +++ b/perl/perl-MusicBrainz-DiscID/pod-encoding.patch @@ -0,0 +1,11 @@ +--- a/lib/MusicBrainz/DiscID.pm 2013-10-20 22:04:53.340046220 +0200 ++++ b/lib/MusicBrainz/DiscID.pm 2013-10-20 22:06:21.580047858 +0200 +@@ -156,7 +156,7 @@ + Construct a new DiscID object. + + As an optional argument the name of the device to read the ID from may +-be given. If you donÔt specify a device here you can later read the ID with ++be given. If you don't specify a device here you can later read the ID with + the read method. + + =item $discid->error_msg() |