diff options
Diffstat (limited to 'dist/Attribute-Handlers/t')
-rw-r--r-- | dist/Attribute-Handlers/t/multi.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Attribute-Handlers/t/multi.t b/dist/Attribute-Handlers/t/multi.t index 5c80f82b10..34ff940ae2 100644 --- a/dist/Attribute-Handlers/t/multi.t +++ b/dist/Attribute-Handlers/t/multi.t @@ -92,7 +92,7 @@ my %z :Aokay(1,19); sub z :Aokay(1,20) {}; package DerTest; -use base 'Test'; +use parent qw(Test); use warnings; my $x5 :Dokay(1,21); |