Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::zilla::app::command::smoke(3pm) [debian man page]

Dist::Zilla::App::Command::smoke(3pm)			User Contributed Perl Documentation		     Dist::Zilla::App::Command::smoke(3pm)

NAME
Dist::Zilla::App::Command::smoke - smoke your dist VERSION
version 4.300020 SYNOPSIS
dzil smoke [ --release ] [ --author ] [ --no-automated ] DESCRIPTION
This command builds and tests the distribution in "smoke testing mode." This command is a thin wrapper around the test method in Dist::Zilla. It builds your dist and runs the tests with the AUTOMATED_TESTING environment variable turned on, so it's like doing this: export AUTOMATED_TESTING=1 dzil build --no-tgz cd $BUILD_DIRECTORY perl Makefile.PL make make test A build that fails tests will be left behind for analysis, and dzil will exit a non-zero value. If the tests are successful, the build directory will be removed and dzil will exit with status 0. OPTIONS
--release This will run the test suite with RELEASE_TESTING=1 --no-automated This will run the test suite without setting AUTOMATED_TESTING --author This will run the test suite with AUTHOR_TESTING=1 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::App::Command::smoke(3pm)

Check Out this Related Man Page

Dist::Zilla::PluginBundle::Basic(3pm)			User Contributed Perl Documentation		     Dist::Zilla::PluginBundle::Basic(3pm)

NAME
Dist::Zilla::PluginBundle::Basic - the basic plugins to maintain and release CPAN dists VERSION
version 4.300020 DESCRIPTION
This plugin is meant to be a basic "first step" bundle for using Dist::Zilla. It won't munge any of your code, but will generate a Makefile.PL and allows easy, reliable releasing of distributions. It includes the following plugins with their default configuration: o Dist::Zilla::Plugin::GatherDir o Dist::Zilla::Plugin::PruneCruft o Dist::Zilla::Plugin::ManifestSkip o Dist::Zilla::Plugin::MetaYAML o Dist::Zilla::Plugin::License o Dist::Zilla::Plugin::Readme o Dist::Zilla::Plugin::ExtraTests o Dist::Zilla::Plugin::ExecDir o Dist::Zilla::Plugin::ShareDir o Dist::Zilla::Plugin::MakeMaker o Dist::Zilla::Plugin::Manifest o Dist::Zilla::Plugin::TestRelease o Dist::Zilla::Plugin::ConfirmRelease o Dist::Zilla::Plugin::UploadToCPAN SEE ALSO
Core Dist::Zilla plugins: @Filter. Dist::Zilla roles: PluginBundle, PluginBundle::Easy. 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::PluginBundle::Basic(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Ericom powerterm API

I am trying to run automated testing on powerterm emulator, in order to succeed i need to run gettext api from a vba environment. how do i do that? any help would be appreciated amitai (3 Replies)
Discussion started by: amitair
3 Replies

2. Programming

no autogen.sh?

I tried to make a little test library so see whether if I can get autotools working for a library. I somewhat did, it compiles, but some targets, such as dist, fail. The test library is here: libtest (at an uploading service) I run autoreconf -i, then ./configure, and when I type make... (0 Replies)
Discussion started by: rayne
0 Replies

3. Programming

starting programme in C

hello, For school i make the next mission: give how many chambers in a constant number. use an array which chamber is free and count how many chamber there are free. make also something to test I don't now how to start. I need an well example so i can make the mission thank you (1 Reply)
Discussion started by: wouter88
1 Replies

4. Programming

Linux: dlopen fails to find symbols

I've attached a tar.gz containing three tests to demonstrate the problem I'm having. Within the tar are two shared libraries, two test applications, and a Makefile that builds the three tests. The shared libaries are libshlib1.so and libshlib2.so. Both export a function, libFunc, which takes... (5 Replies)
Discussion started by: DreamWarrior
5 Replies

5. Programming

Help me with perl script.

Hi, I am beginner to perl programming language. I have large XML file it contains information about all diagnostic tests and their descriptions. each diagnostic test having one code like "1100" and regarding description in xml comments. for example my xml code like this <data> ... (16 Replies)
Discussion started by: veerubiji
16 Replies

6. Programming

Adding information to c file using perl

Hi, I have c file which contains more number of tests. two or more tests in one c file. I have the XMl data regarding tests. i need to add this xml data to c file at before the test. I know which file having which test and i created hash table for that. so the problem is i have to add information... (13 Replies)
Discussion started by: veerubiji
13 Replies

7. UNIX for Beginners Questions & Answers

Help with UNIX test and wc Command

I want to xheck if a file exists that uses wildcards as only the partial filename is known using the test Command, and when it exists then output just the number of lines in the file... do not include the filename. Then this output, is it captured by the CommandOutput or the ReturnValue as I want... (2 Replies)
Discussion started by: dsinco
2 Replies