pushing onto undef should (and does) work
authorDave Rolsky <autarch@urth.org>
Mon, 20 Sep 2010 21:41:19 +0000 (16:41 -0500)
committerJesse Luehrs <doy@tozt.net>
Mon, 27 Sep 2010 00:41:23 +0000 (19:41 -0500)
commite42b53ac02e0861056a5e0edb5651d16d451ee75
tree73e5caf0f99b29ed2d89dae9d026789b982b1a3a
parente7724627674e5f80d9318fb39cf8976fbe2f837b
pushing onto undef should (and does) work

This works (under strict/warnings with no warning output)

 my $x;
 push @{$x}, 1;
t/070_native_traits/011_array_subtypes.t