X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=t%2FSub-Op-LexicalSub%2FMakefile.PL;fp=t%2FSub-Op-Test%2FMakefile.PL;h=6fd506554ce672dd98d8d58cbc6ac9722dee018c;hp=b75f2063c693287219c3a47dfd0ef33f93262a27;hb=14a44e7b2f834cbd0d2ba8cc63deda55b3e5f0dd;hpb=a2cacd5001fc982edeb39a4262079c6661ceb2f4 diff --git a/t/Sub-Op-Test/Makefile.PL b/t/Sub-Op-LexicalSub/Makefile.PL similarity index 96% rename from t/Sub-Op-Test/Makefile.PL rename to t/Sub-Op-LexicalSub/Makefile.PL index b75f206..6fd5065 100644 --- a/t/Sub-Op-Test/Makefile.PL +++ b/t/Sub-Op-LexicalSub/Makefile.PL @@ -4,7 +4,7 @@ use strict; use warnings; use ExtUtils::MakeMaker; -my $dist = 'Sub-Op-Test'; +my $dist = 'Sub-Op-LexicalSub'; (my $name = $dist) =~ s{-}{::}g;