Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Pod-Spell-1.20-bp154.2.41 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Pod-Spell Distribution: SUSE Linux Enterprise 15 SP4
Version: 1.20 Vendor: openSUSE
Release: bp154.2.41 Build date: Mon May 9 11:23:38 2022
Group: Development/Libraries/Perl Build host: lamb21
Size: 71012 Source RPM: perl-Pod-Spell-1.20-bp154.2.41.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Pod-Spell
Summary: Formatter for spellchecking Pod
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl
symbols or Perl jargon (so that your spellchecking program won't complain
about mystery words like "'$thing'" or "'Foo::Bar'" or "hashref").

This class provides no new public methods. All methods of interest are
inherited from Pod::Parser (which see). The especially interesting ones are
'parse_from_filehandle' (which without arguments takes from STDIN and sends
to STDOUT) and 'parse_from_file'. But you can probably just make do with
the examples in the synopsis though.

This class works by filtering out words that look like Perl or any form of
computerese (like "'$thing'" or "'N>7'" or "'@{$foo}{'bar','baz'}'",
anything in C<...> or F<...> codes, anything in verbatim paragraphs (code
blocks), and anything in the stopword list. The default stopword list for a
document starts out from the stopword list defined by Pod::Wordlist, and
can be supplemented (on a per-document basis) by having '"=for stopwords"'
/ '"=for :stopwords"' region(s) in a document.

Provides

Requires

License

Artistic-2.0

Changelog

* Wed Oct 28 2020 Dirk Stoecker <opensuse@dstoecker.de>
  - update specfile with cpanspec to fix build
* Thu May 05 2016 coolo@suse.com
  - updated to 1.20
    see /usr/share/doc/packages/perl-Pod-Spell/Changes
    1.20      2016-04-22
    - Stable release, made in Rugby, UK during Perl QA Hackathon 2016
    1.19_91   2016-04-21
    - Drop use of File::ShareDir::ProjectDistDir (GitHub #26). Thanks Kent
    Fredric!
    - Allow stop words with '.' (GitHub #28). Thanks Paulo Custodio!
    1.19_90   2016-02-20
    - Hide internals: the POD parser is moved to a private package and
    the Pod::Spell package now only exposes the public interface.
    This is a first step towards rewriting the parser using Pod::Simple
    (planned for Pod-Spell-2.0).
    - 'parse_from_file' and 'parse_from_filehandle' are now explicitely
    documented (by copying doc from Pod::Parser).
* Sun Feb 21 2016 coolo@suse.com
  - updated to 1.19
    see /usr/share/doc/packages/perl-Pod-Spell/Changes
    1.19      2016-02-20
    - Don't set $Text::Wrap::huge globally, but localize it
    - Load Pod::Wordlist only if used
* Sun Feb 07 2016 coolo@suse.com
  - updated to 1.18
    see /usr/share/doc/packages/perl-Pod-Spell/Changes
    1.18      2016-01-30
    - New maintainer: Olivier Mengué (DOLMEN)
    Repo is now hosted at github.com/perl-pod/Pod-Spell
    - Fix warning in strip_stopwords (GH #23)
    - re-apply "podspell script: set output encoding from locale CTYPE"
    (GH #22, #17). The issue in 1.16 was an incorrect dependency
    on I18N::Langinfo.
* Tue Apr 14 2015 coolo@suse.com
  - updated to 1.17
    see /usr/share/doc/packages/perl-Pod-Spell/Changes
    1.17      2015-03-08
    - revert changes in 1.16 they are not compatible with windows GH #18
    1.16      2015-02-24
    - podspell script: set output encoding from locale CTYPE (DOLMEN)
* Mon Sep 15 2014 coolo@suse.com
  - updated to 1.15
    - Convert to strict mode of File::ShareDir::ProjectDistDir (KENTNL)
    - change to use Path::Tiny->lines_utf8
    - Discontinue use of File::Slurp, use Path::Tiny->lines instead
      GH #15 ( Ether )
* Tue Nov 26 2013 coolo@suse.com
  - updated to 1.13
    - fix encoding issues issues in pod for perldoc
    - improve documentation
    - fix shebang to /usr/bin/perl for EUMM replacment GH #13 (dolmen)
* Fri Oct 04 2013 coolo@suse.com
  - updated to 1.10
      [FEATURES]
    - added 'no_wide_chars' option to strip words with such characters
      from the output.  This may help spellcheckers that can't cope
      with UTF-8
      [CHANGED]
    - improved punctuation stripping algorithm for better word
      isolation (example C<< "hello". >> now is found as "hello")
    - strips all word that do not have at least one \w character
      as a spellchecker isn't likely to do anything useful with them
      [DOCUMENTED]
    - added recommendations for dealing with character encoding
    1.09      2013-09-25
      [FIXED]
    - stopwords with 's are learned without 's to match how they are
      checked
      [CHANGED]
    - leading and trailing punctuation is entirely stripped since the
      spellchecker won't care anyway.  Trailing periods are *not*
      stripped as they might be abbreviations ("Ph.D."), but such words
      are checked against the stoplist both with and without
      trailing periods to account for abbreviations and words at the
      end of a sentence.
    1.08      2013-09-24
      [FIXED]
    - hyphenated word parts are also checked against the stoplist
      and stripped (dagolden) GH #9
      [DOCUMENTED]
    - noted that stopwords must be added before words appear in Pod
    1.07      2013-09-14
    - add many words
      [FEATURES]
    - Pod::Wordlist is an Object ( dagolden )
    - Lingua::EN::Inflect is used to reduce requiring plurals in the list
      ( dagolden )
    - the wordlist is now a sharedir file
      [DEPRECATED]
    - accessing %Pod::Wordlist::Wordlist directly
    1.06      2013-09-08
    - import stopwords from Pod::Wordlist::hanekomu except names
* Sat Jul 27 2013 coolo@suse.com
  - updated to 1.05
    - add stopwords
* Mon Jun 10 2013 coolo@suse.com
  - updated to 1.04
    - fix tests to work on older perls
    - update copyright info
    - require 5.8 (let me know if this is a problem for you)
    - improve tests
    - hopefully fix failing test on windows
    - improve code readability
    - remove DEBUG for private _is_debug method
    - convert to dzil and adopt

Files

/usr/bin/podspell
/usr/lib/perl5/vendor_perl/5.26.1/Pod
/usr/lib/perl5/vendor_perl/5.26.1/Pod/Spell.pm
/usr/lib/perl5/vendor_perl/5.26.1/Pod/Wordlist.pm
/usr/lib/perl5/vendor_perl/5.26.1/auto/share
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/Pod-Spell
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/Pod-Spell/wordlist
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Pod-Spell
/usr/share/doc/packages/perl-Pod-Spell/CONTRIBUTING
/usr/share/doc/packages/perl-Pod-Spell/Changes
/usr/share/doc/packages/perl-Pod-Spell/README
/usr/share/licenses/perl-Pod-Spell
/usr/share/licenses/perl-Pod-Spell/LICENSE
/usr/share/man/man1/podspell.1.gz
/usr/share/man/man3/Pod::Spell.3pm.gz
/usr/share/man/man3/Pod::Wordlist.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024