Fix "Use of uninitialized value $swig_flags" in Build.PL
[Math-GSL.git] / KNOWN_BUGS
blob4ba19b06357411cba0d7585a338964c47098e1d6
2 =head1 List of Known Bugs in Math::GSL
4 * The implementation of callbacks in Math::GSL is duct tape and paper clips. It is very sensitive
6  to new and exotic platforms and compilers. 
8 * Math::GSL subclasses Module::Build and generates compile flags based on system characteristics,
10  shouldn't this be in Module::Build ?
12 * FFT's stopped working! We need some good unit tests, the current one does not use trusted data
14 * gsl_set_error_handler_off() does not return a gsl_error_handler_t
16 * gsl_histogram2d_clone() does not return a gsl_histogram_t
18 * gsl_vector_complex_scale() does not exist in underlying GSL library (will be in GSL 1.12 )
20 * gsl_monte_function is b0rked
22 * gsl_min_fminimizer_iterate = exploding hamster
24 * gsl_root_fsolver_iterate = exploding hamster
26 * gsl_fft_real_radix2_transform is b0rked (it worked at one point...)
28 =cut