Skipping CVS conflict backup files
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / Manifest.pm
index 46ace64..7103ee9 100644 (file)
@@ -8,8 +8,8 @@ use File::Spec::Functions qw(splitpath);
 use Carp;
 use strict;
 
-use vars qw($VERSION @ISA @EXPORT_OK
-           $Is_VMS $Debug $Verbose $Quiet $MANIFEST $found $DEFAULT_MSKIP);
+our ($VERSION,@ISA,@EXPORT_OK,
+           $Is_VMS,$Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
 
 $VERSION = substr(q$Revision: 1.33 $, 10);
 @ISA=('Exporter');
@@ -360,6 +360,7 @@ expression to start with a sharp character. A typical example:
     ~$
     \.old$
     ^#.*#$
+    ^\.#
 
 If no MANIFEST.SKIP file is found, a default set of skips will be
 used, similar to the example above.  If you want nothing skipped,