ソースを参照

v28 fixes part 1

George S. Baugh 10 年 前
コミット
6ebaf15d53
3 ファイル変更5 行追加1 行削除
  1. 3 0
      Changes
  2. 1 1
      dist.ini
  3. 1 0
      lib/App/Prove/Plugin/TestRail.pm

+ 3 - 0
Changes

@@ -1,5 +1,8 @@
 Revision history for Perl module TestRail::API
 
+0.028 2015-06-15 TEODESIAN
+    - Hotfix: forgot to include a module in the prove plugin.  How did this pass compile.t? A mystery.
+
 0.027 2015-06-14 TEODESIAN
     - If no tests are run (environment fail), set test status to 'retest' on non case-per-ok tests
     - If the only oddities in a test are passing TODO tests, mark entire run as TODO PASS.

+ 1 - 1
dist.ini

@@ -1,6 +1,6 @@
 name = TestRail-API
 main_module = lib/TestRail/API.pm
-version = 0.027
+version = 0.028
 author = George S. Baugh <teodesian@cpan.org>
 license = Perl_5
 copyright_holder = George S. Baugh

+ 1 - 0
lib/App/Prove/Plugin/TestRail.pm

@@ -8,6 +8,7 @@ use warnings;
 use utf8;
 
 use File::HomeDir qw{my_home};
+use TestRail::Utils;
 
 =head1 SYNOPSIS