got all general logging done, start of adding ids to objects and incorporating ids...
[scpubgit/Object-Remote.git] / Makefile.PL
index 8ab218b..6ee313e 100644 (file)
@@ -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,