From: Mischa POSLAWSKY Date: Sat, 31 Mar 2007 00:41:17 +0000 (+0200) Subject: new maintainer: shiar X-Git-Tag: 3.19~11 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/0daff7b8f9f15f54cfd2af57e4c8f868db199dda new maintainer: shiar --- diff --git a/Makefile.PL b/Makefile.PL index bfbd826..6d31f93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,5 +7,5 @@ WriteMakefile( 'PREREQ_PM' => { }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'PLP.pm', # retrieve abstract from module - AUTHOR => 'Juerd ') : ()), + AUTHOR => 'Mischa POSLAWSKY ') : ()), ); diff --git a/PLP.pm b/PLP.pm index 60d43a1..6d6a520 100644 --- a/PLP.pm +++ b/PLP.pm @@ -533,9 +533,11 @@ FAQ at L. Some examples can be found at L. No warranty, no guarantees. Use PLP at your own risk, as I disclaim all responsibility. -=head1 AUTHOR +=head1 AUTHORS -Juerd Waalboer +Currently maintained by Mischa POSLAWSKY + +Originally by Juerd Waalboer =head1 SEE ALSO diff --git a/PLP/Fields.pm b/PLP/Fields.pm index c19ac6c..3dda7d3 100644 --- a/PLP/Fields.pm +++ b/PLP/Fields.pm @@ -124,5 +124,7 @@ when sending the headers is the one you used first. The following are equal: Juerd Waalboer +Current maintainer: Mischa POSLAWSKY + =cut diff --git a/PLP/Functions.pm b/PLP/Functions.pm index ea30488..3a0f002 100644 --- a/PLP/Functions.pm +++ b/PLP/Functions.pm @@ -299,5 +299,7 @@ Adds a Set-Cookie header. STRING must be a valid Set-Cookie header value. Juerd Waalboer +Current maintainer: Mischa POSLAWSKY + =cut diff --git a/PLP/HowTo.pod b/PLP/HowTo.pod index 299ab6e..e86e68f 100644 --- a/PLP/HowTo.pod +++ b/PLP/HowTo.pod @@ -96,7 +96,7 @@ mod_rewrite to set the environment variable. Short answer: just use mod_perl.) =head1 FEEDBACK If you have good, simple examples of how to do common things with PLP, please -send them! +send them! =cut diff --git a/README b/README index 75713f1..10ff4f0 100644 --- a/README +++ b/README @@ -163,8 +163,10 @@ NO WARRANTY No warranty, no guarantees. Use PLP at your own risk, as I disclaim all responsibility. -AUTHOR - Juerd Waalboer +AUTHORS + Currently maintained by Mischa POSLAWSKY + + Originally by Juerd Waalboer SEE ALSO PLP::Functions, PLP::Fields, PLP::FAQ diff --git a/plp.vim b/plp.vim index 16fb92e..bc0fe83 100644 --- a/plp.vim +++ b/plp.vim @@ -1,8 +1,9 @@ " Vim syntax file " Language: PLP (Perl in HTML) -" Maintainer: Juerd +" Maintainer: Shiar " Last Change: 2002 May 20 " Cloned From: aspperl.vim +" Author: Juerd " Add to filetype.vim the following line (without quote sign): " au BufNewFile,BufRead *.plp setf plp