Help for this page

Select Code to Download


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