[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88
Tomas Doran
bobtfish at bobtfish.net
Mon May 6 11:56:52 UTC 2013
The following commit has been merged in the master branch:
commit ece14c7c8e0ecca43718c616e5133303723b1f9a
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sun Apr 22 16:34:09 2012 +0100
Fix class name
diff --git a/lib/Log/Stash.pm b/lib/Log/Stash.pm
index 222b4c6..3d7ef0f 100644
--- a/lib/Log/Stash.pm
+++ b/lib/Log/Stash.pm
@@ -18,7 +18,7 @@ with
'MooseX::Getopt',
'Log::Stash::Role::CLIComponent' => { name => 'input' },
'Log::Stash::Role::CLIComponent' => { name => 'output' },
- 'Log::Stash::Role::CLIComponent' => { name => 'filter', default => 'Null' };
+ 'Log::Stash::Role::CLIComponent' => { name => 'filter', default => 'Log::Stash::Filter::Null' };
our $VERSION = '0.001';
$VERSION = eval $VERSION;
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list