]> git.proxmox.com Git - librados2-perl.git/commitdiff
update POD
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 13:17:19 +0000 (14:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 13:17:19 +0000 (14:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/RADOS.pm

index 032118d043cd1f731209bb2f5a869d355706e815..37eb29000347bdf0afe203f984ad5ffb5ffa1bb9 100644 (file)
@@ -284,7 +284,7 @@ PVE::RADOS - Perl bindings for librados
 
   use PVE::RADOS;
 
-  my $rados = PVE::RADOS::new();
+  my $rados = PVE::RADOS->new();
   my $stat = $rados->cluster_stat();
   my $res = $rados->mon_command({ prefix => 'mon dump', format => 'json' });
 
@@ -299,5 +299,7 @@ None by default.
 =head1 AUTHOR
 
 Dietmar Maurer, E<lt>dietmar@proxmox.com<gt>
+Thomas Lamprecht E<lt>t.lamprecht@proxmox.com<gt>
+Wolfgang Bumiller E<lt>w.bumiller@proxmox.com<gt>
 
 =cut