X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=5f89c71c1ee37b577d04ec5feca6dd00a35647c2;hb=297120dc632c187007130629dc58b14542023eb3;hp=5fd1ced618086ac76a5b0d26f7390c442f1c5b12;hpb=361a0fd38d7adf95847508f54c0bde9b3f98662e;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 5fd1ced..5f89c71 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.2008; +$VERSION=1.2030; 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