We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5186989 commit 1ce5893Copy full SHA for 1ce5893
Changes
@@ -1,3 +1,9 @@
1
+commit-patch (2.5.2)
2
+
3
+ * Fixed dumb bug that caused "make install" to fail.
4
5
+ -- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 18:15:04 -0700
6
7
commit-patch (2.5.1)
8
9
* We now use App::Fatpacker to bundle IPC::Run, removing the dependency
commit-patch
@@ -3,7 +3,7 @@
# and Jim Radford <radford@bleackbean.org>, All Rights Reserved.
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
-my $VERSION = '2.5.1';
+my $VERSION = '2.5.2';
use strict;
use Cwd qw(abs_path);
0 commit comments