X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F37_mro_warn.t;h=1963a84b16458105b245710c57fd1dbe4774f227;hb=e3c0c9d359a2bd8630ec9548e86b96cc05088747;hp=f6a8966dcc18d2f58c76bf4d2838849d0e4dbb01;hpb=a469423b9004294f7c9fc7db1e36372b23f8b5c8;p=gitmo%2FClass-C3.git diff --git a/t/37_mro_warn.t b/t/37_mro_warn.t index f6a8966..1963a84 100644 --- a/t/37_mro_warn.t +++ b/t/37_mro_warn.t @@ -23,7 +23,7 @@ BEGIN # Remove symbols from respective tables, and # remove from INC, so we force re-evaluation - foreach my $class qw(Class::C3 MRO::Compat) { + foreach my $class (qw(Class::C3 MRO::Compat)) { my $file = $class; $file =~ s/::/\//g; $file .= '.pm';