]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - MANIFEST
Factor some test logic in a helper module
[perl/modules/Variable-Magic.git] / MANIFEST
index a29ee25703db4ccc655d068d7513bd9f4e3868ad..0aafe9a00cc4ce7f2758ef346149ff641cbab3fd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,16 +5,19 @@ Magic.xs
 Makefile.PL
 README
 lib/Variable/Magic.pm
+samples/copy.pl
 samples/magic.pl
 samples/uvar.pl
+samples/vm_vs_tie.pl
 t/00-load.t
 t/01-import.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/12-sig.t
+t/13-data.t
+t/14-callbacks.t
+t/15-self.t
+t/16-huf.t
 t/20-get.t
 t/21-set.t
 t/22-len.t
@@ -28,8 +31,11 @@ t/31-array.t
 t/32-hash.t
 t/33-code.t
 t/34-glob.t
+t/40-threads.t
+t/41-clone.t
 t/90-boilerplate.t
 t/91-pod.t
 t/92-pod-coverage.t
 t/95-portability-files.t
 t/99-kwalitee.t
+t/lib/Variable/Magic/TestWatcher.pm