This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove dual-valueness of v-strings (i.e., they are pure strings
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 21 Feb 2000 21:10:26 +0000 (21:10 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 21 Feb 2000 21:10:26 +0000 (21:10 +0000)
commit44dcb63b0bb49fa80a224080c0601a2af7b94275
treed792893c44395e342cddd5c15c89529d3f7fef11
parentf6c8478cc6cfc17dcb81770ef59a5e1c39269012
remove dual-valueness of v-strings (i.e., they are pure strings
now); avoid the word "tuple" to describe strings represented as
character ordinals; usurp $PERL_VERSION for $^V as suggested by
Larry, deprecate $] ; adjust the documentation and testsuite
accordingly

p4raw-id: //depot/perl@5186
MANIFEST
lib/English.pm
op.c
pod/perldelta.pod
pod/perlfunc.pod
pod/perlop.pod
pod/perlvar.pod
t/comp/require.t
t/op/ver.t
toke.c