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::MintingProfile::Author::TABULO - Mint distributions like TABULO does

VERSION

version 0.197

SYNOPSIS

    dzil new -P Author::TABULO -p github Foo::Bar

or:

    #!/bin/bash
    newdist() {
        local dist=$1
        local module=`perl -we"print q{$dist} =~ s/-/::/r"`
        pushd ~/git
        dzil new -P Author::TABULO -p github $module
        cd $dist
    }
    newdist Foo-Bar

DESCRIPTION

This is a minting profile used for TABULO's distributions. Like his dzil plugin-bundle, the starting point of this profile was ETHER's.

Since TABULO initially forked the whole thing from ETHER's, most of the documentation you see here actually come from her originally, ...

Thank you ETHER!

WARNING

Please note that, although this module needs to be on CPAN for obvious reasons, it is really intended to be a collection of personal preferences, which are expected to be in great flux, at least for the time being.

Therefore, please do NOT base your own distributions on this one, since anything can change at any moment without prior notice, while I get accustomed to dzil myself and form those preferences in the first place... Absolutely nothing in this distribution is guaranteed to remain constant or be maintained at this point. Who knows, I may even give up on dzil altogether...

You have been warned.

DESCRIPTION (at last)

The new distribution is packaged with Dist::Zilla using Dist::Zilla::PluginBundle::Author::TABULO.

Profiles available are:

  • github

    Creates a distribution hosted on github, with hooks to determine the module version and other metadata from git. Issue tracking is disabled, as RT is selected as the bugtracker in the distribution's metadata (via the plugin bundle).

    You will be prompted to create a repository on github immediately; if you decline, you must create one manually before you do your first push.

  • default

    Presently the same as github. Available since version 0.087.

SEE ALSO

BASED ON

This distribution is based on Dist::Zilla::MintingProfile::Author::ETHER by Karen Etheridge cpan:ETHER.

Thank you ETHER!

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Dist-Zilla-PluginBundle-Author-TABULO@rt.cpan.org).

AUTHOR

Ayhan Ulusoy <tabulo@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Ayhan Ulusoy.

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