Created attachment 316342 [details] Patch to add missing functions. Description of problem: plgvpd and plgvpw are missing from the PDL::Graphics::PLplot interface. Version-Release number of selected component (if applicable): perl-PDL-2.4.3-12.fc9 How reproducible: Every time. Steps to Reproduce: perl -MPDL::Graphics::PLplot -e 'my ($x1, $x2, $y1, $y2) = (PDL->new(0),PDL->new(0),PDL->new(0),PDL->new(0)); plgvpw($x1, $x2, $y1, $y2);' Actual results: Undefined subroutine &main::plgvpw called at -e line 1. Expected results: No error. Additional info: Patch attached.
I created ticket for upstream and fixed it in rawhide. Thank you for your patch. http://rt.cpan.org/Public/Bug/Display.html?id=39385