Skip to content

Commit 22c64b8

Browse files
committed
v0.1.6, fixed number of tests
1 parent 3d86035 commit 22c64b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author = Stefan Amyotte <[email protected]>
33
license = Perl_5
44
copyright_holder = Stefan Amyotte
55
copyright_year = 2015
6-
version = 0.1.3
6+
version = 0.1.6
77

88
[@Basic]
99
[Prereqs]

lib/Ossec/Log/Parse.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use autodie;
77
use Carp;
88
use Scalar::Util qw/openhandle/;
99

10-
our $VERSION = '0.1.3';
10+
our $VERSION = '0.1.6';
1111

1212
BEGIN {
1313
my @accessors = qw/fh file/;

t/01-basic.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use 5.10.1;
22
use strict;
33
use warnings;
44

5-
use Test::More tests=>27;
5+
use Test::More tests=>20;
66

77
BEGIN { use_ok( 'Ossec::Log::Parse' ); }
88

0 commit comments

Comments
 (0)