[libbread-board-perl] 15/66: also remove Moose::Util::TypeConstraints exports

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 21:23:32 UTC 2013


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

js pushed a commit to branch master
in repository libbread-board-perl.

commit ea1af0bde7ddfa7b88cace0a01a90f0e6d7e5831
Author: Jesse Luehrs <doy at tozt.net>
Date:   Wed Oct 24 22:50:57 2012 -0500

    also remove Moose::Util::TypeConstraints exports
---
 lib/Bread/Board/Container.pm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/Bread/Board/Container.pm b/lib/Bread/Board/Container.pm
index 0761251..72e70df 100644
--- a/lib/Bread/Board/Container.pm
+++ b/lib/Bread/Board/Container.pm
@@ -176,7 +176,10 @@ sub resolve {
 
 __PACKAGE__->meta->make_immutable;
 
-no Moose; 1;
+no Moose::Util::TypeConstraints;
+no Moose;
+
+1;
 
 __END__
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbread-board-perl.git



More information about the Pkg-perl-cvs-commits mailing list