Replaced Moose with Moo => big performance boost and easier packaging

This commit is contained in:
Alessandro Ranellucci 2011-09-06 11:50:43 +02:00
parent bf5824781d
commit 26b05ab155
13 changed files with 67 additions and 75 deletions

View file

@ -1,5 +1,5 @@
package Slic3r::Fill;
use Moose;
use Moo;
use Slic3r::Fill::Rectilinear;