Explorar o código

use parent instead of base for travis

George S. Baugh %!s(int64=11) %!d(string=hai) anos
pai
achega
849cd24068
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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