X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=MANIFEST;h=98872646148ae31fbcdfceb9defe5ef746c3fcc0;hp=90a639c3954378f600b2389d627c22bfd716c4ff;hb=bd7cdd0635d30485b50564b9eebb2d73b3c0f94b;hpb=6f35a291f0c453d34b617ee9eb03d2a68c410614 diff --git a/MANIFEST b/MANIFEST index 90a639c..9887264 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,18 +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-data.t -t/13-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 @@ -20,12 +29,25 @@ t/23-clear.t t/24-free.t t/25-copy.t t/27-local.t +t/28-uvar.t t/30-scalar.t t/31-array.t t/32-hash.t t/33-code.t t/34-glob.t -t/boilerplate.t -t/kwalitee.t -t/pod-coverage.t -t/pod.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/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