We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d86035 commit 22c64b8Copy full SHA for 22c64b8
dist.ini
@@ -3,7 +3,7 @@ author = Stefan Amyotte <[email protected]>
3
license = Perl_5
4
copyright_holder = Stefan Amyotte
5
copyright_year = 2015
6
-version = 0.1.3
+version = 0.1.6
7
8
[@Basic]
9
[Prereqs]
lib/Ossec/Log/Parse.pm
@@ -7,7 +7,7 @@ use autodie;
use Carp;
use Scalar::Util qw/openhandle/;
10
-our $VERSION = '0.1.3';
+our $VERSION = '0.1.6';
11
12
BEGIN {
13
my @accessors = qw/fh file/;
t/01-basic.t
@@ -2,7 +2,7 @@ use 5.10.1;
2
use strict;
use warnings;
-use Test::More tests=>27;
+use Test::More tests=>20;
BEGIN { use_ok( 'Ossec::Log::Parse' ); }
0 commit comments