Skip to content

Commit

Permalink
Changes file maintained by person not dumped from git log
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 14, 2015
1 parent 8647162 commit 63abc7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Expand Up @@ -430,7 +430,6 @@ if($Config{archname}=~m/x86_64/) {

# create GENERATED subdir with *.pm files during 'make dist' (to make metacpan.org happy)
my $preop = '$(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -MPDL::Core::Dev -e pdlpp_mkgen $(DISTVNAME)';
$preop .= q[ && git log --stat --since='29 Apr 2009' > Changes.new && $(MV) Changes.new $(DISTVNAME)/Changes] if $^O ne 'MSWin32';

my %makefile_hash = (
'PREREQ_PM' => { @prereq },
Expand Down
2 changes: 1 addition & 1 deletion t/01-checkmanifest.t
Expand Up @@ -5,7 +5,7 @@ use ExtUtils::Manifest qw(manicheck);

my @missing_files = do {
local $SIG{__WARN__} = sub { }; # suppress "No such file:" messages
grep { $_ ne 'Changes' } manicheck; # dev-mode doesn't have
manicheck;
};

is_deeply \@missing_files, [], 'missing files from MANIFEST'
Expand Down

0 comments on commit 63abc7a

Please sign in to comment.