X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=babe0eddf6f79003b28dd13975432d2a214aac8d;hb=6801c3fb1c505c5534218100fab7888e140ca359;hp=8f8bf44cfea06696a1740f212616c0c3953d7072;hpb=31f6e9071af7d014dac71d42d61594016832868c;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 8f8bf44..babe0ed 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.2002; +$VERSION=1.2018; bootstrap RRDs $VERSION; @@ -31,6 +31,8 @@ RRDs - Access RRDtool as a shared module RRDs::fetch ... RRDs::tune ... RRDs::times(start, end) + RRDs::dump ... + RRDs::restore ... =head1 DESCRIPTION @@ -138,6 +140,6 @@ operating in the timezone of your choice. =head1 AUTHOR -Tobias Oetiker Eoetiker@ee.ethz.chE +Tobias Oetiker Etobi@oetiker.chE =cut