diff options
author | David Mitchell <davem@iabyn.com> | 2009-01-03 13:51:28 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-01-03 13:51:28 +0000 |
commit | a7d002a11216fa10d2d93aff87fec9eea46a32ff (patch) | |
tree | f1d9b33669ffb83a3a39720acbf5d14373c43a0f /Porting/manicheck | |
parent | 0c429c7857dc17d863b0f599b99cd7e16e6d865f (diff) | |
download | perl-a7d002a11216fa10d2d93aff87fec9eea46a32ff.tar.gz |
some more Porting/ script documentation
Diffstat (limited to 'Porting/manicheck')
-rw-r--r-- | Porting/manicheck | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/manicheck b/Porting/manicheck index 04392921a6..9fff8613b3 100644 --- a/Porting/manicheck +++ b/Porting/manicheck @@ -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; |