Tadashi Okoshi
slash****@users*****
2005年 7月 1日 (金) 07:16:04 JST
Index: affelio/extlib/SOAP/Lite.pm
diff -u affelio/extlib/SOAP/Lite.pm:1.1.1.1 affelio/extlib/SOAP/Lite.pm:1.2
--- affelio/extlib/SOAP/Lite.pm:1.1.1.1 Tue Jun 14 12:53:30 2005
+++ affelio/extlib/SOAP/Lite.pm Fri Jul 1 07:16:03 2005
@@ -4,7 +4,7 @@
# SOAP::Lite is free software; you can redistribute it
# and/or modify it under the same terms as Perl itself.
#
-# $Id: Lite.pm,v 1.1.1.1 2005/06/14 03:53:30 slash5234 Exp $
+# $Id: Lite.pm,v 1.2 2005/06/30 22:16:03 slash5234 Exp $
#
# ======================================================================
@@ -13,8 +13,8 @@
use 5.004;
use strict;
use vars qw($VERSION);
-$VERSION = eval sprintf("%d.%s", q$Name: $ =~ /-(\d+)_([\d_]+)/)
- or warn "warning: unspecified/non-released version of ", __PACKAGE__, "\n";
+$VERSION = eval sprintf("%d.%s", q$Name: $ =~ /-(\d+)_([\d_]+)/);
+# or warn "warning: unspecified/non-released version of ", __PACKAGE__, "\n";
# ======================================================================