Monitorus.pm: Put the plugin into the "Collectd::Plugins" namespace.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 01:34:56 +0000 (02:34 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Dec 2009 01:34:56 +0000 (02:34 +0100)
… rather than "Collectd::Plugin".

bindings/perl/lib/Collectd/Plugins/Monitorus.pm

index 0fee138..7054fbf 100644 (file)
@@ -19,7 +19,7 @@
 #   Jeff Green <jeff at kikisoso.org>
 #
 
-package Collectd::Plugin::Monitorus;
+package Collectd::Plugins::Monitorus;
 
 use strict;
 use warnings;