Changelog for
perl-Module-CPANTS-Analyse-0.96-1.fc22.noarch.rpm :
Mon Nov 24 13:00:00 2014 Paul Howarth
- 0.96-1
- Update to 0.96
- Added an import option to load extra Kwalitee plugins
- has_readme now accepts README.pod as well (CPAN RT#100512)
- Improved no_abstract_stub_in_pod to detect \"The great new\" as a boilerplate
- Switched to File::Find::Object
Tue Oct 7 14:00:00 2014 Paul Howarth - 0.95-2
- BR:/R: perl(Software::License::CC_BY_SA_3_0)
Mon Sep 29 14:00:00 2014 Paul Howarth - 0.95-1
- Update to 0.95
- Added the following metrics:
- has_abstract_in_pod
- has_known_license_in_source_file
- meta_json_conforms_to_known_spec
- meta_json_is_parsable
- meta_yml_has_repository_resource
- no_abstract_stub_in_pod
- Removed metayml_conforms_spec_current metric
- Renamed metayml_ metrics to meta_yml_
- Removed cpants_lint.pl in favor of App::CPANTS::Lint
- Supported x_cpants custom META field to tell analyzer to ignore some of
the metrics (only) when calculating a kwalitee score
- Refactored several Kwalitee files, and internal stash layout has changed
rather significantly; you might need to modify your tools if they happen
to depend on the stash directly
- Refactored tests
- Fixed CPAN RT#94468 - use_strict metric doesn\'t like .pod files that
contain no perl
- Fixed CPAN RT#99141 - use_strict metric does not recognize \"use v5.14\"
syntax
- Fixed abstract encoding issues
- Fixed not to ignore directory symlinks
- Fixed CPAN RT#97858 - wrong no_symlinks test in files not in MANIFEST (for
a local distribution; CPANTS site doesn\'t ignore symlinks not listed in
MANIFEST)
- Fixed CPAN RT#97601 - Test::Kwalitee incorrectly reports non-use of strict
in Inline::CPP
- Accept COPYING as a license file
- Take included module (under inc/) into consideration while analyzing
prereq_matches_use
- Changed most of the META.yml metrics to pass if META.yml doesn\'t exist
- Switched to Test::FailWarnings to make CPAN testers happier
- Classify buildreqs by usage
- Modernize spec
Fri Aug 29 14:00:00 2014 Jitka Plesnikova - 0.92-3
- Perl 5.20 rebuild
Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 0.92-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Sun Sep 22 14:00:00 2013 Paul Howarth - 0.92-1
- Update to 0.92 release
- Fixed a case when more than one license section came in a row
- Stopped checking auto_features
Thu Sep 5 14:00:00 2013 Paul Howarth - 0.91-1
- Update to 0.91 release
- Add metrics no_dot_underscore_files, portable_filenames
- Remove metrics distributed_by_debian, latest_version_distributed_by_debian,
has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors,
uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples
- Removed a few non-portable metrics for Test::Kwalitee
- Numerous fixes for a smoother operation of www-cpants
- Fixed CPAN RT#87535: incorrect version specification in 0.90_01
- Fixed CPAN RT#87534: test failure in 0.90_01
- Fixed CPAN RT#87561: t/11_hash_random.t fails due to undeclared test
dependency
- Fixed CPAN RT#69233: doesn\'t detect \'use\' ≥ 5.012 as \'use strict\'
- Fixed CPAN RT#83336: fails to detect strict via \'use MooseX::Types\'
- Fixed CPAN RT#83851: \'use v5.16\' and greater not deemed \"strict\"
- Fixed CPAN RT#86504: fix sort order of Kwalitee generators
- Fixed CPAN RT#87155: more Module::Install tests needed (1.04 is broken)
- Fixed CPAN RT#87597: proper_libs is a dubious test
- Fixed CPAN RT#87598: can\'t use an undefined value as an ARRAY reference at
.../FindModules.pm line 115
- Fixed CPAN RT#87988: fix use of $Test::Kwalitee::VERSION
- Fixed CPAN RT#88216: extracts_nicely metric fails for -TRIAL releases
- Fixed CPAN RT#88365: YAML/JSON tests are not failing when improperly
encoded characters are seen
- Moose::Exporter also provides strict and warnings
- Don\'t run the author test (Perl::Critic) as it would fail anyway
- Module no longer checks signatures, so drop all related hacks
- No longer need to fix line endings
Wed Aug 14 14:00:00 2013 Jitka Plesnikova - 0.89-3
- Perl 5.18 re-rebuild of bootstrapped packages
Sat Aug 3 14:00:00 2013 Fedora Release Engineering - 0.89-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Fri Aug 2 14:00:00 2013 Paul Howarth - 0.89-1
- Update to 0.89 release
- Additional tests
- This release by ISHIGAKI -> update source URL
- BR: perl(Data::Dump) for the test suite
Fri Jul 26 14:00:00 2013 Petr Pisar - 0.87-2
- Perl 5.18 rebuild
Mon Feb 25 13:00:00 2013 Paul Howarth - 0.87-1
- Update to 0.87 release
- Fix test failures due to Test::CPAN::Meta::YAML::Version interface change
(CPAN RT#80225)
- Fix failure in 10_analyse.t due to hash randomization (CPAN RT#82939)
- Module::CPANTS::Kwalitee::Manifest was broken for MANIFESTs containing
files with spaces (CPAN RT#44796)
- Bump version requirements for Module::ExtractUse and
Test::CPAN::Meta::YAML::Version as per upstream
Fri Feb 22 13:00:00 2013 Daniel P. Berrange - 0.86-6
- Fix test suite for newer metayml spec (rhbz #914299)
Thu Feb 14 13:00:00 2013 Fedora Release Engineering - 0.86-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Fri Jul 20 14:00:00 2012 Fedora Release Engineering - 0.86-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Tue Jul 10 14:00:00 2012 Petr Pisar - 0.86-3
- Perl 5.16 re-rebuild of bootstrapped packages
Thu Jun 21 14:00:00 2012 Petr Pisar - 0.86-2
- Perl 5.16 rebuild
Mon May 28 14:00:00 2012 Paul Howarth - 0.86-1
- Update to 0.86 release
- Add several strict and warnings equivalents and make it easy to add more
- Fix when Moose is used and strict is not used
- Add info about MIN_PERL_VERSION
- Better remedy for metayml_declares_perl_version
- metayml_declares_perl_version moved from experimental to extra
- Some pod improvements
- Fix CPAN RT#65903 - no more Test::YAML::Meta::Version on CPAN
- Replace YAML::Syck with YAML::Any
- no_symlinks checks only files in MANIFEST, use \"maniread\" in
ExtUtils::Manifest
- Add more equivalents for use_strict and use_warnings tests
- Implement valid_signature metric
- This release by DAXIM -> update source URL
- Drop patch for Test::CPAN::Meta::YAML::Version, no longer needed
- Bump module version requirements:
- perl(Archive::Tar) => 1.48
- perl(Software::License) => 0.003
- perl(Test::Warn) => 0.11
- perl(Text::CSV_XS) => 0.45
- Switch to ExtUtils::MakeMaker flow so we don\'t need Module::Build ≥ 0.40
- BR: perl(Cwd), perl(ExtUtils::Manifest), perl(File::chdir),
perl(Module::Signature), perl(Set::Scalar) and perl(Test::Pod::Coverage)
- BR: perl(YAML::Any) rather than perl(YAML::Syck)
- Drop perl(Test::CPAN::Meta::YAML::Version) version requirement
Wed Mar 7 13:00:00 2012 Paul Howarth - 0.85-11
- Fix line endings of cpants_lint.pl script and documentation
- Run the author tests too
- BR: perl(Perl::Critic) except when bootstrapping
- BR: perl(Test::CPAN::Meta::YAML::Version) rather than
perl(Test::CPAN::Meta::YAML)
- Don\'t BR: perl(Test::Pod::Coverage) due to presence of naked subroutines
- Sort buildreqs for readability
- Don\'t need to remove empty directories from buildroot
- Don\'t use macros for commands
- Drop %defattr, redundant since rpm 4.4
- Make %files list more explicit
Fri Jan 13 13:00:00 2012 Fedora Release Engineering - 0.85-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Mon Nov 14 13:00:00 2011 Daniel P. Berrange - 0.85-9
- Patch to use Test::CPAN::Meta::YAML instead of Test::YAML::Meta
Thu Jul 21 14:00:00 2011 Petr Sabata - 0.85-9
- Perl mass rebuild
Wed Jul 20 14:00:00 2011 Petr Sabata - 0.85-8
- Perl mass rebuild
Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 0.85-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Mon Dec 20 13:00:00 2010 Marcela Maslanova - 0.85-6
- 661697 rebuild for fixing problems with vendorach/lib
Mon May 3 14:00:00 2010 Marcela Maslanova - 0.85-5
- Mass rebuild with perl-5.12.0
Tue Jan 12 13:00:00 2010 Daniel P. Berrange - 0.85-4
- Fix source URL
Mon Dec 7 13:00:00 2009 Stepan Kasal - 0.85-3
- rebuild against perl 5.10.1
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 0.85-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Wed Jul 22 14:00:00 2009 Daniel P. Berrange - 0.85-1
- Update to 0.85 release
Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 0.82-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Fri Oct 3 14:00:00 2008 Daniel P. Berrange - 0.82-2
- Added more new & missing BRs
Fri Sep 5 14:00:00 2008 Daniel P. Berrange - 0.82-1
- Update to 0.82 release
Fri Feb 8 13:00:00 2008 Tom \"spot\" Callaway 0.75-3
- rebuild for new perl
Wed Dec 26 13:00:00 2007 Daniel P. Berrange 0.75-2.fc9
- Added Test::Deep, Test::Pod, Test::Pod::Coverage build requires
Fri Dec 21 13:00:00 2007 Daniel P. Berrange 0.75-1.fc9
- Specfile autogenerated by cpanspec 1.73.