[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Tue Feb 6 19:25:17 UTC 2007
mwilkinson
Tue Feb 6 14:25:17 EST 2007
Update of /home/repository/moby/moby-live/Perl
In directory dev.open-bio.org:/tmp/cvs-serv19024
Modified Files:
Makefile.PL
Log Message:
Removing note about SOAP::Lite .069 from Makefile
moby-live/Perl Makefile.PL,1.18,1.19
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/Makefile.PL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- /home/repository/moby/moby-live/Perl/Makefile.PL 2006/05/03 16:03:11 1.18
+++ /home/repository/moby/moby-live/Perl/Makefile.PL 2007/02/06 19:25:17 1.19
@@ -84,13 +84,13 @@
my $soap_version = $SOAP::Lite::VERSION;
my $max_soap_version_compatible = "0.60";
if ($soap_version gt $max_soap_version_compatible) {
- print STDOUT <<SOAP_VERSION_TOO_HIGH;
-SOAP::Lite version $soap_version is already installed.
-You may experience problems with versions of SOAP::Lite higher than $max_soap_version_compatible.
-If you do encounter difficulties, you can download
-earlier versions of SOAP::Lite from soaplite.com.
-SOAP_VERSION_TOO_HIGH
- }
+# print STDOUT <<SOAP_VERSION_TOO_HIGH;
+#SOAP::Lite version $soap_version is already installed.
+#You may experience problems with versions of SOAP::Lite higher than $max_soap_version_compatible.
+#If you do encounter difficulties, you can download
+#earlier versions of SOAP::Lite from soaplite.com.
+#SOAP_VERSION_TOO_HIGH
+# }
};
if ($@) {
print STDOUT <<INSTALL;
More information about the MOBY-guts
mailing list