Replace CRLF to LF with all the files
[gitmo/Mouse.git] / lib / Mouse / Util.pm
index 17fc188..338f198 100644 (file)
@@ -153,7 +153,7 @@ BEGIN {
             }
             return $type eq 'c3'
                 ? [calculateMRO($classname)]
-                : $_get_linear_isa_dfs->($classname);\r
+                : $_get_linear_isa_dfs->($classname);
         };
     }