X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=MANIFEST;h=98872646148ae31fbcdfceb9defe5ef746c3fcc0;hp=88af47ae4241b7be8135b4b0092affced3561af5;hb=bd7cdd0635d30485b50564b9eebb2d73b3c0f94b;hpb=068ea108c28a60581d00b44976dc979860832c8e diff --git a/MANIFEST b/MANIFEST index 88af47a..9887264 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 @@ -40,9 +41,13 @@ t/41-clone.t t/80-leaks.t t/91-pod.t t/92-pod-coverage.t +t/93-pod-spelling.t t/95-portability-files.t t/99-kwalitee.t +t/lib/VPIT/TestHelpers.pm 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