This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cv_clone: panic for no pad
authorFather Chrysostomos <sprout@cpan.org>
Fri, 3 Aug 2012 16:29:38 +0000 (09:29 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Sep 2012 05:45:04 +0000 (22:45 -0700)
commitfead5351141134064bc3069932e04930bd96eb0e
tree6cacadda5d3d17ea734dbb78ae19bb59aefcc27d
parente10681aacd3d56adfffb2b63d491b36e8d3c3822
cv_clone: panic for no pad

cv_clone has serendipitously gained the ability to clone CVs without
pads.  It is not clear that we want to add this ability to this API
function, because we would be stuck supporting it, even if we came up
with a better interface.  It used to crash or fail an assertion if
there was no pad.
pad.c