X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcollection3%2Flib%2FCollectd%2FGraph%2FConfig.pm;h=42582a7ec82bccdd0be044843375606970270f52;hb=b4cc5c7399adf79198aea816d44a42df25431d15;hp=d20be3598dd2783dc65cb969426fa22163a79e10;hpb=61011a9d336d85890eac845c5af23a8046e74c10;p=collectd.git diff --git a/contrib/collection3/lib/Collectd/Graph/Config.pm b/contrib/collection3/lib/Collectd/Graph/Config.pm index d20be359..36f8706f 100644 --- a/contrib/collection3/lib/Collectd/Graph/Config.pm +++ b/contrib/collection3/lib/Collectd/Graph/Config.pm @@ -6,7 +6,7 @@ Collectd::Graph::Config - Parse the collection3 config file. =cut -# Copyright (C) 2008 Florian octo Forster +# Copyright (C) 2008,2009 Florian octo Forster # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU General Public License as published by the Free Software @@ -27,7 +27,6 @@ use warnings; use Carp (qw(cluck confess)); use Exporter (); use Config::General ('ParseConfig'); -use Collectd::Graph::Type (); @Collectd::Graph::Config::ISA = ('Exporter'); @Collectd::Graph::Config::EXPORT_OK = (qw(gc_read_config gc_get_config @@ -44,7 +43,7 @@ return (1); =item B (I<$file>) Reads the configuration from the file located at I<$file>. Returns B when -successfull and B otherwise. +successful and B otherwise. =cut