burak / CPAN-Sys-Info-Driver-BSD
BSD driver for Sys::Info (Perl)
Clone this repository (size: 27.2 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/burak/cpan-sys-info-driver-bsd/
| commit 10: | 84af9e261ff9 |
| parent 9: | 5b157c52565c |
| branch: | default |
import constant
- View burak's profile
-
burak's public repos »
- CPAN-Padre-Plugin-HG
- CPAN-Net-Bitbucket
- CPAN-GD-SecurityImage
- CPAN-Lingua-TR-Numbers
- CPAN-Sys-Info-Driver-Windows
- CPAN-Task-Lingua-Any-Numbers
- CPAN-Time-Elapsed
- CPAN-Win32-ASP-CGI
- CPAN-Scalar-Util-Reftype
- CPAN-Parse-HTTP-UserAgent
- CPAN-Acme-CPANAuthors-Turkish
- CPAN-tools
- CPAN-Device-CableModem-Motorola-SB4200
- CPAN-Text-Template-Simple
- CPAN-CGI-Auth-Basic
- CPAN-GD-Thumbnail
- CPAN-Lingua-Any-Numbers
- CPAN-MP3-M3U-Parser
- CPAN-PHP-Session-DBI
- CPAN-Sys-Info
- CPAN-Sys-Info-Base
- CPAN-Sys-Info-Driver-BSD
- CPAN-Sys-Info-Driver-Linux
- CPAN-Sys-Info-Driver-Unknown
- CPAN-Test-Sys-Info
- Send message
2 months ago
Changed (Δ52 bytes):
raw changeset »
Changes (1 lines added, 1 lines removed)
SPEC (2 lines added, 2 lines removed)
lib/Sys/Info/Driver/BSD/OS.pm (1 lines added, 0 lines removed)
| … | … | @@ -2,7 +2,7 @@ Revision history for Perl extension Sys: |
2 |
2 |
|
3 |
3 |
Time zone is GMT+2. |
4 |
4 |
|
5 |
0.73 |
|
5 |
0.73 Wed Jan 13 23:01:39 2010 |
|
6 |
6 |
=> Support new uname(). |
7 |
7 |
=> Perl::Critic refactoring. |
8 |
8 |
| … | … | @@ -7,11 +7,11 @@ die "OS unsupported\n" if ! $OK; |
7 |
7 |
requires => { |
8 |
8 |
'BSD::Sysctl' => '0.08', |
9 |
9 |
'Unix::Processors' => 0, |
10 |
'Sys::Info::Base' => '0.7 |
|
10 |
'Sys::Info::Base' => '0.73', |
|
11 |
11 |
($] < 5.006 ? ( 'warnings::compat' => 0 ) : ()), |
12 |
12 |
}, |
13 |
13 |
build_requires => { |
14 |
'Test::Sys::Info' => '0. |
|
14 |
'Test::Sys::Info' => '0.20', |
|
15 |
15 |
}, |
16 |
16 |
meta_merge => { |
17 |
17 |
resources => { |
