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::LOGIE - Dist::Zilla plugins for me

VERSION

version 0.04

SYNOPSIS

# dist.ini
[@LOGIE]
dist = Dist-Zilla-PluginBundle-Author-LOGIE
repository = github

DESCRIPTION

My plugin bundle. Roughly equivalent to:

[Prereqs / TestMoreDoneTesting]
-phase = test
-type = requires
Test::Most = 0

[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[Readme]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]

[TestRelease]
[ConfirmRelease]

[MetaConfig]
[MetaJSON]

[NextRelease]
format = %-5v %{yyyy-MM-dd}d
[CheckChangesHasContent]

[PkgVersion]
[Authority]
authority = cpan:LOGIE

[PodCoverageTests]
[PodSyntaxTests]
[NoTabsTests]
[EOLTests]
[Test::Compile]

[MetaResources]
; autoconfigured, based on the value of 'repository'

[Git::Check]
allow_dirty =
[Git::Commit]
commit_msg = changelog
[Git::Tag]
tag_format = %v
tag_message =
[Git::NextVersion]
version_regexp = ^(\d+\.\d+)$
first_version = 0.01

[PodWeaver]

[UploadToCPAN]
[Twitter]
tweet_url = https://metacpan.org/release/{{$AUTHOR_UC}}/{{$DIST}}-{{$VERSION}}/
tweet = Released {{$DIST}}-{{$VERSION}}{{$TRIAL}} {{$URL}}
url_shortener = TinyURL

BUGS

No known bugs.

Please report any bugs through RT: email bug-dist-zilla-pluginbundle-logie at rt.cpan.org, or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-Author-LOGIE.

SEE ALSO

Dist::Zilla

Task::BeLike::LOGIE

SUPPORT

You can find this documentation for this module with the perldoc command.

perldoc Dist::Zilla::PluginBundle::Author::LOGIE

You can also look for information at:

AUTHOR

Logan Bell <loganbell@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Logan Bell.

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