Upgrade to Math-Complex-1.56
[p5sagit/p5-mst-13.2.git] / Porting / manicheck
index 0439292..9fff861 100644 (file)
@@ -1,5 +1,9 @@
 #!/usr/bin/perl
 
+# output a list of:
+#  a) files listed in MANIFEST which don't exist
+#  b) files which exist but which aren't in MANIFEST
+
 use strict;
 use warnings;
 use File::Find;