File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
1616our $VERSION ;
1717our $COPYRIGHT ;
1818BEGIN {
19- $VERSION = ' 2.13_05 ' ;
19+ $VERSION = ' 2.13_06 ' ;
2020 $COPYRIGHT = ' Copyright 2005-2014 Andy Lester.' ;
2121}
2222
Original file line number Diff line number Diff line change 11History 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+
392.13_05 Thu Jan 9 22:41:33 CST 2014
410====================================
511[FIXES]
Original file line number Diff line number Diff line change 33use strict;
44use 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
88use 5.008008;
99use Getopt::Long 2.35 ();
You can’t perform that action at this time.
0 commit comments