]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - t/Sub-Op-LexicalSub/Makefile.PL
Rename Sub::Op::Test to Sub::Op::LexicalSub
[perl/modules/Sub-Op.git] / 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 b75f2063c693287219c3a47dfd0ef33f93262a27..6fd506554ce672dd98d8d58cbc6ac9722dee018c 100644 (file)
@@ -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;