rfe: VIM perl mode for skeletons

This commit is contained in:
Colin Kuskie 2008-09-16 22:28:17 +00:00
parent b149c0d32c
commit 586164d8d0
16 changed files with 17 additions and 5 deletions

View file

@ -57,3 +57,4 @@ sub process {
1;
#vim:ft=perl

View file

@ -239,3 +239,4 @@ sub uninstall {
1;
#vim:ft=perl

View file

@ -317,3 +317,4 @@ sub uninstall {
1;
#vim:ft=perl

View file

@ -52,4 +52,4 @@ sub handler {
}
1;
#vim:ft=perl

View file

@ -110,4 +110,4 @@ sub toHtml {
}
1;
#vim:ft=perl

View file

@ -48,3 +48,4 @@ our $HELP = {
};
1; ##All perl modules must return true
#vim:ft=perl

View file

@ -51,4 +51,4 @@ sub process {
1;
#vim:ft=perl

View file

@ -52,4 +52,4 @@ sub handler {
}
1;
#vim:ft=perl

View file

@ -90,4 +90,4 @@ sub execute {
1;
#vim:ft=perl

View file

@ -18,3 +18,4 @@ our $I18N = { ##hashref of hashes
};
1;
#vim:ft=perl

View file

@ -25,3 +25,4 @@ sub makeUrlCompliant { # you have to have this method, but it can do URL trans
1;
#vim:ft=perl