in reply to Re^2: Exclude files and directories in tarfile for CPAN upload
in thread Exclude files and directories in tarfile for CPAN upload
The short documentation of the module says:
The ignores_type is a new feature that allows one to create SCM-specif +ic ignore files. These are the mappings: ignores_type => 'generic' # default, creates 'ignore.txt' ignores_type => 'cvs' # creates .cvsignore ignores_type => 'git' # creates .gitignore ignores_type => 'hg' # creates .hgignore ignores_type => 'manifest' # creates MANIFEST.SKIP
Go canonical and use my guide ;)
L*
PS the above module ships with the module-starter program inside /bin and this is the suggested method to follow. The program has the option --ignores=type the sets the above mentioned ignores_type internal option. It defaults to txt creating ignore.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Exclude files and directories in tarfile for CPAN upload
by LanX (Saint) on Oct 25, 2024 at 11:14 UTC | |
by choroba (Cardinal) on Oct 25, 2024 at 13:07 UTC | |
by LanX (Saint) on Oct 28, 2024 at 15:45 UTC | |
by pryrt (Abbot) on Oct 28, 2024 at 16:11 UTC | |
by LanX (Saint) on Oct 28, 2024 at 16:37 UTC |