From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910111213141516171819 package Alternative::NameSpace::Ext::TestExt;use strict;use warnings;use vars qw($VERSION);$VERSION="0.02";use base qw( Tk::AppWindow::BaseClasses::Extension );sub new { my $class = shift; my $self = $class->SUPER::new(@_); return $self;}1;
package
Alternative::NameSpace::Ext::TestExt;
use
strict;
warnings;
vars
qw($VERSION)
;
$VERSION
=
"0.02"
base
qw( Tk::AppWindow::BaseClasses::Extension )
sub
new {
my
$class
shift
$self
->SUPER::new(
@_
);
return
}
1;