浏览代码

Distname should be TestRail-API, not TestRail::API

Neil Bowers 11 年之前
父节点
当前提交
fa29b06c22
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      Changes
  2. 0 1
      Makefile.PL

+ 1 - 0
Changes

@@ -1,6 +1,7 @@
 Revision history for Perl module TestRail::API
 
 0.010 2014-12-?? TEODESIAN
+    - Dist name was being set to TestRail::API instead of TestRail-API
     - Reformatted this file as per CPAN::Changes::Spec
 
 0.009 2014-11-28 TEODESIAN

+ 0 - 1
Makefile.PL

@@ -25,7 +25,6 @@ WriteMakefile(
     },
     META_MERGE => {
         'meta-spec' => { version => 2 },
-        name        => 'TestRail::API',
         abstract    => "Provides an interface to TestRail's REST api via HTTP",
         author      => ['George S. Baugh <teodesian@cpan.org>'],
         resources   => {