X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=8d8762f2a3330dde41a27f3ca0ad96a7c7eaa10c;hb=02e503ed53ca6660ac886020f3aaa12776cb60f5;hp=d4d24e855e09d4d7871e11661266cdd1d4f4e75f;hpb=8edd65482a48cda016b4677014dcb80b2b923cb1;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/MANIFEST b/MANIFEST index d4d24e8..8d8762f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,11 +1,11 @@ Changes MANIFEST -META.yml # Will be created by "make dist" +META.json +META.yml Magic.xs Makefile.PL README lib/Variable/Magic.pm -ptable.h samples/copy.pl samples/magic.pl samples/synopsis.pl @@ -13,6 +13,7 @@ samples/uvar.pl samples/vm_vs_tie.pl t/00-load.t t/01-import.t +t/02-constants.t t/10-simple.t t/11-multiple.t t/13-data.t @@ -37,11 +38,14 @@ t/34-glob.t t/35-stash.t t/40-threads.t t/41-clone.t +t/80-leaks.t t/91-pod.t t/92-pod-coverage.t t/95-portability-files.t t/99-kwalitee.t t/lib/Variable/Magic/TestDestroyRequired.pm +t/lib/Variable/Magic/TestGlobalDestruction.pm t/lib/Variable/Magic/TestScopeEnd.pm +t/lib/Variable/Magic/TestThreads.pm t/lib/Variable/Magic/TestValue.pm t/lib/Variable/Magic/TestWatcher.pm