new maintainer: shiar
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 00:41:17 +0000 (02:41 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 00:41:17 +0000 (02:41 +0200)
Makefile.PL
PLP.pm
PLP/Fields.pm
PLP/Functions.pm
PLP/HowTo.pod
README
plp.vim

index bfbd826de506b552ed9a043bc6512ba00df4ef80..6d31f9383c7e4a7112cfb6be8cd222ee45ff090f 100644 (file)
@@ -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 <juerd@juerd.nl>') : ()),
+       AUTHOR     => 'Mischa POSLAWSKY <perl@shiar.org>') : ()),
 );
diff --git a/PLP.pm b/PLP.pm
index 60d43a1370717d7daea5c7ad3351f8b43a742fc0..6d6a520d0cc78c353f4a99c128449f8c4903cb70 100644 (file)
--- a/PLP.pm
+++ b/PLP.pm
@@ -533,9 +533,11 @@ FAQ at L<PLP::FAQ>. Some examples can be found at L<PLP::HowTo>.
 No warranty, no guarantees. Use PLP at your own risk, as I disclaim all
 responsibility.
 
-=head1 AUTHOR
+=head1 AUTHORS
 
-Juerd Waalboer <juerd@cpan.org>
+Currently maintained by Mischa POSLAWSKY <perl@shiar.org>
+
+Originally by Juerd Waalboer <juerd@cpan.org>
 
 =head1 SEE ALSO
 
index c19ac6cb5ccdc556ee918104982da73bdb52f387..3dda7d3937b8bca0097820e2f80a800cc0625727 100644 (file)
@@ -124,5 +124,7 @@ when sending the headers is the one you used first. The following are equal:
 
 Juerd Waalboer <juerd@cpan.org>
 
+Current maintainer: Mischa POSLAWSKY <shiar@cpan.org>
+
 =cut
 
index ea30488f55a79f280fe6fb2ce552e3b8458c5a9c..3a0f0023c103c178b4777b1cbb3311b103403a0f 100644 (file)
@@ -299,5 +299,7 @@ Adds a Set-Cookie header. STRING must be a valid Set-Cookie header value.
 
 Juerd Waalboer <juerd@cpan.org>
 
+Current maintainer: Mischa POSLAWSKY <shiar@cpan.org>
+
 =cut
 
index 299ab6e91a255010e52354a5edb86ff1c61e59f1..e86e68f3f2e8b38152bf750de6da2e7638a01b8e 100644 (file)
@@ -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! <juerd@cpan.org>
+send them! <perl@shiar.org>
 
 =cut
 
diff --git a/README b/README
index 75713f1f1ea16a529bc547bd24b0b43c301bbb5d..10ff4f04bf7785a270e463df9ba9010741cbc5fc 100644 (file)
--- 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 <juerd@juerd.nl>
+AUTHORS
+    Currently maintained by Mischa POSLAWSKY <perl@shiar.org>
+
+    Originally by Juerd Waalboer <juerd@cpan.org>
 
 SEE ALSO
     PLP::Functions, PLP::Fields, PLP::FAQ
diff --git a/plp.vim b/plp.vim
index 16fb92e5b9b15978d9f9f095f3459eee287fc6a2..bc0fe83827ad0fc1aa1b36df82669fe3841fb42c 100644 (file)
--- a/plp.vim
+++ b/plp.vim
@@ -1,8 +1,9 @@
 " Vim syntax file
 " Language:    PLP (Perl in HTML)
-" Maintainer:  Juerd <juerd@juerd.nl>
+" Maintainer:  Shiar <perl@shiar.org>
 " Last Change: 2002 May 20 
 " Cloned From: aspperl.vim
+" Author:      Juerd <juerd@juerd.nl>
 
 " Add to filetype.vim the following line (without quote sign):
 " au BufNewFile,BufRead *.plp setf plp