X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=author%2Fmake-filenames-portable.pl;h=7a9162fadd98560799374a2b6ae035d43b3a4f3b;hb=48a4a7b4b110db566e37945f215c463736dfa975;hp=8546bcd3822032bb5436b496974871a02e964314;hpb=37a972b76454d93772ad4f1a98ad51b4173dfdb9;p=gitmo%2FMouse.git 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 $!;