diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-26 18:43:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-26 18:43:51 +0000 |
commit | 07766739ad671051f274806a83c05be36e7ca89a (patch) | |
tree | 17b8d5a4d43e11e6e582d71ed140ef7529440a0a /gv.c | |
parent | 4f9457819ee16b3f645ab5dab5ddc5ddbc89ebcf (diff) | |
download | perl-07766739ad671051f274806a83c05be36e7ca89a.tar.gz |
The Time::Piece conspiracy unmasked!!!
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:02:50 +0100
Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:08:21 +0100
Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Graham Barr <gbarr@pobox.com>
Date: Thu, 26 Apr 2001 19:12:03 +0100
Message-ID: <20010426191203.A70835@pobox.com>
Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
p4raw-id: //depot/perl@9859
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ S_gv_init_sv(pTHX_ GV *gv, I32 sv_type) Returns the glob with the given C<name> and a defined subroutine or C<NULL>. The glob lives in the given C<stash>, or in the stashes -accessible via @ISA and @UNIVERSAL. +accessible via @ISA and UNIVERSAL::. The argument C<level> should be either 0 or -1. If C<level==0>, as a side-effect creates a glob with the given C<name> in the given C<stash> |