- or download this
my $fun = new CX::Lique(
name => 'Test Addon',
'author'=> 'nutshell',
...
version => '1.1',
build => 2
);
- or download this
my $q = CX::Lique->new(
name => 'Test',
'author'=> 'yeehaw',
...
version => '1.11',
build => 2
);
- or download this
$info = {
'name' => 'Test Addon',
'author'=> 'nutshell',
...
'version' => '1.1',
'build' => 2
}