Skip Menu |

This queue is for tickets about the Object-Container CPAN distribution.

Report information
The Basics
Id: 51859
Status: resolved
Priority: 0/
Queue: Object-Container

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

Bug Information
Severity: (no value)
Broken in: 0.05
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/Object/Container/ja.pod b/lib/Object/Container/ja.pod index 9f7a207..9d30bb2 100644 --- a/lib/Object/Container/ja.pod +++ b/lib/Object/Container/ja.pod @@ -126,7 +126,7 @@ Singletonインタフェースのサブクラス内でオブジェクトを登 use Object::Container '-base'; -とすると register と言う関数がエクスポートされます。こうすると上記の C<__PACKAGE__->register> のかわりに +とすると register と言う関数がエクスポートされます。こうすると上記の C<< __PACKAGE__->register >> のかわりに register mech => sub { WWW::Mechanize->new };
On Mon Nov 23 07:43:07 2009, FWIE wrote: Show quoted text
> The attached patch fixes some POD, which renders wrong, at least at > search.cpan.org.
Thanks. I applied it and upload as 0.05001.