diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 16:48:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 16:48:58 +0000 |
commit | da2094fd55cfc73caee2f71b349588c60a542297 (patch) | |
tree | 1c359d4da0b0db7b874f9a486370fc74078f61c0 /pod/perldelta.pod | |
parent | 4a338e520d9f750f715b7cab0bae2d650f3dfc9d (diff) | |
download | perl-da2094fd55cfc73caee2f71b349588c60a542297.tar.gz |
remove vestiges of older attribute syntax
p4raw-id: //depot/perl@5202
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 746c242288..f9e9f04b69 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -461,7 +461,7 @@ variables. See L<perlfunc/our>. =head2 Support for strings represented as a vector of ordinals -Literals of the form v1.2.3.4 are now parsed as a string comprised of +Literals of the form v1.2.3.4 are now parsed as a string composed of of characters with the specified ordinals. This is an alternative, more readable way to construct (possibly unicode) strings instead of interpolating characters, as in C<"\x{1}\x{2}\x{3}\x{4}">. @@ -861,7 +861,7 @@ only during normal running are warranted. See L<perlvar>. =head2 New variable $^V contains Perl version in v5.6.0 format -C<$^V> contains the Perl version number as a string comprised of +C<$^V> contains the Perl version number as a string composed of characters whose ordinals match the version numbers, so that it may be used in string comparisons. |