Skip to content

Commit

Permalink
move Bugs.pod with other POD
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 25, 2024
1 parent 3b239cd commit 58c676b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Basic/PDL.pm
Basic/Pod/API.pod
Basic/Pod/BadValues.pod
Basic/Pod/Broadcasting.pod
Basic/Pod/Bugs.pod
Basic/Pod/Course.pod
Basic/Pod/Dataflow.pod
Basic/Pod/DeveloperGuide.pod
Expand Down Expand Up @@ -122,7 +123,6 @@ Basic/SourceFilter/t/niceslice-utilcall.t
Basic/SourceFilter/t/niceslice.t
Basic/Ufunc/Makefile.PL
Basic/Ufunc/ufunc.pd
Bugs.pod
Changes
COPYING
cygwin/fix-max-memory.txt
Expand Down
4 changes: 0 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ $seen_f77conf = check_f77conf($seen_f77conf);
require "./Basic/Core/Dev.pm"; PDL::Core::Dev->import();
$INC{'PDL/Core/Dev.pm'} = 1; # so require P:C:Dev will report success after

my @podpms = map { $_.".pod", '$(INST_LIBDIR)/PDL/' . $_ .".pod"}
qw/Bugs/;

my @cpan_deps = my @prereq = (
'Data::Dumper' => 2.121, # for PDL::IO::Dumper
'File::Map' => 0.57, # test new mmap implementation
Expand Down Expand Up @@ -198,7 +195,6 @@ my %makefile_hash = (
NAME => 'PDL',
VERSION_FROM => 'Basic/PDL.pm',
EXE_FILES => \@exe_files,
PM => { @podpms }, #so that the script docs are picked up
META_MERGE => {
"meta-spec" => { version => 2 },
resources => {
Expand Down

0 comments on commit 58c676b

Please sign in to comment.