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

Railway::Builder - a builder

VERSION

version 0.015

SYNOPSIS

  my $bldr  = Railway::Builder->new;
  my $train = $bldr->build_train;
  my $way   = $bldr->build_way;

ATTRIBUTES

train_class

  class for train instances

way_class

  class for way instances

METHODS

build_train

  build a train

build_way

  build a way

AUTHOR

alexbyk.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by alexbyk.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.