Jelajahi Sumber

use parent instead of base for travis

George S. Baugh 11 tahun lalu
induk
melakukan
849cd24068
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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