X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=c9103b0b0646535e684b92ad73112dd53e92a893;hb=2e6c98e893777e4abf7b05cb4ecf81dde088cdb8;hp=0b847d28bec02392904c01a7c4ebbcefbee42a6e;hpb=eb8fcb6eb9d3477b3808c8397e13c3f4e1d6ea45;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 0b847d2..c9103b0 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.199905; +$VERSION=1.2019; 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