File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- This file is the README for BSD::Sysctl version 0.11
1+ This file is the README for BSD::Sysctl
22
33INSTALLATION
44
Original file line number Diff line number Diff line change 11# BSD::Sysctl.pm - Access BSD sysctl(8) information directly
22#
3+ # Copyright (C) 2021 Gleb Smirnoff, all rights reserved.
34# Copyright (C) 2006-2014 David Landgren, all rights reserved.
45
56package BSD::Sysctl ;
@@ -12,7 +13,7 @@ use XSLoader;
1213
1314use vars qw( $VERSION @ISA %MIB_CACHE %MIB_SKIP @EXPORT_OK) ;
1415
15- $VERSION = ' 0.11 ' ;
16+ $VERSION = ' 0.12 ' ;
1617@ISA = qw( Exporter) ;
1718
1819# include bsd-sysctl.ph
@@ -94,8 +95,7 @@ BSD::Sysctl - Manipulate kernel sysctl variables on BSD-like systems
9495
9596=head1 VERSION
9697
97- This document describes version 0.11 of BSD::Sysctl, released
98- 2014-01-22.
98+ This document describes version 0.12 of BSD::Sysctl
9999
100100=head1 SYNOPSIS
101101
Original file line number Diff line number Diff line change 11/* Sysctl.xs -- XS component of BSD-Sysctl
22 *
3+ * Copyright (C) 2021 Gleb Smirnoff
34 * Copyright (C) 2006-2014 David Landgren
45 */
56
You can’t perform that action at this time.
0 commit comments