X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=Makefile.PL;h=f3c9a27acea351d2d20320e2ec004a6490f9ddec;hp=8ab218b6396ccc4d1e73f85f6d2bc8fce5ce5913;hb=a577b9530c7c091e6800bca9dca4fd03c37ce039;hpb=245798e6f18add5fb766cfa378460f2a2a65f804 diff --git a/Makefile.PL b/Makefile.PL index 8ab218b..f3c9a27 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Object-Remote', + NAME => 'Object::Remote', VERSION_FROM => 'lib/Object/Remote.pm', PREREQ_PM => { Moo => 0, @@ -13,6 +13,7 @@ WriteMakefile( 'JSON::PP' => 0, 'CPS::Future' => 0, 'Class::C3' => 0, # required to fatpack Moo + 'String::ShellQuote' => 0, # required for ssh argument manipulation }, EXE_FILES => [ 'bin/object-remote-node',