Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dist::zilla::mvp::assembler::zilla(3pm) [debian man page]

Dist::Zilla::MVP::Assembler::Zilla(3pm) 		User Contributed Perl Documentation		   Dist::Zilla::MVP::Assembler::Zilla(3pm)

NAME
Dist::Zilla::MVP::Assembler::Zilla - Dist::Zilla::MVP::Assembler for the Dist::Zilla object VERSION
version 4.300020 OVERVIEW
This is a subclass of Dist::Zilla::MVP::Assembler used when assembling the Dist::Zilla object. It has a "zilla_class" attribute, which is used to determine what class of Dist::Zilla object to create. (This isn't very useful now, but will be in the future when minting and building use different subclasses of Dist::Zilla.) Upon construction, the assembler will create a Dist::Zilla::MVP::RootSection as the initial section. METHODS
zilla This method is a shortcut for retrieving the "zilla" from the root section. If called before that section has been finalized, it will result in an exception. register_stash $assembler->register_stash($name => $stash_object); This adds a stash to the assembler's zilla's stash registry -- unless the name is already taken, in which case an exception is raised. 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::MVP::Assembler::Zilla(3pm)

Check Out this Related Man Page

Dist::Zilla::Prereqs(3pm)				User Contributed Perl Documentation				 Dist::Zilla::Prereqs(3pm)

NAME
Dist::Zilla::Prereqs - the prerequisites of a Dist::Zilla distribution VERSION
version 4.300020 DESCRIPTION
Dist::Zilla::Prereqs is a subcomponent of Dist::Zilla. The "prereqs" attribute on your Dist::Zilla object is a Dist::Zilla::Prereqs object, and is responsible for keeping track of the distribution's prerequisites. In fact, a Dist::Zilla::Prereqs object is just a thin layer over a CPAN::Meta::Prereqs object, stored in the "cpan_meta_prereqs" attribute. Almost everything this object does is proxied to the CPAN::Meta::Prereqs object, so you should really read how that works. Dist::Zilla::Prereqs proxies the following methods to the CPAN::Meta::Prereqs object: o finalize o is_finalized o requirements_for o as_string_hash METHODS
register_prereqs $prereqs->register_prereqs(%prereqs); $prereqs->register_prereqs(\%arg, %prereqs); This method adds new minimums to the prereqs object. If a hashref is the first arg, it may have entries for "phase" and "type" to indicate what kind of prereqs are being registered. (For more information on phase and type, see CPAN::Meta::Spec.) For example, you might say: $prereqs->register_prereqs( { phase => 'test', type => 'recommends' }, 'Test::Foo' => '1.23', 'XML::YZZY' => '2.01', ); If not given, phase and type default to runtime and requires, respectively. 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::Prereqs(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to do sort in perl?

Hi, Can anyone advise how to correct my script pls? I'm not getting the correct output =( Details below: Logfile ======== Player Num : 14 Player Name : Jacee Thirkins MVP winner : 1998 End of details.... Player Num : 35 Player Name : Lander Diaz MVP winner : 2002... (1 Reply)
Discussion started by: gholdbhurg
1 Replies

2. Shell Programming and Scripting

assembler error message

assembler messages for reading open no such file or directory :) (1 Reply)
Discussion started by: sanjyotdk
1 Replies

3. Solaris

Assembler for Solaris

Is there any assembler for Solaris ---------- Post updated at 10:41 AM ---------- Previous update was at 10:40 AM ---------- found please delete topic (2 Replies)
Discussion started by: microbot
2 Replies

4. News, Links, Events and Announcements

TrueAbility Linux Showdown

Want to flex your scripting skills? Also want a chance to win awesome prizes? If so, you should compete in Linux Showdown 8: “The Assembler” that TrueAbility is hosting! TrueAbility was built with tech professionals in mind and has a vast community of Linux members. Everything from Linux... (0 Replies)
Discussion started by: TrueAbility
0 Replies