Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Dist::Zilla::Plugin::FakeRelease - fake plugin to test release VERSION
version 4.300020 SYNOPSIS
[FakeRelease] user = CPANAUTHORID ; # optional. DESCRIPTION
This plugin is a Releaser that does nothing. It is directed to plugin authors, who may need a dumb release plugin to test their shiny plugin implementing BeforeRelease and AfterRelease. When this plugin does the release, it will just log a message and finish. If you set the environment variable "DZIL_FAKERELEASE_FAIL" to a true value, the plugin will die instead of doing nothing. This can be useful for authors wanting to test reliably that release failed. You can optionally provide the 'user' parameter, which defaults to 'AUTHORID', which will allow things that depend on this metadata ( Sometimes provided by UploadToCPAN ) to still work. ( For example: Dist::Zilla::Plugin::Twitter ) SEE ALSO
Core Dist::Zilla plugins: ConfirmRelease, UploadToCPAN. 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::FakeRelease(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

5 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Nagios plugin check_local_mrtgtraf

Hi, Can somebody direct me to these plugin for nagios check_local_mrtgtraf check_snmp Documentation says it's a part of the latest plugin release but i have installed it and it seems it is not. I do have done search but couldn't find any link from where i can download these. Thanks in... (1 Reply)
Discussion started by: uxadmin007
1 Replies

2. What is on Your Mind?

Do You Use Twitter?

Do you use Twitter? How much do you use Twitter? Vote and Discuss!! (28 Replies)
Discussion started by: Neo
28 Replies

3. What is on Your Mind?

Twitter Users: Follow the Forums on Twitter

Hey Twitter Users, You can follow the forums on Twitter: https://twitter.com/unixlinux @unixlinux Current Twitter Stats: TWEETS 76.4K FOLLOWERS 54.3K Comments or questions? Please post below. (1 Reply)
Discussion started by: Neo
1 Replies

4. Shell Programming and Scripting

Is there a more elegant

Hi, I am wanting to test that an argument passed is one of tstt11/2/3, tstq11/2/3 or tstp11/2/3 and I am currently doing it as below. Just wanting to know if there is a more 'elegant' way of doing this :-) arg_inst=`echo $1 | awk '{ print tolower($1) }'` if ] then echo "-... (2 Replies)
Discussion started by: newbie_01
2 Replies

5. Programming

Need help changing a makefile to static linking

Hi all, I'm having a hard time compiling a plugin (softhddevice) for the video disk recorder software (vdr). Unfortunately the last official version of the plugin was published back in 2013 and even worse it has to be compiled against ffmpeg. The last working version of ffmpeg was 2.8.x,... (0 Replies)
Discussion started by: ACorner
0 Replies