The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::PluginBundle::Author::RUSSOZ - configure Dist::Zilla like RUSSOZ

VERSION

version 0.026

SYNOPSIS

# in dist.ini
[@Author::RUSSOZ]
; fake = 0
; version = none | auto | gitnext
; auto_prereqs = 1
; github = 1
; use_no404 = 0
; task_weaver = 0
; signature = 1
; report = 0

DESCRIPTION

Dist::Zilla::PluginBundle::Author::RUSSOZ provides shorthand for a Dist::Zilla configuration approximately like:

[@Basic]

[MetaJSON]
[ReadmeFromPod]
[InstallGuide]
[GitFmtChanges]
max_age    = 365
tag_regexp = ^.*$
file_name  = Changes
log_format = short

[OurPkgVersion]
[GithubMeta]                        ; if github = 1
[AutoPrereqs]                       ; unless auto_prereqs = 0

[ReportVersions::Tiny]
[PodWeaver]
config_plugin = @Author::RUSSOZ

; if task_weaver =1
[TaskWeaver]

; else (task_weaver = 0)
[@TestingMania]
disable = Test::CPAN::Changes, SynopsisTests
; [Test::Pod::No404]

; endif

[Signature]                         ; if signature = 1
[ReportPhase]                       ; if report = 1
[@Git]

NAME

Dist::Zilla::PluginBundle::Author::RUSSOZ - configure Dist::Zilla like RUSSOZ

VERSION

version 0.026

TASK CONTENTS

USAGE

Just put [@Author::RUSSOZ] in your dist.ini. You can supply the following options:

SEE ALSO

Dist::Zilla

ACKNOWLEDGMENTS

Much of the first implementation was shamelessly copied from Dist::Zilla::PluginBundle::Author::DOHERTY.

AUTHOR

Alexei Znamensky <russoz@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 - 2017 by Alexei Znamensky.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

AUTHOR

Alexei Znamensky <russoz@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 - 2017 by Alexei Znamensky.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.