Skip to content

remove autosplitting #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/CPAN/Static/Spec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Various actions must or may be performed during the building stage.
The cpan client B<must> be able to build and install modules. It
B<must> look recursively in F<lib/> for all F<*.pm> and F<*.pod> files
and copy these to the appropriate location for C<lib> files during
install. If applicable, these modules B<should> be autosplit and their
permissions B<should> be set appropriately for that platform.
install. Their permissions B<should> be set appropriately for that
platform.

=item * script files

Expand Down