v3.25 release master 3.25
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 14 Sep 2015 21:40:44 +0000 (23:40 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Apr 2018 02:40:48 +0000 (04:40 +0200)
Changes
LICENSE
MANIFEST
META.yml
README
lib/PLP.pm

diff --git a/Changes b/Changes
index 92f61c2d56f4fb19ad0751b9320fee55a7ce5a83..d67981f49c160199e4fd3b3a61d08efef0c36e47 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+3.25 - April 1, 2018:
+- Fix newer perl.vim compatibility
+- Test::PLP class to run scripts
+  - Test plpinfo script for errors
+- Override warn under mod_perl for vhost-specific logging
+
 3.24 - November 20, 2013:
 - Avoid tie replacement broken in Perl >= 5.18
   - Test correct %post behaviour
diff --git a/LICENSE b/LICENSE
index 359fdaa803ae0cc84786ddf3b9fce926e650d874..534138f94682ff84017535a54c59e918e16f3f9f 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000-2002 Juerd Waalboer, 2005-2008 Mischa Poslawsky
+Copyright (c) 2000-2002 Juerd Waalboer, 2005-2018 Mischa Poslawsky
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index eb4a9461b9c4c88f72d0743d51fa4ff25b5cabc7..7555c1158424822753d009af6a60a2ce3e0370b0 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4,6 +4,7 @@ MANIFEST
 META.yml
 README
 LICENSE
+TODO
 plp.vim
 lib/PLP.pm
 lib/PLP/Fields.pm
@@ -16,6 +17,7 @@ lib/PLP/Tie/Headers.pm
 lib/PLP/Tie/Print.pm
 lib/PLP/FAQ.pod
 lib/PLP/HowTo.pod
+lib/Test/PLP.pm
 bin/plp.cgi
 bin/plp.fcgi
 t/10-functions.t
@@ -64,8 +66,12 @@ t/50-cgi/61-%25post+set.plp
 t/50-cgi/62-%25post+data.html
 t/50-cgi/62-%25post+data.plp
 t/50-cgi/62-%25post+data.txt
+t/50-cgi/70-multipart.html
+t/50-cgi/70-multipart.plp
+t/50-cgi/70-multipart.txt
 t/50-cgi/80-lighttpd+%25ENV.html
 t/50-cgi/80-lighttpd+%25ENV.plp
+t/55-eg.t
 t/91-meta.t
 t/92-pod.t
 t/93-podcover.t
index 064b7129259ac32ecf7a15ec0bf9eff4c2733a4e..e9f055dd4f2fc3b1fa95b169a53ba9c208df89fe 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: PLP
 abstract: Perl in HTML pages
-version: 3.24
+version: 3.25
 version_from: PLP.pm
 author:
     - Mischa POSLAWSKY <perl@shiar.org>
@@ -32,13 +32,13 @@ optional_features:
 provides:
     PLP:
         file: lib/PLP.pm
-        version: 3.24
+        version: 3.25
     PLP::Functions:
         file: lib/PLP/Functions.pm
         version: 1.01
     PLP::Backend::Apache:
         file: lib/PLP/Backend/Apache.pm
-        version: 1.00
+        version: 1.01
     PLP::Backend::CGI:
         file: lib/PLP/Backend/CGI.pm
         version: 1.02
diff --git a/README b/README
index 0f057ebf98639945e5630db67af9d8b08e991331..771dcb1c1d919139c5142cb451262c51206f4d6c 100644 (file)
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ It can also be found at CPAN:
 
 COPYRIGHT
 
-Copyright (c) 2000-2002 Juerd Waalboer, 2005-2008 Mischa POSLAWSKY.
+Copyright (c) 2000-2002 Juerd Waalboer, 2005-2018 Mischa POSLAWSKY.
 All rights reserved.
 
 This software is free software; you can redistribute and/or modify it
index 4afb90438000652d65c92b511f44661ad0eb06e3..58120fa55a1820d5c115380c92d0dfcd105b1296 100644 (file)
@@ -14,7 +14,7 @@ use File::Spec;
 use strict;
 use warnings;
 
-our $VERSION = '3.24';
+our $VERSION = '3.25';
 
 # Subs in this package:
 #  _default_error($plain, $html)    Default error handler
@@ -450,7 +450,7 @@ Originally by Juerd Waalboer <juerd@cpan.org>
 
 =head1 LICENSE
 
-Copyright (c) 2000-2002 Juerd Waalboer, 2005-2008 Mischa POSLAWSKY.
+Copyright (c) 2000-2002 Juerd Waalboer, 2005-2018 Mischa POSLAWSKY.
 All rights reserved.
 
 This software is free software;