Skip to content

Commit

Permalink
move Libtmp/DiskCache.pm to Basic/lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 12, 2024
1 parent 3547c54 commit b48419b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Libtmp/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WriteMakefile(
NAME => 'PDL::Lib',
PM => {
'Func_demo.pm' => '$(INST_LIB)/PDL/Demos/Func_demo.pm',
map +($_ => '$(INST_LIBDIR)/'.$_), qw(DiskCache.pm Func.pm),
map +($_ => '$(INST_LIBDIR)/'.$_), qw(Func.pm),
},
NO_MYMETA => 1,
);
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Basic/lib/PDL/Demos/General.pm
Basic/lib/PDL/Demos/m51.fits
Basic/lib/PDL/Demos/Sound.pm
Basic/lib/PDL/DeveloperGuide.pod
Basic/lib/PDL/DiskCache.pm
Basic/lib/PDL/Doc.pm
Basic/lib/PDL/Doc/Config.pm
Basic/lib/PDL/Doc/Perldl.pm
Expand Down Expand Up @@ -200,6 +201,7 @@ Basic/t/constructor.t
Basic/t/core.t
Basic/t/croak.t
Basic/t/demos.t
Basic/t/diskcache.t
Basic/t/dumper.t
Basic/t/fastraw.t
Basic/t/fits-noafh.t
Expand Down Expand Up @@ -367,7 +369,6 @@ IO/STL/STL.pm
IO/STL/t/basic.t
IO/STL/t/cube.stl
IO/STL/t/cube_binary.stl
Libtmp/DiskCache.pm
Libtmp/Filter/Linear.pm
Libtmp/Filter/Makefile.PL
Libtmp/Fit/Gaussian/gauss.c
Expand Down Expand Up @@ -610,7 +611,6 @@ Libtmp/Slatec/t/linfit.t
Libtmp/Slatec/t/lm.t
Libtmp/Slatec/t/slatec-polyfit-weight.t
Libtmp/Slatec/t/slatec.t
Libtmp/t/diskcache.t
Libtmp/t/func.t
Libtmp/Transform-Proj4/Demo.pm
Libtmp/Transform-Proj4/Makefile.PL
Expand Down

0 comments on commit b48419b

Please sign in to comment.