File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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_06
12+ Version 2.14
1313
1414=cut
1515
1616our $VERSION ;
1717our $COPYRIGHT ;
1818BEGIN {
19- $VERSION = ' 2.13_06 ' ;
19+ $VERSION = ' 2.14 ' ;
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- NEXT
3+ 2.14 Wed Sep 3 22:48:00 CDT 2014
44====================================
55[FIXES]
66The -s flag would fail to suppress certain warnings. Thanks, Kassio
Original file line number Diff line number Diff line change 33use strict;
44use warnings;
55
6- our $VERSION = ' 2.13_06 ' ; # Check http://beyondgrep.com/ for updates
6+ our $VERSION = ' 2.14 ' ; # 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