mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06:00
Readd use strict and use warnings
This commit is contained in:
parent
6194cbf530
commit
5e80d7a388
3 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
package Slic3r::GCode::PlaceholderParser;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
sub new {
|
||||
# TODO: move this code to C++ constructor, remove this method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue