Searched refs:is_sv_readonly (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/t/
H A Dtest.t26 ok defined &is_sv_readonly, 'is_sv_readonly loaded';
29 # is_sv_readonly (4 tests)
30 ok is_sv_readonly("hello"), 'constant string is readonly';
31 ok is_sv_readonly(7), 'constant number is readonly';
33 ok is_sv_readonly($x), 'constant typeglob thingy is readonly';
35 ok !is_sv_readonly($y), 'inconstant variable is not readonly';
39 ok is_sv_readonly($y), 'status changed to readonly';
/macosx-10.9.5/CPANInternal-140/Readonly-XS/t/
H A Dtest.t26 ok defined &is_sv_readonly, 'is_sv_readonly loaded';
29 # is_sv_readonly (4 tests)
30 ok is_sv_readonly("hello"), 'constant string is readonly';
31 ok is_sv_readonly(7), 'constant number is readonly';
33 ok is_sv_readonly($x), 'constant typeglob thingy is readonly';
35 ok !is_sv_readonly($y), 'inconstant variable is not readonly';
39 ok is_sv_readonly($y), 'status changed to readonly';
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A DXS.xs11 is_sv_readonly(sv)
H A DXS.pm39 for $func (qw/is_sv_readonly make_sv_readonly/)
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A DXS.xs17 is_sv_readonly(sv)
H A DXS.pm44 for $func (qw/is_sv_readonly make_sv_readonly/)
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm37 sub is_sv_readonly ($) { 0 } subroutine
200 croak "$REASSIGN scalar" if is_sv_readonly $_[0];
255 croak "$REASSIGN scalar" if is_sv_readonly $_[0];
342 croak $MODIFY if is_sv_readonly ${$_[0]};
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm37 sub is_sv_readonly ($) { 0 } subroutine
200 croak "$REASSIGN scalar" if is_sv_readonly $_[0];
255 croak "$REASSIGN scalar" if is_sv_readonly $_[0];
342 croak $MODIFY if is_sv_readonly ${$_[0]};

Completed in 85 milliseconds