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:28:43 UTC

[lucy-commits] svn commit: r1373125 - in /lucy/branches/0.3: ./ perl/lib/Lucy.pm

Author: marvin
Date: Tue Aug 14 21:28:43 2012
New Revision: 1373125

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

Modified:
    lucy/branches/0.3/   (props changed)
    lucy/branches/0.3/perl/lib/Lucy.pm

Propchange: lucy/branches/0.3/
------------------------------------------------------------------------------
  Merged /lucy/trunk:r1373120

Modified: lucy/branches/0.3/perl/lib/Lucy.pm
URL: http://svn.apache.org/viewvc/lucy/branches/0.3/perl/lib/Lucy.pm?rev=1373125&r1=1373124&r2=1373125&view=diff
==============================================================================
--- lucy/branches/0.3/perl/lib/Lucy.pm (original)
+++ lucy/branches/0.3/perl/lib/Lucy.pm Tue Aug 14 21:28:43 2012
@@ -378,6 +378,7 @@ sub error {$Lucy::Object::Err::error}
     package Lucy::Search::SortRule;
     our $VERSION = '0.003002';
     $VERSION = eval $VERSION;
+    use Carp;
 
     my %types = (
         field  => FIELD(),