PDL::Bugs (1)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
PDL::Bugs - How to diagnose and report PDL problemsVERSION
version 1.0000DESCRIPTION
This module explains how to get help with aIF YOU HAVE A PDL PROBLEM
The primary resource for support for the Perl Data Language is via theThe pdl-devel list is specifically for
pdl.perl.org/?page=mailing-lists
REPORTING BUGS
Please submit bug reports via the sourceforge bug tracker interface at
sourceforge.net/p/pdl/bugs
where you can review the previously submitted bug reports. Click on "Create Ticket" to generate a bug report. If you do not already have a sourceforge.net account, you will need to get one to submit the report:
sourceforge.net/account/registration
Please provide a way for the
Try to include any information you think might help someone isolate, reproduce, and fix your problem.
At a minimum, include the following information:
- *
-
PDLversion number (e.g.PDL-2.007)
- *
- Perl version information. Output from "perl -v" or "perl -V" (even better!)
- *
- Your operating System. You can run the "uname -a" command on many unix systems
- *
-
The full output of "perldl -V"
If you are reporting a bug with an already installed
PDL.If thePDLhas compiled and built but not been installed, you may run "perl -Mblib perldl -V" from the top level of thePDLbuild directory. - *
-
The bug description and how to reproduce it.
Short examples using the
PDLshells, "pdl2" or "perldl", are excellent! Don't forget to include needed input data (as small as possible) so that the code can be run with a cut and paste.
Other things that are often helpful:
- *
- Details about your operating environment that might be related to the problem
- *
- Exact cut and pasted error or warning messages
- *
- The shortest, clearest code you can manage to write which reproduces the bug described.
- *
- A patch against the latest released version of this distribution which fixes this bug.
Alternatively, send an e-mail report with the above information (including the output of "perldl -V") to "pdl-devel@lists.sourceforge.net". See
pdl.perl.org/?page=mailing-lists
for info on how to subscribe to this list.
BEFORE YOU SEND A REPORT
search.cpan.org/search?dist=PDL
Also, you can check the
pdl.perl.org/?docs=FAQ&title=PDL::FAQ
and the mailing list archives for hints. You can find links to the searchable archives at
pdl.perl.org/?page=mailing-lists
and there is a Google enable search box on the top right of <pdl.perl.org> which usually gives the best results.
PATCHES
Patches can be sent to the pdl-devel mailing list (see above) or can be directly submitted to the patch manager
sourceforge.net/p/pdl/patches
Patches should be made against the latest released
git://git.code.sf.net/p/pdl/code
Thanks, The