Giter VIP home page Giter VIP logo

app-podweaver's Introduction

NAME
    App::podweaver - Run Pod::Weaver on the files within a distribution.

VERSION
    version 1.00

SYNOPSIS
    App::podweaver provides a mechanism to run Pod::Weaver over the files
    within a distribution, without needing to use Dist::Zilla.

    Where Dist::Zilla works on a copy of your source code, App::podweaver is
    intended to modify your source code directly, and as such it is highly
    recommended that you use the
    Pod::Weaver::PluginBundle::ReplaceBoilerplate plugin bundle so that you
    over-write existing POD sections, instead of the default Pod::Weaver
    behaviour of repeatedly appending.

    You can configure the Pod::Weaver invocation by providinng a
    `weaver.ini' file in the root directory of your distribution.

INSTALLATION
    To install this module, run the following commands:

      perl Build.PL
      ./Build
      ./Build test
      ./Build install

BOOTSTRAPPING WITH META.json/META.yml
    Since the META.json/yml file is often generated with an abstract
    extracted from the POD, and App::podweaver expects a valid META file for
    some of the information to insert into the POD, there's a
    chicken-and-egg situation on the first invocation of either.

    Running App::podweaver first should produce a POD with an abstract line
    populated from your `# ABSTRACT:' header, but without additional
    sections like version and authors. You can then generate your META file
    as per usual, and then run App::podweaver again to produce the missing
    sections:

      $ ./Build distmeta
      Creating META.yml
      ERROR: Missing required field 'dist_abstract' for metafile
      $ podweaver -v
      No META.json or META.yml file found, are you running in a distribution directory?
      Processing lib/App/podweaver.pm
      $ ./Build distmeta
      Creating META.yml
      $ podweaver -v
      Processing lib/App/podweaver.pm

    This should only be neccessary on newly created distributions as both
    the META and the neccessary POD abstract should be present subsequently.

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

        perldoc App::podweaver

    You can also look for information at:

    * RT: CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-podweaver

    * AnnoCPAN: Annotated CPAN documentation
        http://annocpan.org/dist/App-podweaver

    * CPAN Ratings
        http://cpanratings.perl.org/d/App-podweaver

    * Search CPAN
        http://search.cpan.org/dist/App-podweaver/

AUTHOR
    Sam Graham <libapp-podweaver-perl BLAHBLAH illusori.co.uk>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010-2011 by Sam Graham
    <libapp-podweaver-perl BLAHBLAH illusori.co.uk>.

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

app-podweaver'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.