Merge branch 'master' into topic/constructor_rewrite
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / Accessor.pm
index 1c73950..174aa23 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use Sub::Name ();
 
-our %_pod_inherit_config = 
+our %_pod_inherit_config =
   (
    class_map => { 'DBIx::Class::Relationship::Accessor' => 'DBIx::Class::Relationship' }
   );