summaryrefslogtreecommitdiffstats
path: root/t/hide_middleman/Bar.pm
blob: 486f8ddb8b1f9c8cf78a0dd91bb1673d5f50c0c0 (plain) (blame)
1
2
3
4
5
6
7
package Bar;
use strict;
use warnings;

use base 'Foo';

1;