Add the perl-mode-line for emacs to perl scripts

This commit is contained in:
Kornel Benko 2016-12-03 11:39:28 +01:00
parent 91f770bf80
commit f4c3dc6668
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
# -*- mode: perl; -*-
#
# Boost.Function library
#

View File

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
# -*- mode: perl; -*-
#
# Boost.Function library
#

View File

@ -1,4 +1,5 @@
#! /usr/bin/env perl
# -*- mode: perl; -*-
use strict;

View File

@ -1,4 +1,5 @@
#! /usr/bin/perl -w
# -*- mode: perl; -*-
# file pocheck.pl
#