We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3482c commit 9ea7390Copy full SHA for 9ea7390
1 file changed
t/isa.t
@@ -130,8 +130,9 @@ use Test::Deep;
130
131
{
132
package C;
133
- use base 'A';
+ our @ISA = 'A';
134
}
135
+
136
package main;
137
138
my $c = bless {}, "C";
0 commit comments