Skip to content

Commit

Permalink
move IO/Dumper.pm to Basic/
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 7, 2024
1 parent dddc0e4 commit 746a2fd
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions Basic/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $pm{'threads.pm'} = '$(INST_LIB)/PDL/Parallel/threads.pm';
$pm{'SIMD.pm'} = '$(INST_LIB)/PDL/Parallel/threads/SIMD.pm';
$pm{'TestPDL.pm'} = '$(INST_LIB)/Test/PDL.pm';
$pm{'TestDeepPDL.pm'} = '$(INST_LIB)/Test/Deep/PDL.pm';
$pm{'Dumper.pm'} = '$(INST_LIB)/PDL/IO/Dumper.pm';

my %man3pods = map { my $h = '$(INST_MAN3DIR)/';
$h .= 'PDL::' if $_ !~ /PDL.pm$/;
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions IO/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ use ExtUtils::MakeMaker;

WriteMakefile(
'NAME' => 'PDL::IO',
'VERSION_FROM' => '../Basic/PDL.pm',
'PM' => {
'Dumper.pm' => '$(INST_LIB)/PDL/IO/Dumper.pm',
},
NO_MYMETA => 1,
);
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Basic/Doc/mkpdlfuncpod
Basic/Doc/pdldoc
Basic/Doc/README
Basic/Doc/scantree.pl
Basic/Dumper.pm
Basic/examples/Benchmark/Bench.pm
Basic/examples/Benchmark/Bench.xs
Basic/examples/Benchmark/Makefile.PL
Expand Down Expand Up @@ -232,6 +233,7 @@ Basic/t/constants.t
Basic/t/constructor.t
Basic/t/core.t
Basic/t/croak.t
Basic/t/dumper.t
Basic/t/func.pdl
Basic/t/inline-with.t
Basic/t/inlinepdlpp.t
Expand Down Expand Up @@ -362,7 +364,6 @@ IO/Browser/browser.pd
IO/Browser/Makefile.PL
IO/Dicom/Dicom.pm
IO/Dicom/Makefile.PL
IO/Dumper.pm
IO/ENVI/readenvi.pdl
IO/GD/Changes
IO/GD/GD.pd
Expand Down Expand Up @@ -397,7 +398,6 @@ IO/STL/STL.pm
IO/STL/t/basic.t
IO/STL/t/cube.stl
IO/STL/t/cube_binary.stl
IO/t/dumper.t
Libtmp/DiskCache.pm
Libtmp/Filter/Linear.pm
Libtmp/Filter/Makefile.PL
Expand Down

0 comments on commit 746a2fd

Please sign in to comment.