معرفی شرکت ها


perl-Test-Spelling-0.19-2.el7.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Check for spelling errors in POD files
ویژگی مقدار
سیستم عامل Linux
توزیع CentOS 7
مخزن Centos os noarch
نام بسته perl-Test-Spelling
نام فایل بسته perl-Test-Spelling-0.19-2.el7.noarch.rpm
نسخه بسته 0.19
انتشار بسته 2.el7
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue Jun 10 05
هاست سازنده worker1.bsys.centos.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Test-Spelling/
مجوز GPL+ or Artistic
حجم دانلود 20K
حجم نصب 25.286K
"Test::Spelling" lets you check the spelling of a POD file, and report its results in standard "Test::Simple" fashion. This module requires the hunspell program.


نیازمندی

مقدار نام
- hunspell
>= 0:5.006 perl
- perl(:MODULE_COMPAT_5.16.3)
- perl(Carp)
- perl(Exporter)
- perl(File::Spec)
- perl(IPC::Run3)
- perl(Pod::Spell)
- perl(Symbol)
- perl(Test::Builder)
- perl(base)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 0.19 perl(Test::Spelling)
= 0.19-2.el7 perl-Test-Spelling


نحوه نصب


نصب پکیج rpm perl-Test-Spelling:

    sudo yum localinstall perl-Test-Spelling-0.19-2.el7.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Test-Spelling-0.19
/usr/share/doc/perl-Test-Spelling-0.19/Changes
/usr/share/doc/perl-Test-Spelling-0.19/README
/usr/share/man/man3/Test::Spelling.3pm.gz
/usr/share/perl5/vendor_perl/Test


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2013-12-27

Mass rebuild 2013-12-27

2013-05-05

Update to 0.19:
For more consistent results, avoid using the user's local aspell dictionary
Update hunspell preference patch

2013-04-26

Update to 0.18:
Work around Pod::Spell limitations
Improve case handling
Improve test failure reporting
Include more useful info in Test-Spelling's own test suite

2013-01-28

Update to 0.17:
Use IPC::Run3 instead of IPC::Open3

2012-12-21

Update to 0.16:
Allow use of a custom POD parser rather than Pod::Spell using
Re-diff patch to avoid shipping .orig file

2012-11-21

Update dependencies
Don't need to remove empty directories from the buildroot
Drop %defattr, redundant since rpm 4.4

2012-07-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

2012-06-11

Perl 5.16 rebuild

2012-01-13

Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

2011-08-23

Update to 0.15:
Begin adding actual tests (hilariously, adding the suggested t/pod-spell.t
BR: perl(Test::Tester) and hunspell-en

2011-06-20

Perl mass rebuild

2011-05-27

Update to 0.14:
Fix an error when using add_stopwords("constant","strings") (CPAN RT#68471)

2011-04-27

Update to 0.13:
Make alternatives checking more robust by reading the spellchecker's STDERR

2011-04-26

Update to 0.12:
Best Practical has taken over maintainership of this module
Try various spellcheck programs instead of hardcoding the ancient `spell`
Remove temporary files more aggressively (CPAN RT#41586)
Fixed by not creating them at all - instead we now use IPC::Open3
Remove suggestion to use broken `aspell -l` (CPAN RT#28967)
Add set_pod_file_filter for skipping translations, etc. (CPAN RT#63755)
Skip tests in all_pod_files_spelling_ok if there is no working spellchecker
Provide a has_working_spellchecker so you can skip your own tests if
Switch to Module::Install
Rewrite and modernize a lot of the documentation
Decruftify code, such as by using Exporter and lexical filehandles
Support .plx files
This release by SARTAK -> update source URL
Rewrite hunspell patch to just favour hunspell over aspell
BR: perl(IPC::Open3)

2011-02-09

Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

2010-12-22

Rebuild to fix problems with vendorarch/lib (#661697)