[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

fREW Schmidt frioux at gmail.com
Mon May 6 11:57:30 UTC 2013


The following commit has been merged in the master branch:
commit 8664dbac3ed4ee24cc5e77521fd2fef5d83f2a0f
Author: fREW Schmidt <frioux at gmail.com>
Date:   Wed Aug 8 08:55:34 2012 -0500

    Fix bugs in SYNOPSIS

diff --git a/lib/Message/Passing/DSL.pm b/lib/Message/Passing/DSL.pm
index 7a5410a..110420d 100644
--- a/lib/Message/Passing/DSL.pm
+++ b/lib/Message/Passing/DSL.pm
@@ -109,9 +109,10 @@ Message::Passing::DSL - An easy way to make chains of Message::Passing component
 =head1 SYNOPSIS
 
     package mylogcollectorscript;
+    use Moose;
     use Message::Passing::DSL;
 
-    with 'MooseX::GetOpt',
+    with 'MooseX::Getopt',
         'Message::Passing::Role::Script';
 
     has socket_bind => (

-- 
libmessage-passing-perl Debian packaging



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