From 030d40e3f23f612aba889aa49a75af1dc251d6f0 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 29 Nov 2008 22:56:52 -0800 Subject: [PATCH] Update MANIFESTs and meta --- MANIFEST | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- MANIFEST.SKIP | 1 - META.yml | 2 -- 3 files changed, 51 insertions(+), 5 deletions(-) diff --git a/MANIFEST b/MANIFEST index ebaaa7e..0df839f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -21,8 +21,8 @@ examples/vector/serialize examples/vector/speed HACKING inc/GSLBuilder.pm +KNOWN_BUGS lib/Math/GSL.pm -lib/Math/GSL/Test.pm Makefile.PL MANIFEST MANIFEST.SKIP @@ -180,5 +180,54 @@ t/VectorComplex.t t/Wavelet.t t/Wavelet2D.t TODO +xs/BLAS_wrap.c +xs/BSpline_wrap.c +xs/CBLAS_wrap.c +xs/CDF_wrap.c +xs/Chebyshev_wrap.c +xs/Combination_wrap.c +xs/Complex_wrap.c +xs/Const_wrap.c +xs/Deriv_wrap.c +xs/DHT_wrap.c +xs/Diff_wrap.c +xs/Eigen_wrap.c +xs/Errno_wrap.c +xs/FFT_wrap.c +xs/Fit_wrap.c +xs/Heapsort_wrap.c +xs/Histogram2D_wrap.c +xs/Histogram_wrap.c +xs/IEEEUtils_wrap.c +xs/Integration_wrap.c +xs/Interp_wrap.c +xs/Linalg_wrap.c +xs/Machine_wrap.c +xs/Matrix_wrap.c +xs/MatrixComplex_wrap.c +xs/Min_wrap.c +xs/Monte_wrap.c +xs/Multifit_wrap.c +xs/Multimin_wrap.c +xs/Multiroots_wrap.c +xs/NTuple_wrap.c +xs/ODEIV_wrap.c +xs/Permutation_wrap.c +xs/Poly_wrap.c +xs/PowInt_wrap.c +xs/QRNG_wrap.c +xs/Randist_wrap.c +xs/RNG_wrap.c +xs/Roots_wrap.c +xs/SF_wrap.c +xs/Siman_wrap.c +xs/Sort_wrap.c +xs/Spline_wrap.c +xs/Statistics_wrap.c +xs/Sum_wrap.c +xs/Sys_wrap.c +xs/Vector_wrap.c +xs/VectorComplex_wrap.c +xs/Wavelet2D_wrap.c +xs/Wavelet_wrap.c xt/01-portability-files.t -KNOWN_BUGS diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index aaf5e5a..dcf4d72 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -11,5 +11,4 @@ blib/* foo* .*\.gz ^tags -xs/.* lib/Math/GSL/[^T]*.*\.pm diff --git a/META.yml b/META.yml index d59aeec..d0a60d4 100644 --- a/META.yml +++ b/META.yml @@ -19,8 +19,6 @@ provides: Math::GSL: file: lib/Math/GSL.pm version: 0.15_04 - Math::GSL::Test: - file: lib/Math/GSL/Test.pm generated_by: Module::Build version 0.2808 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.2.html -- 2.11.4.GIT