Explorar el Código

use parent instead of base for travis

George S. Baugh hace 11 años
padre
commit
849cd24068
Se han modificado 1 ficheros con 1 adiciones y 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