Missing bit

This commit is contained in:
Alessandro Ranellucci 2013-03-11 12:47:27 +01:00
parent 964accb588
commit 428cd7867d

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;