Make sure "with" works
[gitmo/Mouse.git] / lib / Mouse / Role.pm
index 3392f3e..b1164aa 100644 (file)
@@ -27,6 +27,9 @@ do {
         has => sub {
             return sub { }
         },
+        with => sub {
+            return sub { }
+        },
     );
 
     my $exporter = Sub::Exporter::build_exporter({