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.
5package J;
6use vars '$VERSION';
7$VERSION = '0.21';
8
9
10package Another::Class;
11use vars '$VERSION';
12$VERSION = '0.21';
13
14
15sub a_method { 42 }
16
171;
18
19