This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.
authorBrian Fraser <fraserbn@gmail.com>
Tue, 9 Apr 2013 07:27:16 +0000 (04:27 -0300)
committerTony Cook <tony@develop-help.com>
Wed, 11 Sep 2013 00:28:29 +0000 (10:28 +1000)
commit90aeefb47309434774bb94bdb3c7a92dedf59563
tree2ad34ee21ec441502b43472db01c62467abc8d03
parent30877037d0977c0e3b7a5268b63d626f65d428ab
gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.

This commit takes a chunk of code out of gv_fetchpvn_flags and
turns it into two fuctions: parse_gv_stash_name and find_default_stash.
embed.fnc
embed.h
gv.c
proto.h