Selaa lähdekoodia

use parent instead of base for travis

George S. Baugh 11 vuotta sitten
vanhempi
sitoutus
849cd24068
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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