Browse Source

use parent instead of base for travis

George S. Baugh 11 năm trước cách đây
mục cha
commit
849cd24068
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/Test/Rail/Harness.pm

+ 1 - 1
lib/Test/Rail/Harness.pm

@@ -5,7 +5,7 @@ package Test::Rail::Harness;
 use strict;
 use warnings;
 
-use base qw/TAP::Harness/;
+use parent qw/TAP::Harness/;
 
 =head1 DESCRIPTION