X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=MANIFEST;h=f533af0ee870763e404f3314157906aa3671891e;hb=30631ed72aef81f7a424009effb91f408481463e;hp=92e00d67884d9518c8c3cd2043bd3baa6f8f2d16;hpb=fee1a480bc5d827590dc7394e0a77741bad86dc3;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/MANIFEST b/MANIFEST index 92e00d6..f533af0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,22 +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 +ptable.h +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 @@ -30,8 +36,16 @@ t/31-array.t t/32-hash.t t/33-code.t t/34-glob.t -t/90-boilerplate.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/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