Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Release 0.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
pioto committed Oct 22, 2009
1 parent 104c98d commit c4fc76c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes for Unix::Uptime

master
0.36 Thu Oct 22 00:07:06 EDT 2009
- More internal cleaning.
- Fix load() tests for loads > 10.

Expand Down
2 changes: 1 addition & 1 deletion lib/Unix/Uptime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Unix::Uptime;
use warnings;
use strict;

our $VERSION='0.34';
our $VERSION='0.36';
$VERSION = eval $VERSION;

my %modules = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Unix/Uptime/BSD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Unix::Uptime::BSD;
use warnings;
use strict;

our $VERSION='0.34';
our $VERSION='0.36';
$VERSION = eval $VERSION;

use DateTime::Format::Strptime;
Expand Down
2 changes: 1 addition & 1 deletion lib/Unix/Uptime/BSD/Load.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Unix::Uptime::BSD::Load;
use warnings;
use strict;

our $VERSION='0.34';
our $VERSION='0.36';
$VERSION = eval $VERSION;

sub load {
Expand Down
2 changes: 1 addition & 1 deletion lib/Unix/Uptime/FreeBSD.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Unix::Uptime::FreeBSD;
use warnings;
use strict;

our $VERSION='0.34';
our $VERSION='0.36';
$VERSION = eval $VERSION;

sub uptime {
Expand Down
2 changes: 1 addition & 1 deletion lib/Unix/Uptime/Linux.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Unix::Uptime::Linux;
use warnings;
use strict;

our $VERSION='0.34';
our $VERSION='0.36';
$VERSION = eval $VERSION;

sub uptime {
Expand Down

0 comments on commit c4fc76c

Please sign in to comment.