Skip to content

Commit 24338c9

Browse files
committed
use correct pdlpp_postamble which updates doc database
1 parent 37bfed8 commit 24338c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ sub init_PM {
6262
$self->SUPER::init_PM;
6363
@pd_srcs = ::pdlpp_eumm_update_deep($self);
6464
}
65-
sub postamble { ::pdlpp_postamble_int(@pd_srcs) }
65+
sub postamble { ::pdlpp_postamble(@pd_srcs) }
6666
}

0 commit comments

Comments
 (0)