[libmoo-perl] 27/43: add missing import to test
    gregor herrmann 
    gregoa at debian.org
       
    Mon Dec 26 17:56:15 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmoo-perl.
commit c2fc05eef3d06becbd327e388c2211b8cad50adf
Author: Graham Knop <haarg at haarg.org>
Date:   Thu Dec 8 23:13:09 2016 -0500
    add missing import to test
---
 t/accessor-mixed.t | 1 +
 1 file changed, 1 insertion(+)
diff --git a/t/accessor-mixed.t b/t/accessor-mixed.t
index a97df65..46621ce 100644
--- a/t/accessor-mixed.t
+++ b/t/accessor-mixed.t
@@ -1,5 +1,6 @@
 use Moo::_strictures;
 use Test::More;
+use Test::Fatal;
 
 my @result;
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoo-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list