This website works better with JavaScript.
Home
Help
Sign In
vvelox
/
Net-Connection-FreeBSD_sockstat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add Proc::ProcessTable as a depend and bump to 0.0.2
master
Charlie Root
2 months ago
parent
4cad3859f4
commit
637c9bcff6
3 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Net-Connection-FreeBSD_sockstat/Changes
+1
-0
Net-Connection-FreeBSD_sockstat/Makefile.PL
+2
-2
Net-Connection-FreeBSD_sockstat/lib/Net/Connection/FreeBSD_sockstat.pm
+ 4
- 0
Net-Connection-FreeBSD_sockstat/Changes
View File
@ -1,5 +1,9 @@
Revision history for Net-Connection-FreeBSD_sockstat
0.0.2 2021-02-08/20:00
- Add missing depend of Proc::ProcessTable.
0.0.1 2021-02-08/08:00
- Initial release.
+ 1
- 0
Net-Connection-FreeBSD_sockstat/Makefile.PL
View File
@ -18,6 +18,7 @@ my %WriteMakefileArgs = (
}
,
PREREQ_PM
=
>
{
'Net::Connection'
=
>
'0.2.0'
,
'Proc::ProcessTable'
=
>
'0.59'
,
}
,
dist
=
>
{
COMPRESS
=
>
'gzip -9f'
,
SUFFIX
=
>
'gz'
,
}
,
clean
=
>
{
FILES
=
>
'Net-Connection-FreeBSD_sockstat-*'
}
,
+ 2
- 2
Net-Connection-FreeBSD_sockstat/lib/Net/Connection/FreeBSD_sockstat.pm
View File
@ -16,11 +16,11 @@ Net::Connection::FreeBSD_sockstat - Creates Net::Connection objects using sockst
=
head1
VERSION
Version
0.0
.
1
Version
0.0
.
2
=
cut
our
$
VERSION
=
'0.0.
1
'
;
our
$
VERSION
=
'0.0.
2
'
;
=
head1
SYNOPSIS
Write
Preview
Loading…
Cancel
Save