On 5/30/2010 3:53 PM, P Kishor wrote: > > punk...@lucknow ~/Projects$perldl > defined(%hash) is deprecated at /usr/local/bin/perldl line 61. > (Maybe you should just omit the defined()?) > perlDL shell v1.352 > .. > perldl>
That is a new warning in perl 5.12. It has already been fixed in PDL git. The log for the change says: remove the 'defined' from 'defined %PDL::Confg' in order to avoid the deprecation warning that perl-5.12 issues wrt this practice. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
