2011-06-30 Leandro Pereira <leandro@profusion.mobi>
authorcommit-queue <commit-queue@webkit.org>
Thu, 30 Jun 2011 07:42:09 +0000 (07:42 +0000)
committerAdemar de Souza Reis Jr <ademar.reis@openbossa.org>
Mon, 18 Jul 2011 17:13:43 +0000 (14:13 -0300)
commit3a4bda7d7ead61f69d00b8c38b6870bb43e99210
treed779c65f407cd8b161a7c9f733e53bb2de8a6f42
parentb2cc7567d4ccd7db3ce4b1d8eb4059330b8c1f4a
2011-06-30  Leandro Pereira  <leandro@profusion.mobi>

        Reviewed by Simon Hausmann.

        generate-webkitversion.pl should not "use Switch"
        https://bugs.webkit.org/show_bug.cgi?id=63628

        Switch got deprecated on recent Perl versions and the script wasn't
        using the switch statement.

        * scripts/generate-webkitversion.pl: Remove "use Switch;" line.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@90093 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit/ChangeLog
Source/WebKit/scripts/generate-webkitversion.pl