summaryrefslogtreecommitdiff
path: root/ext/B/defsubs_h.PL
diff options
context:
space:
mode:
authorSimon Cozens <simon@netthink.co.uk>2000-08-09 04:49:20 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-11 01:12:39 +0000
commit6aaf4108701d03e3663ab149b084be98635a4897 (patch)
treeba778aa0a848717ee591eae6d1488a5776cb7757 /ext/B/defsubs_h.PL
parentbbdae7b29367ab5f4679c8f66f10c445d0daa657 (diff)
downloadperl-6aaf4108701d03e3663ab149b084be98635a4897.tar.gz
B::Deparse didn't do sub attributes.
Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues?? Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6589
Diffstat (limited to 'ext/B/defsubs_h.PL')
-rw-r--r--ext/B/defsubs_h.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/B/defsubs_h.PL b/ext/B/defsubs_h.PL
index 80ef936fce..759013bbcc 100644
--- a/ext/B/defsubs_h.PL
+++ b/ext/B/defsubs_h.PL
@@ -8,6 +8,7 @@ open(OUT,">$out") || die "Cannot open $file:$!";
print "Extracting $out...\n";
foreach my $const (qw(AVf_REAL
HEf_SVKEY
+ CVf_METHOD CVf_LOCKED CVf_LVALUE
SVf_IOK SVf_IVisUV SVf_NOK SVf_POK
SVf_ROK SVp_IOK SVp_POK ))
{