b79e015
Name:           perl-Module-CPANTS-Analyse
47aaeec
Version:        1.01
9ecbd21
Release:        5%{?dist}
b79e015
Summary:        Generate Kwalitee ratings for a distribution
b79e015
License:        GPL+ or Artistic
5f6c5da
URL:            https://metacpan.org/release/Module-CPANTS-Analyse
7157b1a
Source0:        https://cpan.metacpan.org/modules/by-module/Module/Module-CPANTS-Analyse-%{version}.tar.gz
b79e015
BuildArch:      noarch
c93d42c
# Module Build
7157b1a
BuildRequires:  coreutils
7157b1a
BuildRequires:  findutils
7157b1a
BuildRequires:  make
a745403
BuildRequires:  perl-generators
7157b1a
BuildRequires:  perl-interpreter
c93d42c
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.58
7157b1a
BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.08
c93d42c
# Module Runtime
e7d4501
BuildRequires:  perl(Archive::Any::Lite) >= 0.06
7157b1a
BuildRequires:  perl(Archive::Tar) >= 1.76
b79e015
BuildRequires:  perl(Array::Diff) >= 0.04
c93d42c
BuildRequires:  perl(base)
c93d42c
BuildRequires:  perl(Carp)
b79e015
BuildRequires:  perl(Class::Accessor) >= 0.19
7157b1a
BuildRequires:  perl(Class::Accessor::Fast)
b79e015
BuildRequires:  perl(CPAN::DistnameInfo) >= 0.06
c93d42c
BuildRequires:  perl(CPAN::Meta::Converter)
c93d42c
BuildRequires:  perl(CPAN::Meta::Validator) >= 2.133380
e7d4501
BuildRequires:  perl(CPAN::Meta::YAML) >= 0.008
7157b1a
BuildRequires:  perl(Data::Binary)
c93d42c
BuildRequires:  perl(Encode)
c93d42c
BuildRequires:  perl(Exporter)
7157b1a
BuildRequires:  perl(ExtUtils::Manifest)
e7d4501
BuildRequires:  perl(File::Basename)
c93d42c
BuildRequires:  perl(File::Copy)
c93d42c
BuildRequires:  perl(File::Find)
b0670a4
BuildRequires:  perl(File::Find::Object) >= 0.2.1
e7d4501
BuildRequires:  perl(File::Spec::Functions)
e7d4501
BuildRequires:  perl(File::stat)
c93d42c
BuildRequires:  perl(File::Temp)
7157b1a
BuildRequires:  perl(JSON::PP)
7157b1a
BuildRequires:  perl(List::Util) >= 1.33
c93d42c
BuildRequires:  perl(Module::CPANfile)
ca448a0
BuildRequires:  perl(Perl::PrereqScanner::NotQuiteLite) >= 0.9901
7157b1a
BuildRequires:  perl(Module::Find)
7157b1a
BuildRequires:  perl(Software::License) >= 0.103012
e7d4501
BuildRequires:  perl(Software::LicenseUtils)
c93d42c
BuildRequires:  perl(strict)
e7d4501
BuildRequires:  perl(Text::Balanced)
c2d388a
BuildRequires:  perl(version) >= 0.73
c93d42c
BuildRequires:  perl(warnings)
c93d42c
# Test Suite
c93d42c
BuildRequires:  perl(Cwd)
c93d42c
BuildRequires:  perl(File::Path)
c93d42c
BuildRequires:  perl(FindBin)
c93d42c
BuildRequires:  perl(lib)
c93d42c
BuildRequires:  perl(Test::FailWarnings)
7157b1a
BuildRequires:  perl(Test::More) >= 0.88
c93d42c
# Runtime
e7d4501
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
e7d4501
Requires:       perl(Archive::Any::Lite) >= 0.06
7157b1a
Requires:       perl(Archive::Tar) >= 1.76
b79e015
Requires:       perl(Array::Diff) >= 0.04
b79e015
Requires:       perl(Class::Accessor) >= 0.19
b79e015
Requires:       perl(CPAN::DistnameInfo) >= 0.06
c93d42c
Requires:       perl(CPAN::Meta::Validator) >= 2.133380
c93d42c
Requires:       perl(CPAN::Meta::YAML) >= 0.008
c93d42c
Requires:       perl(Exporter)
b0670a4
Requires:       perl(File::Find::Object) >= 0.2.1
7157b1a
Requires:       perl(JSON::PP)
c93d42c
Requires:       perl(Module::CPANfile)
7157b1a
Requires:       perl(Software::License) >= 0.103012
b79e015
Requires:       perl(version) >= 0.73
b79e015
c93d42c
# Filter underspecified dependencies
c93d42c
%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Archive::Any::Lite\\)$
c93d42c
%global __requires_exclude %__requires_exclude|^perl\\(Array::Diff\\)$
1cefb97
%global __requires_exclude %__requires_exclude|^perl\\(Class::Accessor\\)$
c93d42c
%global __requires_exclude %__requires_exclude|^perl\\(CPAN::DistnameInfo\\)$
c93d42c
%global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::Validator\\)$
c93d42c
%global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::YAML\\)$
b0670a4
%global __requires_exclude %__requires_exclude|^perl\\(File::Find::Object\\)$
c93d42c
%global __requires_exclude %__requires_exclude|^perl\\(version\\)$
c93d42c
b79e015
%description
c2d388a
CPANTS is an acronym for CPAN Testing Service. The goals of the CPANTS project
c2d388a
are to provide some sort of quality measure (called "Kwalitee") and lots of
c2d388a
metadata for all distributions on CPAN.
b79e015
b79e015
%prep
b79e015
%setup -q -n Module-CPANTS-Analyse-%{version}
c2d388a
b79e015
%build
038da83
perl Makefile.PL INSTALLDIRS=vendor
038da83
make %{?_smp_mflags}
b79e015
b79e015
%install
c93d42c
make pure_install DESTDIR=%{buildroot}
7157b1a
find %{buildroot} -type f -name .packlist -delete
7157b1a
%{_fixperms} -c %{buildroot}
b79e015
b79e015
%check
038da83
make test
b79e015
b79e015
%files
7157b1a
%doc AUTHORS Changes README.md TODO
c2d388a
%dir %{perl_vendorlib}/Module/
c2d388a
%dir %{perl_vendorlib}/Module/CPANTS/
b79e015
%{perl_vendorlib}/Module/CPANTS/Analyse.pm
b79e015
%{perl_vendorlib}/Module/CPANTS/Kwalitee.pm
b79e015
%dir %{perl_vendorlib}/Module/CPANTS/Kwalitee/
b79e015
%{perl_vendorlib}/Module/CPANTS/Kwalitee/*.pm
b0670a4
%{_mandir}/man3/Module::CPANTS::Analyse.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::BrokenInstaller.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::CpantsErrors.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Distname.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Distros.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Files.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::FindModules.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::License.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Manifest.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::MetaYML.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::NeedsCompiler.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Pod.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Prereq.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Repackageable.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Signature.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Uses.3*
b0670a4
%{_mandir}/man3/Module::CPANTS::Kwalitee::Version.3*
b79e015
b79e015
%changelog
9ecbd21
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-5
9ecbd21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9ecbd21
1bd2ecb
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-4
1bd2ecb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1bd2ecb
5aef809
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.01-3
5aef809
- Perl 5.32 rebuild
5aef809
d297e48
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.01-2
d297e48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d297e48
47aaeec
* Mon Aug 12 2019 Paul Howarth <paul@city-fan.org> - 1.01-1
47aaeec
- Update to 1.01
47aaeec
  - Fixed not to set an error message when extracted nicely
47aaeec
  - Fixed to restore mtime of MANIFEST.SKIP if it is modified by
47aaeec
    #include_default
47aaeec
  - Improved primary module detection
47aaeec
  - Fixed to catch CPAN::Meta::YAML's warnings (of duplicate keys)
47aaeec
  - Improved test_prereqs_match to handle t::lib::Util, and ignore files that
47aaeec
    contain but don't end with .t
47aaeec
  - Fixed to store multiple licenses in META files
47aaeec
727bf28
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.00-3
727bf28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
727bf28
4eb7be7
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.00-2
4eb7be7
- Perl 5.30 rebuild
4eb7be7
ca448a0
* Mon Feb  4 2019 Paul Howarth <paul@city-fan.org> - 1.00-1
ca448a0
- Update to 1.00
ca448a0
  - Module::CPANTS::Kwalitee::Uses now uses a different prereq scanner
ca448a0
    (Perl::PrereqScanner::NotQuiteLite)
ca448a0
  - Added new kwalitee metrics:
ca448a0
    no_maniskip_error, no_missing_files_in_provides, no_files_to_be_skipped
ca448a0
  - Delayed plugin loading
ca448a0
- Upstream no longer ships the extra tests, so don't try to run them
ca448a0
77efebf
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.99-2
77efebf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
77efebf
7157b1a
* Tue Jan 15 2019 Paul Howarth <paul@city-fan.org> - 0.99-1
7157b1a
- Update to 0.99
7157b1a
  - Module::CPANTS::Kwalitee now uses Module::Find to find Kwalitee modules
ca448a0
    (instead of Module::Pluggable, which unconditionally spits a deprecation
7157b1a
    warning); you usually don't need to care but if you have your custom
7157b1a
    Kwalitee plugin loader (such as Module::CPANTS::SiteKwalitee), you need to
7157b1a
    change it - sorry for the inconvenience
7157b1a
  - Allow dash and dot in script name in the NAME section for
7157b1a
    non-pm, non-pod files
7157b1a
  - Added has_meta_json metric (CPAN RT#107885)
7157b1a
  - Accept a few more README extensions
7157b1a
  - Accept two more Moose modules as strict equivalents
7157b1a
  - Various micro optimization for performance
7157b1a
  - Dropped a few dependencies
7157b1a
  - Various documentation updates
7157b1a
  - Not to check use_strict/use_warnings for Perl 6 modules in a Perl 5
7157b1a
    distribution
7157b1a
  - Worked around a File::Find::Object issue
7157b1a
  - Fixed dynamic_config handling
7157b1a
  - Improved LICENSE file detection (CPAN RT#114247)
7157b1a
  - Skip everything in MANIFEST.SKIP while testing symlinks (GH#33)
7157b1a
- Simplify find command using -delete
7157b1a
- Add file xt/kwalitee/mas_meta_json.t missing from dist, needed for
7157b1a
  xt/kwalitee.t (GH#38)
7157b1a
40bc853
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-11
40bc853
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
40bc853
4382fb0
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-10
4382fb0
- Perl 5.28 rebuild
4382fb0
3cdf27f
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-9
3cdf27f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3cdf27f
b2c9897
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-8
b2c9897
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b2c9897
3d6e703
* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-7
3d6e703
- Perl 5.26 rebuild
3d6e703
f3ea11f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-6
f3ea11f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f3ea11f
2d2df0b
* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-5
2d2df0b
- Perl 5.24 rebuild
2d2df0b
973163e
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-4
973163e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
973163e
1ea241d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-3
1ea241d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1ea241d
377c485
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.96-2
377c485
- Perl 5.22 rebuild
377c485
b0670a4
* Mon Nov 24 2014 Paul Howarth <paul@city-fan.org> - 0.96-1
b0670a4
- Update to 0.96
b0670a4
  - Added an import option to load extra Kwalitee plugins
b0670a4
  - has_readme now accepts README.pod as well (CPAN RT#100512)
b0670a4
  - Improved no_abstract_stub_in_pod to detect "The great new" as a boilerplate
b0670a4
  - Switched to File::Find::Object
b0670a4
1cefb97
* Tue Oct  7 2014 Paul Howarth <paul@city-fan.org> - 0.95-2
1cefb97
- BR:/R: perl(Software::License::CC_BY_SA_3_0)
1cefb97
c93d42c
* Mon Sep 29 2014 Paul Howarth <paul@city-fan.org> - 0.95-1
c93d42c
- Update to 0.95
c93d42c
  - Added the following metrics:
c93d42c
    - has_abstract_in_pod
c93d42c
    - has_known_license_in_source_file
c93d42c
    - meta_json_conforms_to_known_spec
c93d42c
    - meta_json_is_parsable
c93d42c
    - meta_yml_has_repository_resource
c93d42c
    - no_abstract_stub_in_pod
c93d42c
  - Removed metayml_conforms_spec_current metric
c93d42c
  - Renamed metayml_ metrics to meta_yml_
c93d42c
  - Removed cpants_lint.pl in favor of App::CPANTS::Lint
c93d42c
  - Supported x_cpants custom META field to tell analyzer to ignore some of
c93d42c
    the metrics (only) when calculating a kwalitee score
c93d42c
  - Refactored several Kwalitee files, and internal stash layout has changed
c93d42c
    rather significantly; you might need to modify your tools if they happen
c93d42c
    to depend on the stash directly
c93d42c
  - Refactored tests
c93d42c
  - Fixed CPAN RT#94468 - use_strict metric doesn't like .pod files that
c93d42c
    contain no perl
c93d42c
  - Fixed CPAN RT#99141 - use_strict metric does not recognize "use v5.14"
c93d42c
    syntax
c93d42c
  - Fixed abstract encoding issues
c93d42c
  - Fixed not to ignore directory symlinks
c93d42c
  - Fixed CPAN RT#97858 - wrong no_symlinks test in files not in MANIFEST (for
c93d42c
    a local distribution; CPANTS site doesn't ignore symlinks not listed in
c93d42c
    MANIFEST)
c93d42c
  - Fixed CPAN RT#97601 - Test::Kwalitee incorrectly reports non-use of strict
c93d42c
    in Inline::CPP
c93d42c
  - Accept COPYING as a license file
c93d42c
  - Take included module (under inc/) into consideration while analyzing
c93d42c
    prereq_matches_use
c93d42c
  - Changed most of the META.yml metrics to pass if META.yml doesn't exist
c93d42c
  - Switched to Test::FailWarnings to make CPAN testers happier
c93d42c
- Classify buildreqs by usage
c93d42c
- Modernize spec
c93d42c
e1728db
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.92-3
e1728db
- Perl 5.20 rebuild
e1728db
14e5d74
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.92-2
14e5d74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
14e5d74
c5387b9
* Sun Sep 22 2013 Paul Howarth <paul@city-fan.org> - 0.92-1
c5387b9
- Update to 0.92 release
c5387b9
  - Fixed a case when more than one license section came in a row
c5387b9
  - Stopped checking auto_features
c5387b9
e7d4501
* Thu Sep  5 2013 Paul Howarth <paul@city-fan.org> - 0.91-1
e7d4501
- Update to 0.91 release
e7d4501
  - Add metrics no_dot_underscore_files, portable_filenames
e7d4501
  - Remove metrics distributed_by_debian, latest_version_distributed_by_debian,
e7d4501
    has_no_bugs_reported_in_debian, has_no_patches_in_debian, no_cpants_errors,
e7d4501
    uses_test_nowarnings, has_test_pod, has_test_pod_coverage, has_examples
e7d4501
  - Removed a few non-portable metrics for Test::Kwalitee
e7d4501
  - Numerous fixes for a smoother operation of www-cpants
e7d4501
  - Fixed CPAN RT#87535: incorrect version specification in 0.90_01
e7d4501
  - Fixed CPAN RT#87534: test failure in 0.90_01
e7d4501
  - Fixed CPAN RT#87561: t/11_hash_random.t fails due to undeclared test
e7d4501
    dependency
e7d4501
  - Fixed CPAN RT#69233: doesn't detect 'use' ≥ 5.012 as 'use strict'
e7d4501
  - Fixed CPAN RT#83336: fails to detect strict via 'use MooseX::Types'
e7d4501
  - Fixed CPAN RT#83851: 'use v5.16' and greater not deemed "strict"
e7d4501
  - Fixed CPAN RT#86504: fix sort order of Kwalitee generators
e7d4501
  - Fixed CPAN RT#87155: more Module::Install tests needed (1.04 is broken)
e7d4501
  - Fixed CPAN RT#87597: proper_libs is a dubious test
e7d4501
  - Fixed CPAN RT#87598: can't use an undefined value as an ARRAY reference at
e7d4501
    .../FindModules.pm line 115
e7d4501
  - Fixed CPAN RT#87988: fix use of $Test::Kwalitee::VERSION
e7d4501
  - Fixed CPAN RT#88216: extracts_nicely metric fails for -TRIAL releases
e7d4501
  - Fixed CPAN RT#88365: YAML/JSON tests are not failing when improperly
e7d4501
    encoded characters are seen
e7d4501
  - Moose::Exporter also provides strict and warnings
e7d4501
- Don't run the author test (Perl::Critic) as it would fail anyway
e7d4501
- Module no longer checks signatures, so drop all related hacks
e7d4501
- No longer need to fix line endings
e7d4501
608c0a5
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.89-3
608c0a5
- Perl 5.18 re-rebuild of bootstrapped packages
608c0a5
3017684
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
3017684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3017684
b1f8be6
* Fri Aug  2 2013 Paul Howarth <paul@city-fan.org> - 0.89-1
b1f8be6
- Update to 0.89 release
b1f8be6
  - Additional tests
b1f8be6
- This release by ISHIGAKI -> update source URL
b1f8be6
- BR: perl(Data::Dump) for the test suite
b1f8be6
82160d6
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 0.87-2
82160d6
- Perl 5.18 rebuild
82160d6
a5983de
* Mon Feb 25 2013 Paul Howarth <paul@city-fan.org> - 0.87-1
a5983de
- Update to 0.87 release
a5983de
  - Fix test failures due to Test::CPAN::Meta::YAML::Version interface change
a5983de
    (CPAN RT#80225)
a5983de
  - Fix failure in 10_analyse.t due to hash randomization (CPAN RT#82939)
a5983de
  - Module::CPANTS::Kwalitee::Manifest was broken for MANIFESTs containing
a5983de
    files with spaces (CPAN RT#44796)
a5983de
- Bump version requirements for Module::ExtractUse and
a5983de
  Test::CPAN::Meta::YAML::Version as per upstream
a5983de
04a6d52
* Fri Feb 22 2013 Daniel P. Berrange <berrange@redhat.com> - 0.86-6
04a6d52
- Fix test suite for newer metayml spec (rhbz #914299)
04a6d52
7c0aec0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-5
7c0aec0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7c0aec0
c31c429
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.86-4
c31c429
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c31c429
b2d250e
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 0.86-3
b2d250e
- Perl 5.16 re-rebuild of bootstrapped packages
b2d250e
d7b6624
* Thu Jun 21 2012 Petr Pisar <ppisar@redhat.com> - 0.86-2
d7b6624
- Perl 5.16 rebuild
d7b6624
038da83
* Mon May 28 2012 Paul Howarth <paul@city-fan.org> - 0.86-1
038da83
- Update to 0.86 release
038da83
  - Add several strict and warnings equivalents and make it easy to add more
038da83
  - Fix when Moose is used and strict is not used
038da83
  - Add info about MIN_PERL_VERSION
038da83
  - Better remedy for metayml_declares_perl_version
038da83
  - metayml_declares_perl_version moved from experimental to extra
038da83
  - Some pod improvements
038da83
  - Fix CPAN RT#65903 - no more Test::YAML::Meta::Version on CPAN
038da83
  - Replace YAML::Syck with YAML::Any
038da83
  - no_symlinks checks only files in MANIFEST, use "maniread" in
038da83
    ExtUtils::Manifest
038da83
  - Add more equivalents for use_strict and use_warnings tests
038da83
  - Implement valid_signature metric
038da83
- This release by DAXIM -> update source URL
038da83
- Drop patch for Test::CPAN::Meta::YAML::Version, no longer needed
038da83
- Bump module version requirements:
038da83
  - perl(Archive::Tar) => 1.48
038da83
  - perl(Software::License) => 0.003
038da83
  - perl(Test::Warn) => 0.11
038da83
  - perl(Text::CSV_XS) => 0.45
038da83
- Switch to ExtUtils::MakeMaker flow so we don't need Module::Build ≥ 0.40
038da83
- BR: perl(Cwd), perl(ExtUtils::Manifest), perl(File::chdir),
038da83
  perl(Module::Signature), perl(Set::Scalar) and perl(Test::Pod::Coverage)
038da83
- BR: perl(YAML::Any) rather than perl(YAML::Syck)
038da83
- Drop perl(Test::CPAN::Meta::YAML::Version) version requirement
038da83
c2d388a
* Wed Mar  7 2012 Paul Howarth <paul@city-fan.org> - 0.85-11
c2d388a
- Fix line endings of cpants_lint.pl script and documentation
c2d388a
- Run the author tests too
c2d388a
- BR: perl(Perl::Critic) except when bootstrapping
c2d388a
- BR: perl(Test::CPAN::Meta::YAML::Version) rather than
c2d388a
  perl(Test::CPAN::Meta::YAML)
c2d388a
- Don't BR: perl(Test::Pod::Coverage) due to presence of naked subroutines
c2d388a
- Sort buildreqs for readability
c2d388a
- Don't need to remove empty directories from buildroot
c2d388a
- Don't use macros for commands
c2d388a
- Drop %%defattr, redundant since rpm 4.4
c2d388a
- Make %%files list more explicit
c2d388a
4fe95fa
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85-10
4fe95fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4fe95fa
f99427c
* Mon Nov 14 2011 Daniel P. Berrange <berrange@redhat.com> - 0.85-9
f99427c
- Patch to use Test::CPAN::Meta::YAML instead of Test::YAML::Meta
f99427c
Petr Sabata bb9b5d4
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 0.85-9
Petr Sabata bb9b5d4
- Perl mass rebuild
Petr Sabata bb9b5d4
Petr Sabata af0ddf2
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.85-8
Petr Sabata af0ddf2
- Perl mass rebuild
Petr Sabata af0ddf2
bec4d89
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85-7
bec4d89
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bec4d89
ddc539b
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.85-6
ddc539b
- 661697 rebuild for fixing problems with vendorach/lib
ddc539b
58899db
* Mon May 03 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.85-5
58899db
- Mass rebuild with perl-5.12.0
58899db
b26e9f5
* Tue Jan 12 2010 Daniel P. Berrange <berrange@redhat.com> - 0.85-4
b26e9f5
- Fix source URL
b26e9f5
e11dc51
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.85-3
e11dc51
- rebuild against perl 5.10.1
e11dc51
4b51eb5
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85-2
4b51eb5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4b51eb5
25095ab
* Wed Jul 22 2009 Daniel P. Berrange <berrange@redhat.com> - 0.85-1
25095ab
- Update to 0.85 release
25095ab
99850d3
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-3
99850d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
99850d3
e2d1655
* Fri Oct  3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.82-2
e2d1655
- Added more new & missing BRs
e2d1655
4735656
* Fri Sep  5 2008 Daniel P. Berrange <berrange@redhat.com> - 0.82-1
4735656
- Update to 0.82 release
4735656
8136df2
* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.75-3
8136df2
- rebuild for new perl
8136df2
b79e015
* Wed Dec 26 2007 Daniel P. Berrange <berrange@redhat.com> 0.75-2.fc9
b79e015
- Added Test::Deep, Test::Pod, Test::Pod::Coverage build requires
b79e015
b79e015
* Fri Dec 21 2007 Daniel P. Berrange <berrange@redhat.com> 0.75-1.fc9
b79e015
- Specfile autogenerated by cpanspec 1.73.