X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=77aafe7d9cbae307b4ea9412f3ff2830f59b9c13;hb=556f0365aa699c7dd4b6b08437f7c667abdf3c42;hp=bd5d6b2efb11399d967315da91d4ca8c48c6c206;hpb=e402fcb2dd0e50624e0b65003fe88960514c892b;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index bd5d6b2..77aafe7 100644 --- a/bindings/perl-shared/RRDs.pm +++ b/bindings/perl-shared/RRDs.pm @@ -7,7 +7,7 @@ use vars qw(@ISA $VERSION); require DynaLoader; -$VERSION=1.199001; +$VERSION=1.2012; bootstrap RRDs $VERSION; @@ -26,10 +26,13 @@ RRDs - Access RRDtool as a shared module RRDs::info ... RRDs::create ... RRDs::update ... + RRDs::updatev ... RRDs::graph ... RRDs::fetch ... RRDs::tune ... RRDs::times(start, end) + RRDs::dump ... + RRDs::restore ... =head1 DESCRIPTION