From: <ai...@us...> - 2008-12-19 07:38:58
|
Revision: 9201 http://plplot.svn.sourceforge.net/plplot/?rev=9201&view=rev Author: airwin Date: 2008-12-19 07:38:51 +0000 (Fri, 19 Dec 2008) Log Message: ----------- Add new ex 31 for Perl to appropriate lists. Modified Paths: -------------- trunk/examples/perl/CMakeLists.txt trunk/plplot_test/test_perl.sh.in Modified: trunk/examples/perl/CMakeLists.txt =================================================================== --- trunk/examples/perl/CMakeLists.txt 2008-12-19 01:31:25 UTC (rev 9200) +++ trunk/examples/perl/CMakeLists.txt 2008-12-19 07:38:51 UTC (rev 9201) @@ -49,6 +49,7 @@ "28" "29" "30" +"31" ) set(perl_SCRIPTS) Modified: trunk/plplot_test/test_perl.sh.in =================================================================== --- trunk/plplot_test/test_perl.sh.in 2008-12-19 01:31:25 UTC (rev 9200) +++ trunk/plplot_test/test_perl.sh.in 2008-12-19 07:38:51 UTC (rev 9201) @@ -39,7 +39,7 @@ fi if [ "@HAVE_PDL_GRAPHICS_PLPLOT_40@" = "ON" ] ; then - INDEX_LIST="01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30" + INDEX_LIST="01 02 03 04 05 06 07 08 09 10 11 12 13 15 16 18 19 20 21 22 23 24 25 26 27 28 29 30 31" else # Examples 02, 20, 21, 23, 24, 28, 29, and 30 require PDL::Graphics::PLplot # version 0.46 or later. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |