Skip Menu |

This queue is for tickets about the Net-iTMS CPAN distribution.

Maintainer(s)' notes

Net::iTMS is currently unmaintained and probably broken. That said, bug reports are still welcome since in case it is ever revived they'll provide a place to start.

Report information
The Basics
Id: 51862
Status: patched
Priority: 0/
Queue: Net-iTMS

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Net/iTMS.pm b/lib/Net/iTMS.pm index b96c67a..343752c 100644 --- a/lib/Net/iTMS.pm +++ b/lib/Net/iTMS.pm @@ -53,7 +53,7 @@ which is available through the C<error> method. =item C<< new(debug => 1, ...) >> -Takes an argument list of optional C<key => value> pairs. The options available +Takes an argument list of optional C<< key => value >> pairs. The options available are: =over 24 diff --git a/lib/Net/iTMS/Request.pm b/lib/Net/iTMS/Request.pm index 9000412..5219725 100644 --- a/lib/Net/iTMS/Request.pm +++ b/lib/Net/iTMS/Request.pm @@ -42,7 +42,7 @@ which is available through the C<error> method. (Unless noted otherwise.) =item C<< new([ debug => 1, [...] ]) >> -Takes an argument list of C<key => value> pairs. The options available +Takes an argument list of C<< key => value >> pairs. The options available are: =over 24
On Mon Nov 23 07:49:05 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thanks for the patch. This dist is pretty much unmaintained anymore, so I probably won't be releasing a new version any time soon (if ever). I've applied the patch to my repository though so it'll be applied if development does start again. I'm just curious, do you use Net::iTMS at all, or did you just notice the POD breakage? Thomas
Subject: Re: [rt.cpan.org Net-iTMS #51862] [Patch] POD nit
Date: Wed, 23 Dec 2009 21:38:04 +0100
To: bug-Net-iTMS [...] rt.cpan.org
From: Frank Wiegand <frank.wiegand [...] gmail.com>
Am Mittwoch, den 23.12.2009, 15:31 -0500 schrieb Thomas Sibley via RT: Show quoted text
> I'm just curious, do you use Net::iTMS at all, or did you just notice > the POD breakage?
The latter, it spotted this in other modules, and then I grepped over my CPAN mirror and filled some tickets. Thanks anyway! Frank