You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2012/08/14 23:20:59 UTC

[lucy-commits] svn commit: r1373120 - /lucy/trunk/perl/lib/Lucy.pm

Author: marvin
Date: Tue Aug 14 21:20:58 2012
New Revision: 1373120

URL: http://svn.apache.org/viewvc?rev=1373120&view=rev
Log:
Supply Carp so that a confess() call will work.

Modified:
    lucy/trunk/perl/lib/Lucy.pm

Modified: lucy/trunk/perl/lib/Lucy.pm
URL: http://svn.apache.org/viewvc/lucy/trunk/perl/lib/Lucy.pm?rev=1373120&r1=1373119&r2=1373120&view=diff
==============================================================================
--- lucy/trunk/perl/lib/Lucy.pm (original)
+++ lucy/trunk/perl/lib/Lucy.pm Tue Aug 14 21:20:58 2012
@@ -272,6 +272,7 @@ sub error {$Clownfish::Err::error}
     package Lucy::Search::SortRule;
     our $VERSION = '0.003000';
     $VERSION = eval $VERSION;
+    use Carp;
 
     my %types = (
         field  => FIELD(),