in reply to Useless use of a constant (ict) in void context

There's possibly something wrong with your copy of Test::NoWarnings - try reinstalling from CPAN. Even better, try Test::Warnings which is a nicer module.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: Useless use of a constant (ict) in void context