--- /dev/null
+Description: Fix perl path in const-c.inc
+ Reverts a change that happened somewhere between the 2.08 and 2.11 releases.
+ Probably harmless but still ...
+Origin: vendor
+Bug: https://github.com/Sereal/Sereal/issues/51
+Forwarded: https://github.com/Sereal/Sereal/issues/51
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2014-04-14
+
+--- a/const-c.inc
++++ b/const-c.inc
+@@ -673,7 +673,7 @@
+ Regenerate these constant functions by feeding this entire source file to
+ perl -x
+
+-#!/home/yorton/perl5/perlbrew/perls/perl-5.18.2/bin/perl -w
++#!/usr/bin/perl -w
+ use ExtUtils::Constant qw (constant_types C_constant XS_constant);
+
+ my $types = {map {($_, 1)} qw(IV)};