NAME
Games::Lacuna::Task::Role::Waste - Waste helper methods
SYNOPSIS
package Games::Lacuna::Task::Action::MyTask;
use Moose;
extends qw(Games::Lacuna::Task::Action);
with qw(Games::Lacuna::Task::Role::Waste);
DESCRIPTION
This role provides helper method to work with waste diposal
disposeable_waste
my $quantity = $self->disposeable_waste($planet_stats);
Returns the amout of waste that is available for disposal
convert_waste
$self->convert_waste($planet_stats,$quantity);
Produces the requested amout of waste by dumping resources from storage
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 110:
Unknown directive: =head