Skip to content

Commit e6ceca3

Browse files
committed
Updating to 2.13_06
1 parent 6dab008 commit e6ceca3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Ack.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ App::Ack - A container for functions for the ack program
99
1010
=head1 VERSION
1111
12-
Version 2.13_05
12+
Version 2.13_06
1313
1414
=cut
1515

1616
our $VERSION;
1717
our $COPYRIGHT;
1818
BEGIN {
19-
$VERSION = '2.13_05';
19+
$VERSION = '2.13_06';
2020
$COPYRIGHT = 'Copyright 2005-2014 Andy Lester.';
2121
}
2222

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
History file for ack. http://beyondgrep.com/
22

3+
2.13_06 Sat Jan 25 23:36:09 CST 2014
4+
====================================
5+
[FIXES]
6+
More fixes for Windows tests. Thanks to GitHub user @ispedals.
7+
8+
39
2.13_05 Thu Jan 9 22:41:33 CST 2014
410
====================================
511
[FIXES]

ack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.13_05'; # Check http://beyondgrep.com/ for updates
6+
our $VERSION = '2.13_06'; # Check http://beyondgrep.com/ for updates
77

88
use 5.008008;
99
use Getopt::Long 2.35 ();

0 commit comments

Comments
 (0)