Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > a33d845846fb586be2993c6eed227050 > files > 26

perl-MooseX-MethodAttributes-0.28-1.fc18.noarch.rpm

use strict;
use warnings;

package OtherSubClass;
use base qw/BaseClass/;

# Must stay empty so that neither this class,
# nor SubSubClass has a metaclass when we invoke
# the attribute code.

1;