Fixed regression causing fatal errors. #429

This commit is contained in:
Alessandro Ranellucci 2012-06-09 15:53:14 +02:00
parent 0c4b112718
commit 62bd33a766
2 changed files with 2 additions and 7 deletions

View file

@ -5,7 +5,7 @@ use Moo;
has 'polygon' => (
is => 'rw',
required => 1,
handles => [qw(is_printable nearest_point_to)],
handles => [qw(is_printable nearest_point_to reverse)],
);
# see EXTR_ROLE_* constants in ExtrusionPath.pm