Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/perl5Public

ExtUtils::XSSymSet.3pm manual page is installed without installing the module #17424

Closed
@ppisar

Description

@ppisar

I noticed that "make install" on Linux installs a manual page for ExtUtils::XSSymSet (e.g. /usr/local/share/man/man3/ExtUtils::XSSymSet.3), but the corresponding Perl module is missing (ExtUtils/XSSymSet.pm).

The explanation is in ./installperl:

sub installlib {    ...    return if $name eq 'ExtUtils/XSSymSet.pm' and !$Is_VMS;    ...}

It seems the same exception is not applied on manual pages.

Another possible fix would be removing the exception and installing the module unconditionally since the module can be used as a general string shortener:

"ExtUtils::XSSymSet" provides functions toshorten names in a consistent fashion, and to track a set of names toinsure that each is unique. While designed with xsubpp in mind, it maybe used with any set of strings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp