Skip to content

Commit

Permalink
Rename MANIFEST.skip to MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Mar 24, 2016
1 parent 53e61f6 commit d1e06ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/99-manifest.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Test::More;
use File::Find;
use File::Spec;

my @files = qw( MANIFEST MANIFEST.skip );
my @files = qw( MANIFEST MANIFEST.SKIP );
plan tests => scalar @files * 4
+1 # MANIFEST existence check
;
Expand Down

0 comments on commit d1e06ab

Please sign in to comment.