X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=Makefile.PL;h=54b937d024153a9869967fcd851e6ddaec8435cc;hp=1ba7a612c4902e6fe3504c302ef0f640791e0177;hb=cd8f7b1728e37a4bebbe7a5e293d3706b32a0eb7;hpb=f7ec92f82e6efe169eb50934f1d3841ee2bd0143 diff --git a/Makefile.PL b/Makefile.PL index 1ba7a61..54b937d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,8 @@ use ExtUtils::MakeMaker; my $dist = 'rgit'; +(my $name = $dist) =~ s{-}{::}g; + my %PREREQ_PM = ( 'Carp' => 0, 'Cwd' => 0, @@ -42,7 +44,7 @@ my %META = ( ); WriteMakefile( - NAME => 'rgit', + NAME => $name, AUTHOR => 'Vincent Pit ', LICENSE => 'perl', VERSION_FROM => 'lib/App/Rgit.pm',