Temporarily backout Pod::Inherit changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / HasOne.pm
index 4c910b8..543649b 100644 (file)
@@ -4,11 +4,6 @@ package # hide from PAUSE
 use strict;
 use warnings;
 
-our %_pod_inherit_config = 
-  (
-   class_map => { 'DBIx::Class::Relationship::HasOne' => 'DBIx::Class::Relationship' }
-  );
-
 sub might_have {
   shift->_has_one('LEFT' => @_);
 }