X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=author%2Fmake-filenames-portable.pl;fp=author%2Fmake-filenames-portable.pl;h=7a9162fadd98560799374a2b6ae035d43b3a4f3b;hp=8546bcd3822032bb5436b496974871a02e964314;hb=c6676984e2f8c3fd4b445c818da3e072a3f4ce4e;hpb=c3d7c8b59993e1a765b0290305d3e5763c88f0de diff --git a/author/make-filenames-portable.pl b/author/make-filenames-portable.pl index 8546bcd..7a9162f 100644 --- a/author/make-filenames-portable.pl +++ b/author/make-filenames-portable.pl @@ -1,7 +1,7 @@ use strict; rename 't-failing/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t', - 't-failing/060_compat/004_entimwm' or warn $!; + 't-failing/060_compat/004_entimwm.t' or warn $!; rename 't/050_metaclasses/041_moose_nonmoose_moose_chain_init_meta.t', 't/050_metaclasses/041_mnmcim.t' or warn $!;