Bug 461803 - Missing Functions from PDL::Graphics::PLplot
Summary: Missing Functions from PDL::Graphics::PLplot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-PDL
Version: 9
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Stepan Kasal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-10 18:08 UTC by Bill Adams
Modified: 2008-09-18 11:31 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-09-18 11:31:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to add missing functions. (621 bytes, patch)
2008-09-10 18:08 UTC, Bill Adams
no flags Details | Diff

Description Bill Adams 2008-09-10 18:08:35 UTC
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.

Comment 1 Marcela Mašláňová 2008-09-18 11:31:22 UTC
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


Note You need to log in before you can comment on or make changes to this bug.