Hi folks, I am on Strawberry Perl  5.16.2 64 bit on Windows 7. The upgrade to 
2.006 went well and I have tested most of the demo's. However, the demo prima 
crashes after the initial message box display when I pressed next. The attached 
file is the output to the pdl2 shell prior to closing perl.

Cliff.

-----Original Message-----
From: Chris Marshall [mailto:[email protected]] 
Sent: March 23, 2013 8:54 AM
To: [email protected]
Subject: [Perldl] PDL-2.006 and PDL Book released

The PDL development team is pleased to announce the official release of 
PDL-2.006 and an updated draft of the PDL Book to accompany its release.

Of specific note:

 * PDL VERSION numbers now use single decimal
   format.  This will be the standard going forward.

 * PDL now has three graphics options that build on
   all supported PDL platforms (thanks to work by
   Craig DeForest and David Mertens and a host of
   others):

    - PDL::Graphics::Gnuplot using the gnuplot program

    - PDL::Graphics::Prima based on the Prima toolkit

   and

    - PDL::Graphics::Simple a basic 2-D graphics layer
      that can use many of the existing PDL graphics
      modules with a uniform syntax.

 * ASPerl build issues have been resolved thanks
   to relentless testing, verification and fixes by
   Rob/sisyphus and other win32 PDL users.


As always, go to http://pdl.perl.org for information about all things PDL and 
how to get PDL for your platform.

Enjoy!
Chris Marshall
PDL-2.006 Release Manager



Release Notes for PDL 2.006 --------------------------

 +---------------------------------------------------------------+
 | BE WARNED:  This release includes an update to the internal,  |
 | C-level PDL API for PDL versions 2.4.10 and earlier.  This    |
 | will require that you re-build any PP or XS modules.  Do not  |
 | upgrade or install over an existing PDL installation unless   |
 | you are prepared to do so!!!                                  |
 +---------------------------------------------------------------+

General Notes:

 * Change to the version number scheme used for PDL
   from the dotted-integers format back to plain old
   decimal numbers.

   Unfortunately, PDL has used both alternatives before
   and in an inconsistent, out-of-order way.  With this
   release, the current version will also be the most
   recent version with respect to both numbering schemes.

   For more details see David Goldens blob post on
   the topic and the pdl-porters list discussion:

     http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
     
http://mailman.jach.hawaii.edu/pipermail//pdl-porters/2013-February/005343.html


 * PDL-2.006 also showcases the demos of two new PDL graphics
   modules in the perldl/pdl2 shells:

    - PDL::Graphics::Gnuplot
      http://search.cpan.org/~zowie/PDL-Graphics-Gnuplot-1.4/

    - PDL::Graphics::Prima
      http://search.cpan.org/~dcmertens/PDL-Graphics-Prima-0.13/

   Both modules install on all supported PDL platforms.  A
   recent addition is PDL::Graphics::Simple which provides
   a uniform presentation to the variety off available PDL
   plot/view/print options.

    - PDL::Graphics::Simple
      http://search.cpan.org/~zowie/PDL-Graphics-Simple-1.004/README.pod

   Let us know how they work for you.  As they are
   relatively "young" contributions your feedback and
   questions are always welcome.

 * PDL Distribution related updates:

    - Fixes a build issue for PDL at ASPerl

    - Many fixes for debian distributions.

    - PDL::IO::NDF has been moved to its own
      distribution on CPAN.  This could affect
      upgrades from older PDL installs.


Highlights:

 * New support for reading IDL format files via PDL::IO::IDL.

 * Added an unpdl method which is (roughly) the inverse
   operation of pdl (Joel Berger).

 * Updated polyfill and polyfillv routines to the algorithm
   from pnpoly: more accurate on edge pixels and faster due
   to its PP implementation (Tim Haines).

 * Added Boundary=>'Replicate' option to conv2d and med2d (chm).

 * Support for new additional random number generators to
   PDL::GSL (John Lapeyre).

 * Add lgamma support for MinGW-built perls with tests
   to match (sisyphus).

 * Many improvments to docs and their generation from
   PDL sources.  Specific new functionality support:

    - Newly refactored docs engine using core perl
      modules rather than PDL-only ones (Joel Berger)

    - New FullDoc key added to PDL::PP makes writing CPAN
      friendly .pd files much, much easier (David Mertens).

    - New PDL::Doc::add_module() routine to add an external
      module's POD (with PDL::Doc conventions) to the PDL
      docs on-line database (Craig DeForest).

 * Many bugs fixed, some even before a ticket could be opened!

    - Sf.net bug #3607936: Fixed a bug causing crashes
      due to using inplace with a duplicate argument.

    - Sf.net bug #3603249: AutoLoader leaks $_ into local
      context, reported and fixed by Craig.

    - Sf.net bug #3588182: Fixed hist() handling of the case
      of fractional steps in integral input data types.

    - Sf.net bug #3563903: Fixed bug in PNG format detection
      on win32 platforms.

    - Sf.net bug #3544682: Fixed error report bug in perldl
      that resulted from a change in the way perl handles
      eval exception reporting.

    - Sf.net bug #3539760: qsort[vec] are now inplace aware.

    - Sf.net bug #3518190: Potential fix for t/gd_oo_tests.t
      test crashes.

    - Sf.net bug #3515759: Work around for PDL::GIS::Proj
      build failures with proj-4.8.0.

    - Sf.net bug #3479009: Fixed dummy() to generate a
      valid syntax for the underlying call to slice().

    - Sf.net bug #3475075: Fixed 16-bit PNM raw format handling.

    - Added warning if conv1d is used on a piddle with
      the badflag set.

    - Fix NaN sign issues as reported (and fixed!) by
      Matthew McGillis with contributions by Sisyphus.

    - Fix rim() 3-arg form.  Added tests to support and
      verify the development.

    - Fixed a problem with multiple windows and imag2d
      and imag2d_update.

 * The PDL shells keep getting better:

    - New feature in perldl and pdl2 where a pattern matching
      the PDL shell prompt (in $PERLDL::PREFIX_RE) will get
      stripped off of input lines before eval.  This makes it
      easier to cut-and-paste example text from PDL shell
      sessions or from the PDL Book into an active session.

    -  Added a demo for PDL::Graphics::Prima to the PDL shells.

    -  Added a demo for gnuplot to the PDL shells.

    -  The p shortcut to display output in the PDL shells has
       been reverted to its previous 2.4.10 behavior.  If you
       wish it to be an exact alias for print just override
       in your .perldlrc or local.perldlrc file.

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
Internal error: min (1) is greater than max (0.999573603041505) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima.pm line 286, <DATA> l
ine 209.
 at C:/strawberry/perl/site/lib/PDL/Graphics/Prima.pm line 286, <DATA> line 209.
        Prima::Plot::pair_down_collation('Prima::Plot=HASH(0x83add58)', 'y', 
'PDL=SCALAR(0x83a35c0)', 'PDL=SCALAR(0x83ade60)') called a
t C:/strawberry/perl/site/lib/PDL/Graphics/Prima.pm line 193
        Prima::Plot::compute_min_max_for('Prima::Plot=HASH(0x83add58)', 'y') 
called at C:/strawberry/perl/site/lib/PDL/Graphics/Prima/A
xis.pm line 229
        
PDL::Graphics::Prima::Axis::update_edges('PDL::Graphics::Prima::Axis=HASH(0x83abd08)')
 called at C:/strawberry/perl/site/lib/PD
L/Graphics/Prima.pm line 150
        Prima::Plot::on_size('Prima::Plot=HASH(0x83add58)', 0, 0, 400, 400) 
called at C:/strawberry/perl/site/lib/Prima/Classes.pm line
 1091
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Classes.pm line 
1091
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Classes.pm line 
1091
        Prima::Widget::insert('Prima::Window=HASH(0x83b1700)', 'Plot', 'pack', 
'HASH(0x83a9758)', '-data', 'PDL::Graphics::Prima::DataS
et::Pair=HASH(0x7bf5760)') called at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Simple.pm line 1759
        PDL::Graphics::Prima::Simple::default_plot('-data', 
'PDL::Graphics::Prima::DataSet::Pair=HASH(0x7bf5760)') called at (eval 704)
 line 3
        eval 'no strict; no warnings; use PDL::Graphics::Prima::Simple;
my $x = sequence(100)/10;
line_plot($x, $x->sin);' called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 240
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821f058)') called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 386
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 386
        PDL::Demos::Prima::setup_slide(1) called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 260
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821ee60)') called at 
C:/strawberry/perl/site/lib/Prima/Buttons.pm line 210
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Buttons.pm line 
210
        Prima::AbstractButton::on_mouseup('Prima::Button=HASH(0x821ee60)', 1, 
0, 80, 3) called at C:/strawberry/perl/site/lib/PDL/Demos
/Prima.pm line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        PDL::Demos::Prima::run() called at (eval 435) line 53
        main::demo('prima') called at (eval 462) line 5
        main::__ANON__() called at 
C:/strawberry/perl/site/lib/Lexical/Persistence.pm line 340
        Lexical::Persistence::call('Lexical::Persistence=HASH(0x5229e78)', 
'CODE(0x5b31550)') called at C:/strawberry/perl/site/lib/Lex
ical/Persistence.pm line 384
        Lexical::Persistence::__ANON__() called at 
C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        
Devel::REPL::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at C:/strawberry/per
l/vendor/lib/Class/MOP/Method/Wrapped.pm line 56
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)')
 called at C:/strawberry/perl/site/lib/Devel/REPL/Plugin/LexEnv.pm line 47
        Class::MOP::Class:::around('CODE(0x3ff4ea8)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'CODE(0x5b31550)') 
ca
lled at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::16::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)'
) called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 112
        
Devel::REPL::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 
'demo \'prima\'') called at C:/strawberry/perl/si
te/lib/Devel/REPL/Plugin/Packages.pm line 45
        Class::MOP::Class:::around('CODE(0x3653390)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'demo \'prima\'') 
cal
led at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C
:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') cal
led at C:/strawberry/perl/site/lib/Devel/REPL.pm line 72
        
Devel::REPL::formatted_eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C:/strawber
ry/perl/site/lib/Devel/REPL.pm line 62
        
Devel::REPL::run_once('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/Devel/R
EPL.pm line 45
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 45
        
Devel::REPL::run_once_safely('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/
Devel/REPL.pm line 36
        
Devel::REPL::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') 
called at C:/strawberry/perl/site/lib/Devel/REPL/P
lugin/ReadLineHistory.pm line 50
        Class::MOP::Class:::around('CODE(0x364f890)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') called at 
C:/strawber
ry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/
vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::20::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawber
ry/perl/site/lib/Devel/REPL/Script.pm line 82
        Devel::REPL::Script::run('PDL::Perldl2::Script=HASH(0x38eec10)') called 
at C:/strawberry/perl/site/lib/Devel/REPL/Script.pm lin
e 88
        Devel::REPL::Script::import('PDL::Perldl2::Script', 'run') called at 
C:\strawberry\perl\site\bin/pdl2 line 34
        main::BEGIN() called at (eval 704) line 0
        eval {...} called at (eval 704) line 0
 at C:/strawberry/perl/site/lib/Prima/Classes.pm line 1091, <DATA> line 209.
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Classes.pm line 
1091
        Prima::Widget::insert('Prima::Window=HASH(0x83b1700)', 'Plot', 'pack', 
'HASH(0x83a9758)', '-data', 'PDL::Graphics::Prima::DataS
et::Pair=HASH(0x7bf5760)') called at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Simple.pm line 1759
        PDL::Graphics::Prima::Simple::default_plot('-data', 
'PDL::Graphics::Prima::DataSet::Pair=HASH(0x7bf5760)') called at (eval 704)
 line 3
        eval 'no strict; no warnings; use PDL::Graphics::Prima::Simple;
my $x = sequence(100)/10;
line_plot($x, $x->sin);' called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 240
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821f058)') called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 386
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 386
        PDL::Demos::Prima::setup_slide(1) called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 260
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821ee60)') called at 
C:/strawberry/perl/site/lib/Prima/Buttons.pm line 210
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Buttons.pm line 
210
        Prima::AbstractButton::on_mouseup('Prima::Button=HASH(0x821ee60)', 1, 
0, 80, 3) called at C:/strawberry/perl/site/lib/PDL/Demos
/Prima.pm line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        PDL::Demos::Prima::run() called at (eval 435) line 53
        main::demo('prima') called at (eval 462) line 5
        main::__ANON__() called at 
C:/strawberry/perl/site/lib/Lexical/Persistence.pm line 340
        Lexical::Persistence::call('Lexical::Persistence=HASH(0x5229e78)', 
'CODE(0x5b31550)') called at C:/strawberry/perl/site/lib/Lex
ical/Persistence.pm line 384
        Lexical::Persistence::__ANON__() called at 
C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        
Devel::REPL::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at C:/strawberry/per
l/vendor/lib/Class/MOP/Method/Wrapped.pm line 56
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)')
 called at C:/strawberry/perl/site/lib/Devel/REPL/Plugin/LexEnv.pm line 47
        Class::MOP::Class:::around('CODE(0x3ff4ea8)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'CODE(0x5b31550)') 
ca
lled at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::16::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)'
) called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 112
        
Devel::REPL::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 
'demo \'prima\'') called at C:/strawberry/perl/si
te/lib/Devel/REPL/Plugin/Packages.pm line 45
        Class::MOP::Class:::around('CODE(0x3653390)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'demo \'prima\'') 
cal
led at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C
:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') cal
led at C:/strawberry/perl/site/lib/Devel/REPL.pm line 72
        
Devel::REPL::formatted_eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C:/strawber
ry/perl/site/lib/Devel/REPL.pm line 62
        
Devel::REPL::run_once('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/Devel/R
EPL.pm line 45
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 45
        
Devel::REPL::run_once_safely('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/
Devel/REPL.pm line 36
        
Devel::REPL::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') 
called at C:/strawberry/perl/site/lib/Devel/REPL/P
lugin/ReadLineHistory.pm line 50
        Class::MOP::Class:::around('CODE(0x364f890)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') called at 
C:/strawber
ry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/
vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::20::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawber
ry/perl/site/lib/Devel/REPL/Script.pm line 82
        Devel::REPL::Script::run('PDL::Perldl2::Script=HASH(0x38eec10)') called 
at C:/strawberry/perl/site/lib/Devel/REPL/Script.pm lin
e 88
        Devel::REPL::Script::import('PDL::Perldl2::Script', 'run') called at 
C:\strawberry\perl\site\bin/pdl2 line 34
        main::BEGIN() called at (eval 704) line 0
        eval {...} called at (eval 704) line 0
 at C:/strawberry/perl/site/lib/Prima/Classes.pm line 1091, <DATA> line 209.
        Prima::Widget::insert('Prima::Window=HASH(0x83b1700)', 'Plot', 'pack', 
'HASH(0x83a9758)', '-data', 'PDL::Graphics::Prima::DataS
et::Pair=HASH(0x7bf5760)') called at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Simple.pm line 1759
        PDL::Graphics::Prima::Simple::default_plot('-data', 
'PDL::Graphics::Prima::DataSet::Pair=HASH(0x7bf5760)') called at (eval 704)
 line 3
        eval 'no strict; no warnings; use PDL::Graphics::Prima::Simple;
my $x = sequence(100)/10;
line_plot($x, $x->sin);' called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 240
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821f058)') called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 386
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 386
        PDL::Demos::Prima::setup_slide(1) called at 
C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm line 260
        PDL::Demos::Prima::__ANON__('Prima::Button=HASH(0x821ee60)') called at 
C:/strawberry/perl/site/lib/Prima/Buttons.pm line 210
        eval {...} called at C:/strawberry/perl/site/lib/Prima/Buttons.pm line 
210
        Prima::AbstractButton::on_mouseup('Prima::Button=HASH(0x821ee60)', 1, 
0, 80, 3) called at C:/strawberry/perl/site/lib/PDL/Demos
/Prima.pm line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        eval {...} called at C:/strawberry/perl/site/lib/PDL/Demos/Prima.pm 
line 331
        PDL::Demos::Prima::run() called at (eval 435) line 53
        main::demo('prima') called at (eval 462) line 5
        main::__ANON__() called at 
C:/strawberry/perl/site/lib/Lexical/Persistence.pm line 340
        Lexical::Persistence::call('Lexical::Persistence=HASH(0x5229e78)', 
'CODE(0x5b31550)') called at C:/strawberry/perl/site/lib/Lex
ical/Persistence.pm line 384
        Lexical::Persistence::__ANON__() called at 
C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 134
        
Devel::REPL::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at C:/strawberry/per
l/vendor/lib/Class/MOP/Method/Wrapped.pm line 56
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5a16fe8)')
 called at C:/strawberry/perl/site/lib/Devel/REPL/Plugin/LexEnv.pm line 47
        Class::MOP::Class:::around('CODE(0x3ff4ea8)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'CODE(0x5b31550)') 
ca
lled at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)') called at
C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::16::execute('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'CODE(0x5b31550)'
) called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 112
        
Devel::REPL::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 
'demo \'prima\'') called at C:/strawberry/perl/si
te/lib/Devel/REPL/Plugin/Packages.pm line 45
        Class::MOP::Class:::around('CODE(0x3653390)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)', 'demo \'prima\'') 
cal
led at C:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C
:/strawberry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::6::eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') cal
led at C:/strawberry/perl/site/lib/Devel/REPL.pm line 72
        
Devel::REPL::formatted_eval('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)',
 'demo \'prima\'') called at C:/strawber
ry/perl/site/lib/Devel/REPL.pm line 62
        
Devel::REPL::run_once('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/Devel/R
EPL.pm line 45
        eval {...} called at C:/strawberry/perl/site/lib/Devel/REPL.pm line 45
        
Devel::REPL::run_once_safely('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/site/lib/
Devel/REPL.pm line 36
        
Devel::REPL::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') 
called at C:/strawberry/perl/site/lib/Devel/REPL/P
lugin/ReadLineHistory.pm line 50
        Class::MOP::Class:::around('CODE(0x364f890)', 
'Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)') called at 
C:/strawber
ry/perl/vendor/lib/Class/MOP/Method/Wrapped.pm line 162
        
Class::MOP::Method::Wrapped::__ANON__('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawberry/perl/
vendor/lib/Class/MOP/Method/Wrapped.pm line 91
        
Moose::Meta::Class::__ANON__::SERIAL::20::run('Moose::Meta::Class::__ANON__::SERIAL::21=HASH(0x2875888)')
 called at C:/strawber
ry/perl/site/lib/Devel/REPL/Script.pm line 82
        Devel::REPL::Script::run('PDL::Perldl2::Script=HASH(0x38eec10)') called 
at C:/strawberry/perl/site/lib/Devel/REPL/Script.pm lin
e 88
        Devel::REPL::Script::import('PDL::Perldl2::Script', 'run') called at 
C:\strawberry\perl\site\bin/pdl2 line 34
        main::BEGIN() called at (eval 704) line 0
        eval {...} called at (eval 704) line 0
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 594, <DATA> line 
209.
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 594, <DATA> line 
209.
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 594, <DATA> line 
209.
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 594, <DATA> line 
209.
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 586, <DATA> line 
209.
Use of uninitialized value in multiplication (*) at 
C:/strawberry/perl/site/lib/PDL/Graphics/Prima/Axis.pm line 586, <DATA> line 
209.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to