The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::PYX::Optimization - Perl class for pyx-optimization application.

SYNOPSIS

 use App::PYX::Optimization;

 my $obj = App::PYX::Optimization->new;
 $obj->run;

METHODS

new

Constructor.

run

Run.

ERRORS

 new():
         From Class::Utils:
                 Unknown parameter '%s'.

EXAMPLE

 use strict;
 use warnings;

 use App::PYX::Optimization;

 # Run.
 exit App::PYX::Optimization->new->run;

 # Output:
 # Usage: __SCRIPT_NAME__ [-h] [--version] [filename] [-]
 #         -h              Print help.
 #         --version       Print version.
 #         [filename]      Process on filename
 #         -               Process on stdin

DEPENDENCIES

Getopt::Std, PYX::Optimization.

REPOSITORY

https://github.com/michal-josef-spacek/App-PYX-Optimization.

AUTHOR

Michal Josef Špaček mailto:skim@cpan.org

http://skim.cz

LICENSE AND COPYRIGHT

© 2015-2023 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.04