Skip Menu |

This queue is for tickets about the POE-Component-Jabber CPAN distribution.

Report information
The Basics
Id: 31237
Status: open
Priority: 0/
Queue: POE-Component-Jabber

People
Owner: Nobody in particular
Requestors: cook-cpan [...] outflux.net
Cc:
AdminCc:

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



Subject: some POD is missing NAME summaries
When building this package for Debian, the man pages require summary lines for all the POD. This patch provides the required summaries. Thanks!
Subject: fix-pod-docs-for-names.patch
Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J2.pm 2007-12-05 13:04:21.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J2.pm 2007-12-05 13:05:13.000000000 -0800 @@ -291,7 +291,7 @@ =head1 NAME -POE::Component::Jabber::J2 +POE::Component::Jabber::J2 - connect to the jabberd20 router as a service =head1 SYNOPSIS Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Legacy.pm 2007-12-05 13:04:21.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Legacy.pm 2007-12-05 13:05:13.000000000 -0800 @@ -110,7 +110,7 @@ =head1 NAME -POE::Component::Jabber::Legacy +POE::Component::Jabber::Legacy - connect using the pre-XMPP Jabber protocol =head1 SYNOPSIS Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/ProtocolFactory.pm 2007-12-05 13:04:21.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/ProtocolFactory.pm 2007-12-05 13:05:13.000000000 -0800 @@ -58,7 +58,7 @@ =head1 NAME -POE::Component::Jabber::ProtocolFactory +POE::Component::Jabber::ProtocolFactory - protected helper class to handle different protocols =head1 SYNOPSIS Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/Status.pm 2007-12-05 13:04:21.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/Status.pm 2007-12-05 13:05:13.000000000 -0800 @@ -45,7 +45,7 @@ =head1 NAME -POE::Component::Jabber::Status +POE::Component::Jabber::Status - useful constants for examining status =head1 SYNOPSIS Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/XMPP.pm 2007-12-05 13:04:21.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/XMPP.pm 2007-12-05 13:05:13.000000000 -0800 @@ -372,7 +372,7 @@ =head1 NAME -POE::Component::Jabber::XMPP +POE::Component::Jabber::XMPP - connect using the XMPP Jabber protocol =head1 SYNOPSIS Index: libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm =================================================================== --- libpoe-component-jabber-perl.orig/lib/POE/Component/Jabber/J14.pm 2007-12-05 13:05:19.000000000 -0800 +++ libpoe-component-jabber-perl/lib/POE/Component/Jabber/J14.pm 2007-12-05 13:05:40.000000000 -0800 @@ -80,7 +80,7 @@ =head1 NAME -POE::Component::Jabber::J14 +POE::Component::Jabber::J14 - connect to the jabberd14 router as a service =head1 SYNOPSIS
Subject: Re: [rt.cpan.org #31237] some POD is missing NAME summaries
Date: Wed, 9 Jan 2008 13:31:16 -0600
To: bug-POE-Component-Jabber [...] rt.cpan.org
From: "Nicholas Perez" <nicholasrperez [...] gmail.com>
I'll adjust the summaries and get another release together soon. They will be slightly different than the provided patch. Thanks On Dec 5, 2007 3:29 PM, Kees Cook via RT <bug-POE-Component-Jabber@rt.cpan.org> wrote: Show quoted text
> > Wed Dec 05 16:29:21 2007: Request 31237 was acted upon. > Transaction: Ticket created by COOK > Queue: POE-Component-Jabber > Subject: some POD is missing NAME summaries > Broken in: 2.02 > Severity: Normal > Owner: Nobody > Requestors: cook-cpan@outflux.net > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=31237 > > > > When building this package for Debian, the man pages require summary > lines for all the POD. This patch provides the required summaries. > > Thanks! > >
-- Nick