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

Lego::Part::Transfer - Lego part transfer abstract class.

SYNOPSIS

 use Lego::Part::Transfer;

 my $obj = Lego::Part::Transfer->new;
 $obj->element2design($part);
 $obj->design2element($part);

METHODS

  • new()

     Constructor.
     Returns object.
  • element2design($part)

     Convert element to design.
     Returns undef.
  • design2element($part)

     Convert design to element.
     Returns undef.

DEPENDENCIES

Class::Utils, Error::Pure, Scalar::Util.

SEE ALSO

Task::Lego

Install the Lego modules.

REPOSITORY

https://github.com/michal-josef-spacek/Lego-Part

AUTHOR

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

http://skim.cz

LICENSE AND COPYRIGHT

© 2013-2023 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.04