Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Dist::Zilla::Plugin::Run::AfterRelease - execute a command of the distribution after release VERSION
version 0.013 SYNOPSIS
[Run::AfterRelease] run = script/myapp_after.pl --archive %s --version %s or [Run::AfterRelease / MyAppAfter] run = script/myapp_after.pl %s %s DESCRIPTION
This plugin executes the specified command after releasing. POSITIONAL PARAMETERS
See "CONVERSIONS" in Dist::Zilla::Plugin::Run for the list of common formatting variables available to all plugins. For backward compatibility: o The 1st %s will be replaced by the archive of the release. o The 2nd %s will be replaced by the dist version. AUTHOR
Torsten Raudssus <torsten@raudssus.de> <http://www.raudssus.de/> COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Raudssus Social Software <http://www.raudssus.de/>. 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.12.4 2011-11-09 Dist::Zilla::Plugin::Run::AfterRelease(3pm)

Check Out this Related 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)
Man Page

10 More Discussions You Might Find Interesting

1. Programming

Learn C or C++

Hi, Apologies if this question has been asked before. I would like to know which language is better to learn in terms of programming in unix? is C dying out and being replaced by C++ or is it a combination of the 2 or just mainly C? Thanks C19 (2 Replies)
Discussion started by: c19h28O2
2 Replies

2. UNIX for Dummies Questions & Answers

Run Command in Specific Time ...

Guy's I want to make script to run this command solevel every Saturday at 8:00 clock exactly . Can you please help me and teach me how to do this ... (9 Replies)
Discussion started by: IT Helper
9 Replies

3. UNIX for Dummies Questions & Answers

Run a script if file modified in last 10 min

Hi, I want to check if a file is modified or not in the last 10 mins and run a script if so. Thanks (8 Replies)
Discussion started by: krabu
8 Replies

4. Programming

Run GLPK by C++

need your help>>>>I need to run GLPK by using c++ >>>>How can I do that>>>>or where I can go to find the answer (1 Reply)
Discussion started by: aldreho
1 Replies

5. Shell Programming and Scripting

How to include SQL within a script

Hi, I have a script I am developing (actually more than 1 just now). 1st part - executes SQL in a 2nd script. 2nd part - reformats the output of the sql into a csv Problem: How am I able to run the SQL from the first script? I assume there is a sql command? I generally use isql when... (6 Replies)
Discussion started by: mcclunyboy
6 Replies

6. Shell Programming and Scripting

Lock the 2nd script!

Hi All, newbie here, is it possible to lock my second script? because my 1st script is still running. Ex. 1st run : 1st script.sh --> running..... 2nd run : 1st script.sh --> lock because the script is still running.. i don't have any idea how to do it. Please advise, Thanks,... (1 Reply)
Discussion started by: nikki1200
1 Replies

7. UNIX for Advanced & Expert Users

Run Jobs in Order

Hi All, This might be a silly question and sorry but I didn't know where to start with this. I have a process I need to run 31 times and they must be one after another e.g. Only run after the other has run. It will call a script that I have that runs 3 other processes in order (and... (3 Replies)
Discussion started by: xathras1982
3 Replies

8. Programming

Passing printf formatting parameters as variables

Hi, I haven't programed in C in a few years. I have been doing a lot of shell scripting, I.E. not really programming anything heavy. :o That said, I have a script that gives hourly usage statistics for our email server. It runs w-a-y to slow as a script for my impatience, and needs to... (7 Replies)
Discussion started by: mph
7 Replies

9. UNIX for Dummies Questions & Answers

Run script on multiple files

Hi Guys, I've been having a look around to try and understand how i can do the below however havent come across anything that will work. Basically I have a parser script that I need to run across all files in a certain directory, I can do this one my by one on comand line however I... (1 Reply)
Discussion started by: mutley2202
1 Replies

10. Shell Programming and Scripting

Run remote command and send email

I am currently try to write a simple script with the following condition, but so far not having luck as the exit code would always be 0. Run remote command to read a file and grep for test word. if test word is in the file, send email. if not, do nothing also possible to ssh to multiple... (3 Replies)
Discussion started by: jaapar
3 Replies