From 84a01a7110bb6c25a23d1805b0997a64ab63f5f1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 2 Apr 2011 19:53:25 +0800 Subject: [PATCH] Manually change the sha that uconfig.h was generated from. Something in the auto-regen magic isn't doing the right thing for uperl. We should either be skipping the regen check on it or we should be automating it. t/porting/regen.t failed without this change. We should also consider making bump-perl-version NOT operate on any generated files and mandate a rerun after bumping versions --- uconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uconfig.h b/uconfig.h index 42a694b..506cebe 100644 --- a/uconfig.h +++ b/uconfig.h @@ -4687,5 +4687,5 @@ /* Generated from: * 323778627146f2762cd41f4dd1db6659f59006ec9bcaaf6bcc645d0380dda938 config_h.SH - * d61f2bab075c864edee2d7c0eddf56cf6ea8a3a99b12bf8327caf7fc4bb1b3d6 uconfig.sh + * 2cf3a76ed7acc1c0fee31fb6f5117eef18b28c542aa7225a22c84ed74b710c83 uconfig.sh * ex: set ro: */ -- 1.8.3.1