From 143bca595fefa85a777744a3cbccf6e05e1fe8ca Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Sat, 23 Nov 2013 10:06:33 -0500 Subject: [PATCH] correct Makefile NAME --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index b87a073..18935df 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use strict; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'MogileFS-Utils', + NAME => 'MogileFS::Utils', VERSION_FROM => 'lib/MogileFS/Utils.pm', AUTHOR => 'Brad Fitzpatrick ', ABSTRACT => 'MogileFS utilities',