DEBSOURCES
Skip Quicknav
sources / libexporter-declare-perl / 0.114-2 / t / lib / InheritanceChild.pm
123456789
package InheritanceChild; use strict; use warnings; use base 'InheritanceParent'; sub foo { 'foo' } 1;