summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 910e337)
raw | patch | inline | side by side (parent: 910e337)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 21 Aug 2008 08:46:36 +0000 (10:46 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 21 Aug 2008 09:12:59 +0000 (11:12 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd-perl.pod | patch | blob | history |
diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod
index 6396bc8e89e9886fdadb7a16cd25661ab5887919..dac80bf7dcc3b666b236fef7ae8691a48bb10d8e 100644 (file)
--- a/src/collectd-perl.pod
+++ b/src/collectd-perl.pod
down. You should not rely on END blocks anyway - use B<shutdown functions>
instead.
+=item
+
+The perl plugin exports the internal API of collectd which is considered
+unstable and subject to change at any time. We try hard to not break backwards
+compatibility in the Perl API during the life cycle of one major release.
+However, this cannot be guaranteed at all times. Watch out for warnings
+dispatched by the perl plugin after upgrades.
+
=back
=head1 KNOWN BUGS