File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1156,6 +1156,7 @@ Pravus <pravus@cpan.org>
11561156Premchai <premchai21@yahoo.com>
11571157Prymmer/Kahn <pvhp@best.com>
11581158pxm <pxm@nubz.org>
1159+ pyrrhlin <1197072+myrrhlin@users.noreply.github.com>
11591160Quentin Fennessy <quentin@arrakeen.amd.com>
11601161Radu Greab <radu@netsoft.ro>
11611162raf <raf@tradingpost.com.au>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ unless( eval q{require warnings::register; warnings::register->import; 1} ) {
1212}
1313our %attr ;
1414
15- our $VERSION = ' 2.25 ' ;
15+ our $VERSION = ' 2.26 ' ;
1616$VERSION =~ tr / _// d;
1717
1818# constant.pm is slow
@@ -252,7 +252,7 @@ to subclasses.
252252
253253Also, B<in Perl 5.8.x and earlier > , this pragma uses pseudo-hashes, the
254254effect being that you can have objects with named fields which are as
255- compact and as fast arrays to access, as long as the objects are
255+ compact and fast as arrays to access, as long as the objects are
256256accessed through properly typed variables.
257257
258258The following functions are supported:
@@ -293,7 +293,7 @@ pseudo-hashes directly.
293293If the first argument is a reference to an array, the pseudo-hash will
294294be created with keys from that array. If a second argument is supplied,
295295it must also be a reference to an array whose elements will be used as
296- the values. If the second array contains less elements than the first,
296+ the values. If the second array contains fewer elements than the first,
297297the trailing elements of the pseudo-hash will not be initialized.
298298This makes it particularly useful for creating a pseudo-hash from
299299subroutine arguments:
You can’t perform that action at this time.
0 commit comments