The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
  gv.c AOK

  Mandatory Warnings ALL TODO
  ------------------

    Had to create %s unexpectedly		[gv_fetchpv]
    Attempt to free unreferenced glob pointers	[gp_free]
    
__END__
# gv.c
no warnings 'syntax' ;
our @ISA = qw(Fred); joe()
EXPECT
Undefined subroutine &main::joe called at - line 3 character 22.
########