This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Gut screaminstr
authorFather Chrysostomos <sprout@cpan.org>
Thu, 24 May 2012 21:00:56 +0000 (14:00 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 30 May 2012 06:55:22 +0000 (23:55 -0700)
commit9e3f0d16dbcc317a6b02a468a3501297984f7d6b
treef87b2a7d910d531bac0ac40079b2ae654009f605
parentc33e64f02d8b17197aa8428a84b8cab32bf0e833
Gut screaminstr

How did this ever end up in the API?

Anyway, this commit guts it by removing its guts and replacing it with
a panic message.  This function would fail assertions if passed an
unstudied scalar, so it should never be called any more.  But XS mod-
ules that still do if (SvSCREAM(sv)) screaminstr(...) should still be
able to compile.
util.c