X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=3a657b9a779a6fe8fb347601cfdfc922fd2d5610;hb=d0d2f5ac7d4406b6158a57cddde7535285703c5e;hp=88af47ae4241b7be8135b4b0092affced3561af5;hpb=068ea108c28a60581d00b44976dc979860832c8e;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/MANIFEST b/MANIFEST index 88af47a..3a657b9 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,8 @@ samples/uvar.pl samples/vm_vs_tie.pl t/00-load.t t/01-import.t +t/02-constants.t +t/09-load-threads.t t/10-simple.t t/11-multiple.t t/13-data.t @@ -37,12 +39,15 @@ t/34-glob.t t/35-stash.t t/40-threads.t t/41-clone.t +t/50-return.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/Test/Leaner.pm +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/TestValue.pm t/lib/Variable/Magic/TestWatcher.pm +xsh/caps.h +xsh/threads.h +xsh/util.h