@@ -1,4 +1,6 @@
package Slic3r::GCode::PlaceholderParser;
+use strict;
+use warnings;
sub new {
# TODO: move this code to C++ constructor, remove this method
package Slic3r::Layer;
use List::Util qw(first);
use Slic3r::Geometry qw(scale chained_path);
package Slic3r::Layer::Region;
use List::Util qw(sum first);
use Slic3r::ExtrusionLoop ':roles';