summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorLukas Mai <lukasmai.403@gmail.com>2023-03-23 17:07:03 +0100
committerYves Orton <demerphq@gmail.com>2023-03-24 06:10:05 +0800
commitb7eedb08953678c5b222f3776892756053dc00aa (patch)
treebfca1d0b568f3d0052c5f1c6b27c923881c638d3 /regen/warnings.pl
parent3ae398fba4a16b2da69f72f21ace25d2bf0370e6 (diff)
downloadperl-b7eedb08953678c5b222f3776892756053dc00aa.tar.gz
fix incorrect vi filetype declarations in generated files
Vim's filetype declarations are case sensitive. The correct types for Perl, C, and Pod are perl, c, and pod, respectively.
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 4b598bbc31..7b0c49a883 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.63';
+$VERSION = '1.64';
BEGIN {
require './regen/regen_lib.pl';