Skip Menu |

This queue is for tickets about the SVG CPAN distribution.

Report information
The Basics
Id: 103939
Status: resolved
Priority: 0/
Queue: SVG

People
Owner: Nobody in particular
Requestors: marius [...] ieval.ro
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: POD: Image::Magic should be Image::Magick
Date: Fri, 24 Apr 2015 14:49:20 +0300
To: bug-svg [...] rt.cpan.org
From: Marius Gavrilescu <marius [...] ieval.ro>
The POD of SVG.pm links to Image::Magic instead of Image::Magick. Here's an one-line patch.
From f38b4d739d831e3f1b1794708547fe13320f9460 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu <marius@ieval.ro> Date: Fri, 24 Apr 2015 14:48:43 +0300 Subject: [PATCH] POD: Image::Magic -> Image::Magick --- lib/SVG.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SVG.pm b/lib/SVG.pm index d28e1de..c67a956 100644 --- a/lib/SVG.pm +++ b/lib/SVG.pm @@ -91,7 +91,7 @@ L<SVG::Extension> =head2 Converting SVG to PNG and other raster image formats -The B<convert> command of L<http://www.imagemagick.org/> (also via L<Image::Magic> ) can convert SVG files to PNG +The B<convert> command of L<http://www.imagemagick.org/> (also via L<Image::Magick> ) can convert SVG files to PNG and other formats. L<Image::LibRSVG> can convert SVG to other format. -- 2.1.4
-- Marius Gavrilescu
Download signature.asc
application/pgp-signature 818b

Message body not shown because it is not plain text.

Could you please send me pull requests for https://github.com/szabgab/SVG ?
Subject: Re: [rt.cpan.org #103939] POD: Image::Magic should be Image::Magick
Date: Fri, 24 Apr 2015 15:15:09 +0300
To: "Gabor Szabo via RT" <bug-SVG [...] rt.cpan.org>
From: Marius Gavrilescu <marius [...] ieval.ro>
"Gabor Szabo via RT" <bug-SVG@rt.cpan.org> writes: Show quoted text
> Could you please send me pull requests for https://github.com/szabgab/SVG ?
I do not have a Github account. You can download the patch I've sent and run git am 0001-whatever.patch to apply it. -- Marius Gavrilescu
Download signature.asc
application/pgp-signature 818b

Message body not shown because it is not plain text.