Author: marvin
Date: Wed Mar 7 19:21:32 2012
New Revision: 1298046
URL: http://svn.apache.org/viewvc?rev=1298046&view=rev
Log:
Corrected minor pod errors to satisfy Pod::Checker unit tests.
[Merge changeset 1294458 from Logan Bell.]
Modified:
incubator/lucy/branches/0.3/ (props changed)
incubator/lucy/branches/0.3/perl/lib/Lucy/Object/Obj.pm
incubator/lucy/branches/0.3/perl/lib/LucyX/Remote/SearchClient.pm
Propchange: incubator/lucy/branches/0.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Mar 7 19:21:32 2012
@@ -1 +1 @@
-/incubator/lucy/trunk:1225600-1225601,1226190-1226191,1226199,1226310,1226462-1226463,1227324,1229862-1229867,1232278,1242618
+/incubator/lucy/trunk:1225600-1225601,1226190-1226191,1226199,1226310,1226462-1226463,1227324,1229862-1229867,1232278,1242618,1294458
Modified: incubator/lucy/branches/0.3/perl/lib/Lucy/Object/Obj.pm
URL:
http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/perl/lib/Lucy/Object/Obj.pm?rev=1298046&r1=1298045&r2=1298046&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/perl/lib/Lucy/Object/Obj.pm (original)
+++ incubator/lucy/branches/0.3/perl/lib/Lucy/Object/Obj.pm Wed Mar 7 19:21:32
2012
@@ -72,6 +72,7 @@ Calls deserialize(), and copies the obje
abstract method, it will confess() unless implemented.
=end comment
+
=cut
void
Modified: incubator/lucy/branches/0.3/perl/lib/LucyX/Remote/SearchClient.pm
URL:
http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/perl/lib/LucyX/Remote/SearchClient.pm?rev=1298046&r1=1298045&r2=1298046&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/perl/lib/LucyX/Remote/SearchClient.pm (original)
+++ incubator/lucy/branches/0.3/perl/lib/LucyX/Remote/SearchClient.pm Wed Mar
7 19:21:32 2012
@@ -74,6 +74,7 @@ sub _rpc {
=begin disabled
my $check_val = $sock->syswrite("$packed_len$serialized");
confess $! if $check_val != length($serialized) + 4;
+
=cut
my $check_val;