Skip to content

Commit 4665118

Browse files
committed
install Fit.pm
1 parent c843007 commit 4665118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WriteMakefile(
2121
PREREQ_PM => {
2222
'PDL' => '2.094',
2323
},
24-
PM => { map {($_ => '$(INST_LIBDIR)/Fit/'.$_)} <[LP]*.pm> },
24+
PM => { (map {($_ => '$(INST_LIBDIR)/Fit/'.$_)} <[LP]*.pm>),'Fit.pm'=>'$(INST_LIBDIR)/Fit.pm' },
2525
dist => { COMPRESS => 'gzip', SUFFIX => 'gz', PREOP => $preop },
2626
META_MERGE => {
2727
"meta-spec" => { version => 2 },

0 commit comments

Comments
 (0)