X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=c05275672437875e97828758b12ccf4fd3ac5eb7;hb=d9d2fa9ce2900e97a1f4756bf51a0b6c9bd56c18;hp=a29ee25703db4ccc655d068d7513bd9f4e3868ad;hpb=751094f5d7b43171afc7104e957ca7fe2d21eb34;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/MANIFEST b/MANIFEST index a29ee25..c052756 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,20 +1,28 @@ 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/09-load-threads.t t/10-simple.t t/11-multiple.t -t/12-data.t -t/13-sig.t -t/14-self.t -t/15-huf.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 @@ -28,8 +36,15 @@ t/31-array.t t/32-hash.t t/33-code.t t/34-glob.t -t/90-boilerplate.t -t/91-pod.t -t/92-pod-coverage.t -t/95-portability-files.t -t/99-kwalitee.t +t/35-stash.t +t/40-threads.t +t/41-clone.t +t/50-return.t +t/80-leaks.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