Skip to content

Commit

Permalink
Fix typo. Add bugtracker info
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 6, 2020
1 parent 46ae43f commit c0d238b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Build.PL
Expand Up @@ -23,6 +23,9 @@ my $build = Module::Build->new(
url => 'https://github.com/davorg/array-compare.git',
web => 'https://github.com/davorg/array-compare',
},
bugtracker => {
web => 'https://github.com/davorg/array-compare/issues',
},
},
},
create_makefile_pl => 'traditional',
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
3.0.4 2020-12-06

- Fix documentation typo
(Thanks to Mohammed Anwar)

3.0.3 2019-08-12

- Added NoSkip method to clear Skip setting
Expand Down
2 changes: 1 addition & 1 deletion lib/Array/Compare.pm
Expand Up @@ -186,7 +186,7 @@ use Moo;
use Types::Standard qw(Str Bool HashRef);
use Carp;

$VERSION = '3.0.3';
$VERSION = '3.0.7';

has Sep => ( is => 'rw', isa => Str, default => '^G' );
has WhiteSpace => ( is => 'rw', isa => Bool, default => 1 );
Expand Down

0 comments on commit c0d238b

Please sign in to comment.