From 2455aee97cf595563ef7d61c8abe39ad31e5514e Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 27 Oct 2017 18:52:35 +0200 Subject: Further reduction of Perl Config.pm methods. --- t/combineinfill.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/combineinfill.t') diff --git a/t/combineinfill.t b/t/combineinfill.t index 66e461d45..e94cf9eb5 100644 --- a/t/combineinfill.t +++ b/t/combineinfill.t @@ -54,7 +54,7 @@ plan tests => 8; 'infill is only present in correct number of layers'; }; - my $config = Slic3r::Config->new_from_defaults; + my $config = Slic3r::Config::new_from_defaults; $config->set('layer_height', 0.2); $config->set('first_layer_height', 0.2); $config->set('nozzle_diameter', [0.5]); @@ -73,7 +73,7 @@ plan tests => 8; } { - my $config = Slic3r::Config->new_from_defaults; + my $config = Slic3r::Config::new_from_defaults; $config->set('layer_height', 0.2); $config->set('first_layer_height', 0.2); $config->set('nozzle_diameter', [0.5]); @@ -98,7 +98,7 @@ plan tests => 8; # the following needs to be adapted to the new API if (0) { - my $config = Slic3r::Config->new_from_defaults; + my $config = Slic3r::Config::new_from_defaults; $config->set('skirts', 0); $config->set('solid_layers', 0); $config->set('bottom_solid_layers', 0); -- cgit v1.2.3