X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2Fperl-shared%2FRRDs.pm;h=ae4d2a3d1e79ec4b2503fb5feb37d1f70ba3105d;hb=3882bb0c2d15f97298aaa7602d6353a1888f5547;hp=f4a78ae3db8c637b50a3b7ea2b21b7b3907e1e4b;hpb=37329a5f991870e8f47c8a52f6dd594fef813de6;p=rrdtool.git diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index f4a78ae..ae4d2a3 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.2006; +$VERSION=1.2016; 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