[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: [perl #59264] documentation to ref function, missing type VSTRING
On Wed, Sep 24, 2008 at 12:50:22AM -0700, Hans Ginzel wrote:
> Builtin type VSTRING is missing in perldoc -f ref
> in the list of builtin types.
> It is only mentioned in later paragraph.
Thanks for spotting this inconsistency. VSTRING shouldn't have been mentioned
at all, as it's not a built-in until 5.10.0. The error happened because
accidentally merged across a documentation update from the 5.10 branch without
spotting this little stowaway. Fixed by change 34462.
Nicholas Clark
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]