package Widget::Part::Cog; use strict; use warnings; use parent 'Widget::Part'; sub init { my $self = shift; # Additional 'Cog' attributes would be set up here. # Omitted for example brevity. } 1;