Daje-Workflow-GeneratePerl-Activity/lib/Daje/Workflow/GeneratePerl/Base/Common.pm
package Daje::Workflow::GeneratePerl::Base::Common;
use Mojo::Base -base, -signatures;
# NAME
# ====
#
# Daje::Workflow::GeneratePerl::Base::Common - Base class
#
#
# DESCRIPTION
# ===========
#
# Simple base class
#
#
# REQUIRES
# ========
#
# use Mojo::Base
#
#
#
# METHODS
# =======
#
# has 'templates' ;
# has 'json' ;
#
has 'templates' ;
has 'json' ;
has 'context';
1;
#################### pod generated by Pod::Autopod - keep this line to make pod updates possible ####################
=head1 NAME
Daje::Workflow::GeneratePerl::Base::Common - Base class
=head1 DESCRIPTION
Simple base class
=head1 REQUIRES
use Mojo::Base
=head1 METHODS
has 'templates' ;
has 'json' ;
=cut