Skip to content

Commit fc7e43d

Browse files
committed
Let's call this 0.12
1 parent d41c032 commit fc7e43d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This file is the README for BSD::Sysctl version 0.11
1+
This file is the README for BSD::Sysctl
22

33
INSTALLATION
44

Sysctl.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

56
package BSD::Sysctl;
@@ -12,7 +13,7 @@ use XSLoader;
1213

1314
use 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

Sysctl.xs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Sysctl.xs -- XS component of BSD-Sysctl
22
*
3+
* Copyright (C) 2021 Gleb Smirnoff
34
* Copyright (C) 2006-2014 David Landgren
45
*/
56

0 commit comments

Comments
 (0)