The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::More tests => 1;
use Test::Warn;
use RDF::Prefixes;

warning_like {
	RDF::Prefixes->new({
		'-x' => 'http://www.example.com/',
	})
} qr{^Ignored suggestion -x\b};