This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v0.0101
in repository libcatmandu-store-lucy-perl.

commit 50fb37678f05c0072a0f6c8726a66642b3bae81b
Author: Nicolas Steenlant <nicolas.steenl...@ugent.be>
Date:   Tue Mar 26 09:45:13 2013 +0100

    import confess
---
 lib/Catmandu/Store/Lucy/Bag.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/Catmandu/Store/Lucy/Bag.pm b/lib/Catmandu/Store/Lucy/Bag.pm
index 7ab740e..3ba606e 100644
--- a/lib/Catmandu/Store/Lucy/Bag.pm
+++ b/lib/Catmandu/Store/Lucy/Bag.pm
@@ -1,13 +1,14 @@
 package Catmandu::Store::Lucy::Bag;
 
 use Catmandu::Sane;
-use Moo;
+use Carp qw(confess);
 use Catmandu::Hits;
 use Lucy::Search::ANDQuery;
 use Lucy::Search::TermQuery;
 use Lucy::Search::QueryParser;
 use Lucy::Search::SortSpec;
 use Lucy::Search::SortRule;
+use Moo;
 
 with 'Catmandu::Bag';
 with 'Catmandu::Searchable';

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libcatmandu-store-lucy-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to