Quote the "also" in the error message for clarity
[gitmo/Moose.git] / t / 050_metaclasses / 012_moose_exporter.t
index 8ac6ca3..93ec1bb 100644 (file)
@@ -210,7 +210,7 @@ BEGIN {
 
     ::like(
         $@,
-        qr/\QCircular reference in also parameter to Moose::Exporter between MooseX::CircularAlso and MooseX::CircularAlso/,
+        qr/\QCircular reference in 'also' parameter to Moose::Exporter between MooseX::CircularAlso and MooseX::CircularAlso/,
         'got the expected error from circular reference in also'
     );
 }