perl/modules/WebService/Validator/CSS Changes,1.2,1.3 META.yml,1.2,1.3 Makefile.PL,1.1,1.2

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

Modified Files:
	Changes META.yml Makefile.PL 
Log Message:
removing workarounds for old versions of SOAP::Lite module, requiring version > 0.65

Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/META.yml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- META.yml	31 Oct 2005 07:51:27 -0000	1.2
+++ META.yml	18 Jan 2007 02:40:41 -0000	1.3
@@ -8,7 +8,7 @@
     Carp:                          0
     Class::Accessor:               0
     LWP::UserAgent:                0
-    SOAP::Lite:                    0
+    SOAP::Lite:                    0.65
     URI:                           0
     URI::QueryParam:               0
 

Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Changes	31 Oct 2005 07:51:27 -0000	1.2
+++ Changes	18 Jan 2007 02:40:41 -0000	1.3
@@ -1,10 +1,11 @@
 Revision history for Perl extension WebService::Validator::CSS::W3C.
 
-0.1   Date TBD
+0.1   Thu Jan 18 2007
         - removing workarounds for ill-formed soap output
+        - requiring SOAP::Lite > 0.65
         - added errorcount and warningcount routines
 
-0.02  Wed Jun 02 08:34:00 2004
+0.02  Wed Jun 02 2004
 	- fix for 6470 Leftover copyright placeholder text from h2xs
 		- http://rt.cpan.org/NoAuth/Bug.html?id=6470
 
@@ -14,6 +15,6 @@
 	- fix for 6464 Missing Cs in POD
 		- http://rt.cpan.org/NoAuth/Bug.html?id=6469
 
-0.01  Mon May 31 01:00:50 2004
+0.01  Mon May 31 2004
 	- original version; created by h2xs 1.23 with options
 		-AX -b 5.6.0 WebService::Validator::CSS::W3C

Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/Makefile.PL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.PL	8 Sep 2005 03:58:52 -0000	1.1
+++ Makefile.PL	18 Jan 2007 02:40:41 -0000	1.2
@@ -7,7 +7,7 @@
     VERSION_FROM      => 'lib/WebService/Validator/CSS/W3C.pm', # finds $VERSION
     PREREQ_PM         => {
 
-      SOAP::Lite => 0,
+      SOAP::Lite => 0.65,
       LWP::UserAgent => 0,
       URI => 0,
       URI::QueryParam => 0,

Received on Thursday, 18 January 2007 02:40:51 UTC