Comments, style
[gitmo/Mouse.git] / lib / Mouse / Object.pm
index 6a49a07..804f461 100644 (file)
@@ -2,7 +2,7 @@ package Mouse::Object;
 use strict;
 use warnings;
 
-use Scalar::Util qw/weaken/;
+use Scalar::Util 'weaken';
 use Carp 'confess';
 
 sub new {