From: David Leadbeater Date: Mon, 7 Mar 2011 19:08:55 +0000 (+0000) Subject: Check if microperl's version in uconfig.sh/h needs bumping X-Git-Tag: accepted/trunk/20130322.191538~4547 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e55877c6e0b0cecd3f80c62b3b3f456cdb22c81;p=platform%2Fupstream%2Fperl.git Check if microperl's version in uconfig.sh/h needs bumping --- diff --git a/Porting/bump-perl-version b/Porting/bump-perl-version index b5752fb..7eefee2 100644 --- a/Porting/bump-perl-version +++ b/Porting/bump-perl-version @@ -182,6 +182,14 @@ my @maps = ( qr/makedef|win32|hints/, # makedef.pl, README.win32, win32/*, hints/* ], + # microperl locations should be bumped for major versions + [ + qr{(/)(\d\.\d{2})(["'/])}, + sub { $2, "$1$newx.$newy$3" }, + "$oldx.$oldy", + qr/uconfig/, + ], + );