Git Product home page Git Product logo

dist-dzpl's Introduction

NAME
    Dist::Dzpl - An alternative configuration format (.pl) and invoker for
    Dist::Zilla

VERSION
    version 0.0020

SYNOPSIS
    Below is an example file that would exist in your distribution root,
    called "dist.pl" or "dzpl":

        #!/usr/bin/env perl
        use Dzpl
            name => 'Acme-Xyzzy',
            version => '0.0001',
            author => 'Ja P. Hacker <[email protected]>',
            license => 'Perl5',
            copyright => 'Ja P. Hacker', # Will automaticaly fill in the current year

            # Declare prerequisites for runtime and testing (building)
            # Alternatively, you can specify 'recommend' or 'prefer'
            require => q/
                Moose

                [Test]
                Test::Most
            /;
        ;

        # Declare some plugins to use. The regular expression following
        # the @Basic bundle is a filter excluding Dist::Zilla::Plugin::Readme
        plugin
            '@Basic' => qr/Readme$/,
            'PodWeaver',
            'PkgVersion',
            'ReadmeFromPod',
            '=Dist::Dzpl::Plugin::DynamicManifest',
            '=Dist::Dzpl::Plugin::CopyReadmeFromBuild',
        ;

        run;

    Then, from the commandline:

        dzpl build      # Build the distribution via $zilla->build
        dzpl dzil help  # The usual Dist::Dzil::App help message

DESCRIPTION
    Dist::Dzpl is a wrapper around Dist::Zilla, allowing an alternative,
    flexible configuration mechanism. Instead of describing your
    distribution using an .ini file, you can use a Perl .pl script

    Your configuation file can be named "dzpl", "dz.pl", or "dist.pl", and
    will be picked in that order

    Dist::Dzpl is dz*P*l is to .pl as Dist::Zilla is dz*I*l is to .ini

SEE ALSO
    Dist::Zilla

AUTHOR
      Robert Krimen <[email protected]>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Robert Krimen.

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

dist-dzpl's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.