Open snoopyjc opened 1 year ago
Popping an arrayref off an array and pushing that to another array generates incorrect code. For example (from Date::Manip::TZ):
push(@periods,pop(@tmp)) if (@tmp);
Popping an arrayref off an array and pushing that to another array generates incorrect code. For example (from Date::Manip::TZ):