summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorElvin Aslanov <rwp.primary@gmail.com>2022-09-01 00:03:56 +0400
committerKarl Williamson <khw@cpan.org>2022-09-05 14:03:44 -0600
commit03840a1d3fe4ab4c1bb97279794abab6915b351e (patch)
treed4e34637c7cf37c9a03d891b5911ac24029e3b24 /ext
parent84320ab45fec7da1660179a24882e9a43df8c8fb (diff)
downloadperl-03840a1d3fe4ab4c1bb97279794abab6915b351e.tar.gz
Update synopses on User:: and Sys:: modules
Diffstat (limited to 'ext')
-rw-r--r--ext/Sys-Hostname/Hostname.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Sys-Hostname/Hostname.pm b/ext/Sys-Hostname/Hostname.pm
index ffecefd59f..8e4f41f72f 100644
--- a/ext/Sys-Hostname/Hostname.pm
+++ b/ext/Sys-Hostname/Hostname.pm
@@ -15,7 +15,7 @@ use warnings ();
our $host;
BEGIN {
- $VERSION = '1.24';
+ $VERSION = '1.25';
{
local $SIG{__DIE__};
eval {
@@ -131,7 +131,7 @@ Sys::Hostname - Try every conceivable way to get hostname
=head1 SYNOPSIS
use Sys::Hostname;
- $host = hostname;
+ my $host = hostname;
=head1 DESCRIPTION