Skip Menu |

This queue is for tickets about the Class-Unique CPAN distribution.

Report information
The Basics
Id: 51730
Status: resolved
Priority: 0/
Queue: Class-Unique

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

Bug Information
Severity: (no value)
Broken in: 0.03
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/Class/Unique.pm b/lib/Class/Unique.pm index f78facb..277ff3b 100644 --- a/lib/Class/Unique.pm +++ b/lib/Class/Unique.pm @@ -76,7 +76,7 @@ for creating objects which instantiate into a unique subclass. If MyClass is a subclass of Class::Unique, and inherrits Class::Unique's constructor, then every object returned -by C<MyClass->new> will be blessed into a dynamically created subclass of MyClass. This +by C<< MyClass->new >> will be blessed into a dynamically created subclass of MyClass. This allows you to modify package data on a per-instance basis. L<Class::Prototyped> provides similar functionality; use this module if you want per-instance
Thanks. Fixed in version 0.04.