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

MToken::Helper - Helper for initializing MToken devices

VIRSION

Version 1.00

SYNOPSIS

    use MToken::Helper;

    my $h = new MToken::Helper (
        -name   => NAME,
        -dir    => "/foo/bar/baz", # Default: .
    );
    my $status = $h->build();

DESCRIPTION

Helper for initializing MToken devices

new

    my $h = new MToken::Helper (
        -name   => NAME,
        -dir    => "/foo/bar/baz", # Default: .
    );

Returns helper's object

build

    my $status = $h->build();

Building the project

backward_build

    my $status = $self->backward_build();

Second pass of building. For internal use only

HISTORY

See CHANGES file

SEE ALSO

CTK::Helper

AUTHOR

Sergey Lepenkov (Serz Minus) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2017 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file