From 083906f61eeabcff8305b8fa2ce9990b94e7d2af Mon Sep 17 00:00:00 2001 From: Ed J Date: Fri, 25 Oct 2024 22:14:08 +0100 Subject: [PATCH] move Examples and util to Basic --- .../examples}/Benchmark/.gitignore | 0 .../examples}/Benchmark/Bench.pm | 0 .../examples}/Benchmark/Bench.xs | 0 .../examples}/Benchmark/Makefile.PL | 0 .../examples}/Benchmark/README.md | 0 {Example => Basic/examples}/Benchmark/time.pl | 0 .../examples}/InlinePdlpp/Module/Makefile.PL | 0 .../InlinePdlpp/Module/MyInlineMod.pm | 0 .../InlinePdlpp/Module/t/myinlinemod.t | 0 .../examples}/InlinePdlpp/inlpp.pl | 0 .../examples}/InlinePdlpp/inlpp_link.pl | 0 .../examples}/InlinePdlpp/inlppminimal.pl | 0 {Example => Basic/utils}/address-pseudonymise | 0 {Example => Basic/utils}/doc-pp | 0 {utils => Basic/utils}/perldlpp.pl | 0 .../Fit => Libtmp/Slatec}/lmfit_example.pl | 0 MANIFEST | 30 +++++++++---------- 17 files changed, 15 insertions(+), 15 deletions(-) rename {Example => Basic/examples}/Benchmark/.gitignore (100%) rename {Example => Basic/examples}/Benchmark/Bench.pm (100%) rename {Example => Basic/examples}/Benchmark/Bench.xs (100%) rename {Example => Basic/examples}/Benchmark/Makefile.PL (100%) rename {Example => Basic/examples}/Benchmark/README.md (100%) rename {Example => Basic/examples}/Benchmark/time.pl (100%) rename {Example => Basic/examples}/InlinePdlpp/Module/Makefile.PL (100%) rename {Example => Basic/examples}/InlinePdlpp/Module/MyInlineMod.pm (100%) rename {Example => Basic/examples}/InlinePdlpp/Module/t/myinlinemod.t (100%) rename {Example => Basic/examples}/InlinePdlpp/inlpp.pl (100%) rename {Example => Basic/examples}/InlinePdlpp/inlpp_link.pl (100%) rename {Example => Basic/examples}/InlinePdlpp/inlppminimal.pl (100%) rename {Example => Basic/utils}/address-pseudonymise (100%) rename {Example => Basic/utils}/doc-pp (100%) rename {utils => Basic/utils}/perldlpp.pl (100%) rename {Example/Fit => Libtmp/Slatec}/lmfit_example.pl (100%) diff --git a/Example/Benchmark/.gitignore b/Basic/examples/Benchmark/.gitignore similarity index 100% rename from Example/Benchmark/.gitignore rename to Basic/examples/Benchmark/.gitignore diff --git a/Example/Benchmark/Bench.pm b/Basic/examples/Benchmark/Bench.pm similarity index 100% rename from Example/Benchmark/Bench.pm rename to Basic/examples/Benchmark/Bench.pm diff --git a/Example/Benchmark/Bench.xs b/Basic/examples/Benchmark/Bench.xs similarity index 100% rename from Example/Benchmark/Bench.xs rename to Basic/examples/Benchmark/Bench.xs diff --git a/Example/Benchmark/Makefile.PL b/Basic/examples/Benchmark/Makefile.PL similarity index 100% rename from Example/Benchmark/Makefile.PL rename to Basic/examples/Benchmark/Makefile.PL diff --git a/Example/Benchmark/README.md b/Basic/examples/Benchmark/README.md similarity index 100% rename from Example/Benchmark/README.md rename to Basic/examples/Benchmark/README.md diff --git a/Example/Benchmark/time.pl b/Basic/examples/Benchmark/time.pl similarity index 100% rename from Example/Benchmark/time.pl rename to Basic/examples/Benchmark/time.pl diff --git a/Example/InlinePdlpp/Module/Makefile.PL b/Basic/examples/InlinePdlpp/Module/Makefile.PL similarity index 100% rename from Example/InlinePdlpp/Module/Makefile.PL rename to Basic/examples/InlinePdlpp/Module/Makefile.PL diff --git a/Example/InlinePdlpp/Module/MyInlineMod.pm b/Basic/examples/InlinePdlpp/Module/MyInlineMod.pm similarity index 100% rename from Example/InlinePdlpp/Module/MyInlineMod.pm rename to Basic/examples/InlinePdlpp/Module/MyInlineMod.pm diff --git a/Example/InlinePdlpp/Module/t/myinlinemod.t b/Basic/examples/InlinePdlpp/Module/t/myinlinemod.t similarity index 100% rename from Example/InlinePdlpp/Module/t/myinlinemod.t rename to Basic/examples/InlinePdlpp/Module/t/myinlinemod.t diff --git a/Example/InlinePdlpp/inlpp.pl b/Basic/examples/InlinePdlpp/inlpp.pl similarity index 100% rename from Example/InlinePdlpp/inlpp.pl rename to Basic/examples/InlinePdlpp/inlpp.pl diff --git a/Example/InlinePdlpp/inlpp_link.pl b/Basic/examples/InlinePdlpp/inlpp_link.pl similarity index 100% rename from Example/InlinePdlpp/inlpp_link.pl rename to Basic/examples/InlinePdlpp/inlpp_link.pl diff --git a/Example/InlinePdlpp/inlppminimal.pl b/Basic/examples/InlinePdlpp/inlppminimal.pl similarity index 100% rename from Example/InlinePdlpp/inlppminimal.pl rename to Basic/examples/InlinePdlpp/inlppminimal.pl diff --git a/Example/address-pseudonymise b/Basic/utils/address-pseudonymise similarity index 100% rename from Example/address-pseudonymise rename to Basic/utils/address-pseudonymise diff --git a/Example/doc-pp b/Basic/utils/doc-pp similarity index 100% rename from Example/doc-pp rename to Basic/utils/doc-pp diff --git a/utils/perldlpp.pl b/Basic/utils/perldlpp.pl similarity index 100% rename from utils/perldlpp.pl rename to Basic/utils/perldlpp.pl diff --git a/Example/Fit/lmfit_example.pl b/Libtmp/Slatec/lmfit_example.pl similarity index 100% rename from Example/Fit/lmfit_example.pl rename to Libtmp/Slatec/lmfit_example.pl diff --git a/MANIFEST b/MANIFEST index ba41a8fc1..54087af65 100644 --- a/MANIFEST +++ b/MANIFEST @@ -47,6 +47,17 @@ Basic/Doc/mkpdlfuncpod Basic/Doc/pdldoc Basic/Doc/README Basic/Doc/scantree.pl +Basic/examples/Benchmark/Bench.pm +Basic/examples/Benchmark/Bench.xs +Basic/examples/Benchmark/Makefile.PL +Basic/examples/Benchmark/README.md +Basic/examples/Benchmark/time.pl +Basic/examples/InlinePdlpp/inlpp.pl +Basic/examples/InlinePdlpp/inlpp_link.pl +Basic/examples/InlinePdlpp/inlppminimal.pl +Basic/examples/InlinePdlpp/Module/Makefile.PL +Basic/examples/InlinePdlpp/Module/MyInlineMod.pm +Basic/examples/InlinePdlpp/Module/t/myinlinemod.t Basic/Gen/Inline/Makefile.PL Basic/Gen/Inline/MakePdlppInstallable.pm Basic/Gen/Inline/Pdlpp.pm @@ -238,6 +249,9 @@ Basic/t/thread_def.t Basic/t/ufunc.t Basic/Ufunc/Makefile.PL Basic/Ufunc/ufunc.pd +Basic/utils/address-pseudonymise +Basic/utils/doc-pp +Basic/utils/perldlpp.pl Changes COPYING cygwin/fix-max-memory.txt @@ -247,20 +261,6 @@ cygwin/max_memory.c cygwin/README cygwin/tmalloc.pl DEPENDENCIES -Example/address-pseudonymise -Example/Benchmark/Bench.pm -Example/Benchmark/Bench.xs -Example/Benchmark/Makefile.PL -Example/Benchmark/README.md -Example/Benchmark/time.pl -Example/doc-pp -Example/Fit/lmfit_example.pl -Example/InlinePdlpp/inlpp.pl -Example/InlinePdlpp/inlpp_link.pl -Example/InlinePdlpp/inlppminimal.pl -Example/InlinePdlpp/Module/Makefile.PL -Example/InlinePdlpp/Module/MyInlineMod.pm -Example/InlinePdlpp/Module/t/myinlinemod.t Graphics/Graphics2D.pm Graphics/Limits/Limits.pm Graphics/Limits/Makefile.PL @@ -494,6 +494,7 @@ Libtmp/Slatec/Gaussian.pm Libtmp/Slatec/Linfit.pm Libtmp/Slatec/LinPred.pm Libtmp/Slatec/LM.pm +Libtmp/Slatec/lmfit_example.pl Libtmp/Slatec/Makefile.PL Libtmp/Slatec/slatec.pd Libtmp/Slatec/slatec/bvalu.f @@ -651,6 +652,5 @@ Perldl2/README Perldl2/Script.pm Perldl2/TODO README.md -utils/perldlpp.pl win32/INSTALL win32/win32f77.pl