X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=d984750422c45381c6530aef0fc62b19ec36112c;hb=e7d06d42b01cc371aabcd4cee7ef786059ed7a1b;hp=23e7eef760fc12b40716c03161acfc86a72073e0;hpb=6481de87d7fb6fe3a3308704ed6d75dd78aa1e22;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/MANIFEST b/MANIFEST index 23e7eef..d984750 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,24 +1,27 @@ Changes MANIFEST -META.yml # Will be created by "make dist" +META.json +META.yml Magic.xs Makefile.PL README lib/Variable/Magic.pm samples/copy.pl samples/magic.pl +samples/synopsis.pl 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/12-sig.t t/13-data.t t/14-callbacks.t t/15-self.t t/16-huf.t t/17-ctl.t +t/18-opinfo.t t/20-get.t t/21-set.t t/22-len.t @@ -35,9 +38,13 @@ t/34-glob.t t/35-stash.t t/40-threads.t t/41-clone.t -t/90-boilerplate.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/TestScopeEnd.pm +t/lib/Variable/Magic/TestThreads.pm +t/lib/Variable/Magic/TestValue.pm t/lib/Variable/Magic/TestWatcher.pm