diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-14 17:02:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-14 17:02:38 +0000 |
commit | 1108974dc425da181c3fc8be06ee65371f6439d6 (patch) | |
tree | ccc23831bb5d7a751378e30431e78b78ec7c702b /cv.h | |
parent | 90cd13a29feb8c9646bbe3dfa9e5a556f3e5d9ce (diff) | |
download | perl-1108974dc425da181c3fc8be06ee65371f6439d6.tar.gz |
Make usage of :unique emit a deprecation warning.
Remove its outdated documentation.
p4raw-id: //depot/perl@27498
Diffstat (limited to 'cv.h')
-rw-r--r-- | cv.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -136,9 +136,7 @@ Returns the stash of the CV. #define CVf_CLONED 0x0040 /* a clone of one of those */ #define CVf_ANON 0x0080 /* CvGV() can't be trusted */ #define CVf_UNIQUE 0x0100 /* sub is only called once (eg PL_main_cv, - * require, eval). Not to be confused - * with the GVf_UNIQUE flag associated - * with the :unique attribute */ + * require, eval). */ #define CVf_NODEBUG 0x0200 /* no DB::sub indirection for this CV (esp. useful for special XSUBs) */ #define CVf_CONST 0x0400 /* inlinable sub */ |