perl/modules/WebService/Validator/Feed Changes,1.5,1.6 META.yml,1.4,1.5 README,1.2,1.3

Update of /sources/public/perl/modules/WebService/Validator/Feed
In directory hutz:/tmp/cvs-serv27024

Modified Files:
	Changes META.yml README 
Log Message:
using POST instead of GET as a workaround for 'Request-URI Too Large' issue + test suite improvements, both courtesy of Stephen Rushe

Index: README
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/Feed/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	19 Jan 2007 06:39:17 -0000	1.2
+++ README	23 Jan 2009 20:46:00 -0000	1.3
@@ -1,7 +1,7 @@
-WebService-Validator-Feed-W3C version 0.5
+WebService-Validator-Feed-W3C version 0.6
 =========================================
 
-This module is an experimental interface to the W3C Feed Validation online
+This module is an interface to the W3C Feed Validation online
 service <http://validator.w3.org/feed/>, based on its experimental
 SOAP 1.2 support. It helps to find errors in RSS or ATOM feeds.
 
@@ -28,7 +28,8 @@
 
 COPYRIGHT AND LICENCE
 
-Written by olivier Thereaux <ot@w3.org> for W3C. 
+Written by olivier Thereaux <ot@w3.org> for W3C.
+Patches and tests by Stephen Rushe 
 Based on the WebService-Validator-CSS-W3C module
 (c) 2004 by Bjoern Hoehrmann <bjoern@hoehrmann.de>
 

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/Feed/META.yml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- META.yml	19 Jan 2007 06:39:17 -0000	1.4
+++ META.yml	23 Jan 2009 20:46:00 -0000	1.5
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         WebService-Validator-Feed-W3C
-version:      0.5
+version:      0.6
 version_from: lib/WebService/Validator/Feed/W3C.pm
 installdirs:  site
 requires:

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/Feed/Changes,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Changes	19 Jan 2007 06:39:17 -0000	1.5
+++ Changes	23 Jan 2009 20:46:00 -0000	1.6
@@ -1,14 +1,18 @@
 Revision history for Perl extension WebService::Validator::Feed::W3C.
 
+0.6 Fri Jan 23, 2009
+  All changes in this version courtesy of Stephen Rushe
+  - using POST instead of GET as a workaround for "Request-URI Too Large" issue
+  - better test suite
 0.5 Fri Jan 19, 2007
-        - workaround for MacOSX tar adding resource files in the dist
+  - workaround for MacOSX tar adding resource files in the dist
 0.4 Thu Jan 18, 2007
-        - removed workaround for old SOAP::Lite versions, 
-        - requiring SOAP::Lite > 0.65
-        - fixed typo in POD
+  - removed workaround for old SOAP::Lite versions, 
+  - requiring SOAP::Lite > 0.65
+  - fixed typo in POD
 0.3 Wed Apr 26, 2006
-	- documentation fixes
+  - documentation fixes
 0.2 Fri Jan 13, 2006
-	- documentation fixes
+  - documentation fixes
 0.1 Fri Oct 28, 2005
-        - original version
+  - original version

Received on Friday, 23 January 2009 20:46:17 UTC