diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-20 20:53:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-20 20:53:25 +0000 |
commit | 36392fcf0bb917360f3e083a8d5bb2f65f72c346 (patch) | |
tree | c5a13da16a03a36de854cbdb66b4f866847ec1c2 /lib/User | |
parent | f08d6ad944c4ecbe4ec19c801b6b512b040abbf6 (diff) | |
download | perl-36392fcf0bb917360f3e083a8d5bb2f65f72c346.tar.gz |
mention handle autovivification in perldata (from Johan Vromans)
p4raw-id: //depot/perl@5838
Diffstat (limited to 'lib/User')
-rw-r--r-- | lib/User/pwent.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/User/pwent.pm b/lib/User/pwent.pm index f41aa2ab5a..8c059265c3 100644 --- a/lib/User/pwent.pm +++ b/lib/User/pwent.pm @@ -250,7 +250,7 @@ You may ask whether one of these was implemented on the system Perl was built on by asking the importable C<pw_has> function about them. This function returns true if all parameters are supported fields on the build platform, false if one or more were not, and raises -and exception if you asked about a field that Perl never knows how +an exception if you asked about a field that Perl never knows how to provide. Parameters may be in a space-separated string, or as separate arguments. If you pass no parameters, the function returns the list of C<struct pwd> fields supported by your build platform's |