1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Missing bit

This commit is contained in:
Alessandro Ranellucci
2013-03-11 12:47:27 +01:00
parent 964accb588
commit 428cd7867d
+3
View File
@@ -35,6 +35,9 @@ sub pack {
return $o; return $o;
} }
# no-op
sub unpack { $_[0] }
sub split_at_index { sub split_at_index {
my $self = shift; my $self = shift;