Skip to content

Commit

Permalink
clarify source control point
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 4, 2024
1 parent 90b4af5 commit ee55a99
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Basic/Pod/PP.pod
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,15 @@ error what is wrong with your args to C<pp_def>). Although work is being
done to produce better warnings, do not be afraid to send your questions to
the mailing list if you run into trouble.

Another problem arises from the number of generated files that may be
There are a number of generated files that may be
confusing, especially when dealing with existing code.
Bear in mind that the only sources are C<.pd> and C<.pod> files, while
C<.pm>, C<.xs> and C<.c> files are generated from the C<.pd> files and
shall not be altered as these changes would be overwritten.
should not be altered manually as these changes would be overwritten - modify
the C<.pd> file instead.

Furthermore, the generated files shall neither be part of a distribution nor
under version control and therefore
Furthermore, since the generated files should not be part of a distribution nor
under version control, they
should be listed in C<MANIFEST.SKIP> and e.g. C<.gitignore>.

=head1 DESCRIPTION
Expand Down

0 comments on commit ee55a99

Please sign in to comment.