Removed extraneous slashes from POD
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Null.pm
index df6dd05..4b41cdf 100644 (file)
@@ -11,8 +11,8 @@ DBM::Deep::Null
 
 =head1 PURPOSE
 
-This is an internal-use-only object for L<DBM::Deep/>. It acts as a NULL object
-in the same vein as MARCEL's L<Class::Null/>. I couldn't use L<Class::Null/>
+This is an internal-use-only object for L<DBM::Deep>. It acts as a NULL object
+in the same vein as MARCEL's L<Class::Null>. I couldn't use L<Class::Null>
 because DBM::Deep needed an object that always evaluated as undef, not an
 implementation of the Null Class pattern.