::like(
$@,
- qr/\QCircular reference in also parameter to MooseX::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'
);
}
::like(
$@,
- qr/\QPackage in also (NoSuchThing) does not seem to use MooseX::Exporter/,
+ qr/\QPackage in also (NoSuchThing) does not seem to use Moose::Exporter/,
'got the expected error from a reference in also to a package which does not use Moose::Exporter'
);
}