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