1# Copyrights 2001-2018 by [Mark Overmeer].
2#  For other contributors see ChangeLog.
3# See the manual pages for details on the licensing terms.
4# Pod stripped from pm file by OODoc 2.02.
5
6use strict;
7use warnings;
8
9package A::B;
10use vars '$VERSION';
11$VERSION = '0.21';
12
13use base 'A';
14
15sub a_b() {'a_b'}
16
171;
18