Giter VIP home page Giter VIP logo

dist-zilla-plugin-test-podspelling's Introduction

NAME
    Dist::Zilla::Plugin::Test::PodSpelling - Author tests for POD spelling

VERSION
    version 2.006001

SYNOPSIS
    In "dist.ini":

            [Test::PodSpelling]

    or:

            [Test::PodSpelling]
            directories = docs
            wordlist = Pod::Wordlist
            spell_cmd = aspell list
            stopwords = CPAN
            stopwords = github
            stopwords = stopwords
            stopwords = wordlist

DESCRIPTION
    This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the
    following file:

      xt/author/pod-spell.t - a standard Test::Spelling test

ATTRIBUTES
  directories
    Additional directories you wish to search for POD spell checking
    purposes. "bin" and "lib" are set by default.

  wordlist
    The module name of a word list you wish to use that works with
    Test::Spelling.

    Defaults to Pod::Wordlist::hanekomu.

  spell_cmd
    If "spell_cmd" is set then "set_spell_cmd( your_spell_command );" is
    added to the test file to allow for custom spell check programs.

    Defaults to nothing.

  stopwords
    If stopwords is set then "add_stopwords( <DATA> )" is added to the test
    file and the words are added after the "__DATA__" section.

    "stopwords" can appear multiple times, one word per line.

    Normally no stopwords are added by default, but author names appearing
    in "dist.ini" are automatically added as stopwords so you don't have to
    add them manually just because they might appear in the "AUTHORS"
    section of the generated POD document. The same goes for contributors
    listed under the 'x_contributors' field on your distributions META file.

METHODS
  add_stopword
    Called to add stopwords to the stopwords array. It is used to determine
    if automagically detected words are valid and print out debug logging
    for the process.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    https://github.com/xenoterracide/dist-zilla-plugin-test-podspelling/issu
    es

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.

AUTHORS
    *   Caleb Cushing <[email protected]>

    *   Randy Stauner <[email protected]>

    *   Marcel Gruenauer <[email protected]>

    *   Harley Pig <[email protected]>

COPYRIGHT AND LICENSE
    This software is Copyright (c) 2013 by Caleb Cushing.

    This is free software, licensed under:

      The Artistic License 2.0 (GPL Compatible)

dist-zilla-plugin-test-podspelling's People

Contributors

harleypig avatar rwstauner avatar xenoterracide avatar

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.