Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::zilla::plugin::distini(3pm) [debian man page]

Dist::Zilla::Plugin::DistINI(3pm)			User Contributed Perl Documentation			 Dist::Zilla::Plugin::DistINI(3pm)

NAME
Dist::Zilla::Plugin::DistINI - a plugin to add a dist.ini to newly-minted dists VERSION
version 4.300020 DESCRIPTION
This plugins produces a dist.ini file in a new dist, specifying the required core attributes from the dist being minted. This plugin is dead simple and pretty stupid, but should get better as dist minting facilities improve. For example, it will not specify any plugins. In the meantime, you may be happier with a dist.ini template. ATTRIBUTES
append_file This parameter may be a filename in the profile's directory to append to the generated dist.ini with things like plugins. In other words, if your make this file, called plugins.ini: [@Basic] [NextRelease] [@Git] ...and your profile.ini includes: [DistINI] append_file = plugins.ini ...then the generated "dist.ini" in a newly-minted dist will look something like this: name = My-New-Dist author = E. Xavier Ample <example@example.com> license = Perl_5 copyright_holder = E. Xavier Ample copyright_year = 2010 [@Basic] [NextRelease] [@Git] AUTHOR
Ricardo SIGNES <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-21 Dist::Zilla::Plugin::DistINI(3pm)

Check Out this Related Man Page

Dist::Zilla::Plugin::PruneFiles(3pm)			User Contributed Perl Documentation		      Dist::Zilla::Plugin::PruneFiles(3pm)

NAME
Dist::Zilla::Plugin::PruneFiles - prune arbirary files from the dist VERSION
version 4.300020 SYNOPSIS
This plugin allows you to explicitly prune some files from your distribution. You can either specify the exact set of files (with the "filenames" parameter) or provide the regular expressions to check (using "match"). This is useful if another plugin (maybe a FileGatherer) adds a bunch of files, and you only want a subset of them. In your dist.ini: [PruneFiles] filename = xt/release/pod-coverage.t ; pod coverage tests are for jerks filename = todo-list.txt ; keep our secret plans to ourselves match = ^test_data/* match = ^test.cvs$ ATTRIBUTES
filenames This is an arrayref of filenames to be pruned from the distribution. matches This is an arrayref of regular expressions and files matching any of them, will be pruned from the distribution. SEE ALSO
Dist::Zilla plugins: PruneCruft, GatherDir, ManifestSkip. AUTHOR
Ricardo SIGNES <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-21 Dist::Zilla::Plugin::PruneFiles(3pm)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sysload 4.4 help

I use a file's Infocentre.exe . In the infocentre's log, i can see "Can't find data for requested period" for a lot of machine . How have I a good parameter in infocentre.ini to have not this message ? Cordialement in french for futur response . (1 Reply)
Discussion started by: Romeo_91
1 Replies

2. Shell Programming and Scripting

multi loop script

I need to run a process a large number of times. In /home/runx, I have process X, which accesses a file X.ini. X.ini contains 3 variables, as follows : X_date=ccccmm X_location=aaa X_type= t where date will be 200501 thru 200611 location will be aaa, bbb, ccc, or ddd type ... (2 Replies)
Discussion started by: grinder182533
2 Replies

3. Shell Programming and Scripting

How to filer a line in special condition?

Hi, I hava log file which has the following output : Created RELEASE in dist/filename_release_1_0_20090210.zip Created RELEASE in dist/filename_release_1_1_20090210.zip Created RELEASE in dist/filename_release_1_3_20090210.zip Created RELEASE in... (6 Replies)
Discussion started by: bhaskar_m
6 Replies

4. Shell Programming and Scripting

rm -i and deleting files from an index table

Hi, I am trying to make a command to delete my files out the trash can, but one at a time. I am currently using rm - i to do this, but the original file locations for restoring my files are heard on a .txt file which I am using as an index table. How would I manage to make it so that if I... (21 Replies)
Discussion started by: E-WAN
21 Replies

5. Shell Programming and Scripting

Trouble with sed and ini file parsing

hi people, i'm having a hard time trying to extract a list of vars delimited by section inside a ini file ... let's consider this ini file : ; config file DESC = "channel synchro TGG01" DMM_VER = DMM23 PATH_FIFO = /users/tgg00/fifo QRT = BTS01.TGG.01.2 MODE_TRACE... (5 Replies)
Discussion started by: odium74
5 Replies

6. Shell Programming and Scripting

sed - String substitution within specified section in ini type file

Hello. I am trying to modify a config file which is in windows *.ini type file. I have found a piece of code here :linux - Edit file in unix using SED - Stack Overflow As I can't make it doing the job , I am trying to find a solution step by step. here a modified sample file : my_sample.ini... (1 Reply)
Discussion started by: jcdole
1 Replies

7. Programming

Popular Plugins && SVN

Forgive me if this is a rather stupid but I am writing some code using Python for a project at work and was wondering if there was a way to download the entire "Popular" plugins directory in a single shot? I currently have to to look at 34 pages: https://wordpress.org/plugins/browse/popular/... (4 Replies)
Discussion started by: metallica1973
4 Replies

8. What is on Your Mind?

Cybersecurity - Wordpress Plugin Developer Wanted

https://www.unix.com/members/1-albums112-picture680.png (0 Replies)
Discussion started by: Neo
0 Replies