Hello community, here is the log from the commit of package perl-File-Which for openSUSE:Factory checked in at 2015-07-27 09:08:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Which (Old) and /work/SRC/openSUSE:Factory/.perl-File-Which.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Which" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Which/perl-File-Which.changes 2015-05-06 11:17:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 2015-07-27 09:08:54.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Jul 22 08:54:32 UTC 2015 - [email protected] + +- updated to 1.19 + see /usr/share/doc/packages/perl-File-Which/Changes + + 1.19 2015-07-21 09:23:54 -0400 + - Relax required Perl back to 5.6.x as this module is upriver to + a large number of modules + - No non-core requirements back to 5.6.2 + +------------------------------------------------------------------- Old: ---- File-Which-1.18.tar.gz New: ---- File-Which-1.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Which.spec ++++++ --- /var/tmp/diff_new_pack.1BY2L8/_old 2015-07-27 09:08:55.000000000 +0200 +++ /var/tmp/diff_new_pack.1BY2L8/_new 2015-07-27 09:08:55.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-File-Which -Version: 1.18 +Version: 1.19 Release: 0 %define cpan_name File-Which Summary: Perl implementation of the which utility as an API @@ -30,7 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.94 %{perl_requires} %description ++++++ File-Which-1.18.tar.gz -> File-Which-1.19.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/Changes new/File-Which-1.19/Changes --- old/File-Which-1.18/Changes 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/Changes 2015-07-21 15:23:57.000000000 +0200 @@ -1,5 +1,10 @@ Revision history for File-Which +1.19 2015-07-21 09:23:54 -0400 + - Relax required Perl back to 5.6.x as this module is upriver to + a large number of modules + - No non-core requirements back to 5.6.2 + 1.18 2015-05-04 15:35:40 -0400 - Remove prototypes (gh#6) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/MANIFEST new/File-Which-1.19/MANIFEST --- old/File-Which-1.18/MANIFEST 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/MANIFEST 2015-07-21 15:23:57.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.035. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036. Changes INSTALL LICENSE @@ -24,7 +24,6 @@ t/test-bin/test2.bat t/test-bin/test3 t/test-bin/test4/foo.txt -xt/release/build_environment.t xt/release/eol.t xt/release/fixme.t xt/release/no_tabs.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/META.json new/File-Which-1.19/META.json --- old/File-Which-1.18/META.json 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/META.json 2015-07-21 15:23:57.000000000 +0200 @@ -6,7 +6,7 @@ "Graham Ollis <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.035, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -19,18 +19,18 @@ "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0", - "perl" : "5.008001" + "perl" : "5.006" } }, "runtime" : { "requires" : { - "perl" : "5.008001" + "perl" : "5.006" } }, "test" : { "requires" : { - "Test::More" : "0.94", - "perl" : "5.008001" + "Test::More" : "0.47", + "perl" : "5.006" } } }, @@ -46,6 +46,6 @@ "web" : "https://github.com/plicease/File-Which" } }, - "version" : "1.18" + "version" : "1.19" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/META.yml new/File-Which-1.19/META.yml --- old/File-Which-1.18/META.yml 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/META.yml 2015-07-21 15:23:57.000000000 +0200 @@ -5,22 +5,22 @@ - 'Adam Kennedy <[email protected]>' - 'Graham Ollis <[email protected]>' build_requires: - Test::More: '0.94' - perl: '5.008001' + Test::More: '0.47' + perl: '5.006' configure_requires: ExtUtils::MakeMaker: '0' - perl: '5.008001' + perl: '5.006' dynamic_config: 0 -generated_by: 'Dist::Zilla version 5.035, CPAN::Meta::Converter version 2.150001' +generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: File-Which requires: - perl: '5.008001' + perl: '5.006' resources: bugtracker: https://github.com/plicease/File-Which/issues homepage: http://perl.wdlabs.com/File-Which repository: git://github.com/plicease/File-Which.git -version: '1.18' +version: '1.19' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/Makefile.PL new/File-Which-1.19/Makefile.PL --- old/File-Which-1.18/Makefile.PL 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/Makefile.PL 2015-07-21 15:23:57.000000000 +0200 @@ -1,14 +1,14 @@ BEGIN { - unless(eval q{ use 5.008001; 1}) { - print "Perl 5.008001 or better required\n"; + unless(eval q{ use 5.006; 1}) { + print "Perl 5.006 or better required\n"; exit; } } -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.035. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036. use strict; use warnings; -use 5.008001; +use 5.006; use ExtUtils::MakeMaker; @@ -21,13 +21,13 @@ "DISTNAME" => "File-Which", "EXE_FILES" => [], "LICENSE" => "perl", - "MIN_PERL_VERSION" => "5.008001", + "MIN_PERL_VERSION" => "5.006", "NAME" => "File::Which", "PREREQ_PM" => {}, "TEST_REQUIRES" => { - "Test::More" => "0.94" + "Test::More" => "0.47" }, - "VERSION" => "1.18", + "VERSION" => "1.19", "test" => { "TESTS" => "t/*.t" } @@ -36,7 +36,7 @@ my %FallbackPrereqs = ( "ExtUtils::MakeMaker" => 0, - "Test::More" => "0.94" + "Test::More" => "0.47" ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/README new/File-Which-1.19/README --- old/File-Which-1.18/README 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/README 2015-07-21 15:23:57.000000000 +0200 @@ -4,7 +4,7 @@ VERSION - version 1.18 + version 1.19 SYNOPSIS @@ -124,6 +124,13 @@ CAVEATS + This module has no non-core requirements for Perl 5.6.2 and better. + + This module is fully supported back to Perl 5.8.1. It may work on + 5.8.0. It should work on Perl 5.6.x and I may even test on 5.6.2. I + will accept patches to maintain compatibility for such older Perls, but + you may need to fix it on 5.6.x / 5.8.0 and send me a patch. + Not tested on VMS although there is platform specific code for those. Anyone who haves a second would be very kind to send me a report of how it went. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/cpanfile new/File-Which-1.19/cpanfile --- old/File-Which-1.18/cpanfile 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/cpanfile 2015-07-21 15:23:57.000000000 +0200 @@ -1,11 +1,11 @@ -requires "perl" => "5.008001"; +requires "perl" => "5.006"; on 'test' => sub { - requires "Test::More" => "0.94"; - requires "perl" => "5.008001"; + requires "Test::More" => "0.47"; + requires "perl" => "5.006"; }; on 'configure' => sub { requires "ExtUtils::MakeMaker" => "0"; - requires "perl" => "5.008001"; + requires "perl" => "5.006"; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/dist.ini new/File-Which-1.19/dist.ini --- old/File-Which-1.18/dist.ini 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/dist.ini 2015-07-21 15:23:57.000000000 +0200 @@ -5,12 +5,14 @@ license = Perl_5 copyright_holder = Per Einar Ellefsen <[email protected]> copyright_year = 2002 -version = 1.18 +version = 1.19 [@Author::Plicease] +:version = 1.83 release_tests = 1 installer = MakeMaker release_tests_skip = changes\.t +upgrade = Test::More = 0.47 [RemovePrereqs] remove = strict @@ -20,11 +22,8 @@ remove = Getopt::Std remove = File::Spec -[Prereqs / TestPrereqs] --phase = test -Test::More = 0.80 - [Author::Plicease::Upload] cpan = 1 -[Author::Plicease::InstallerPerlVersion] +[OnlyCorePrereqs] +starting_version = 5.006002 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/lib/File/Which.pm new/File-Which-1.19/lib/File/Which.pm --- old/File-Which-1.18/lib/File/Which.pm 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/lib/File/Which.pm 2015-07-21 15:23:57.000000000 +0200 @@ -1,25 +1,22 @@ package File::Which; -use 5.008001; use strict; use warnings; use Exporter (); use File::Spec (); # ABSTRACT: Perl implementation of the which utility as an API -our $VERSION = '1.18'; # VERSION +our $VERSION = '1.19'; # VERSION our @ISA = 'Exporter'; our @EXPORT = 'which'; our @EXPORT_OK = 'where'; -use constant { - IS_VMS => ($^O eq 'VMS'), - IS_MAC => ($^O eq 'MacOS'), - IS_DOS => ($^O eq 'MSWin32' or $^O eq 'dos' or $^O eq 'os2'), - IS_CYG => ($^O eq 'cygwin'), -}; +use constant IS_VMS => ($^O eq 'VMS'); +use constant IS_MAC => ($^O eq 'MacOS'); +use constant IS_DOS => ($^O eq 'MSWin32' or $^O eq 'dos' or $^O eq 'os2'); +use constant IS_CYG => ($^O eq 'cygwin'); # For Win32 systems, stores the extensions used for # executable files @@ -148,7 +145,7 @@ =head1 VERSION -version 1.18 +version 1.19 =head1 SYNOPSIS @@ -269,6 +266,13 @@ =head1 CAVEATS +This module has no non-core requirements for Perl 5.6.2 and better. + +This module is fully supported back to Perl 5.8.1. It may work on 5.8.0. +It should work on Perl 5.6.x and I may even test on 5.6.2. I will accept +patches to maintain compatibility for such older Perls, but you may +need to fix it on 5.6.x / 5.8.0 and send me a patch. + Not tested on VMS although there is platform specific code for those. Anyone who haves a second would be very kind to send me a report of how it went. @@ -303,8 +307,6 @@ =back -=cut - =head1 AUTHORS =over 4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/t/01_compile.t new/File-Which-1.19/t/01_compile.t --- old/File-Which-1.18/t/01_compile.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/t/01_compile.t 2015-07-21 15:23:57.000000000 +0200 @@ -1,4 +1,3 @@ -use 5.008001; use strict; use warnings; use Test::More tests => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/t/02_all.t new/File-Which-1.19/t/02_all.t --- old/File-Which-1.18/t/02_all.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/t/02_all.t 2015-07-21 15:23:57.000000000 +0200 @@ -1,4 +1,3 @@ -use 5.008001; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/t/03_simple.t new/File-Which-1.19/t/03_simple.t --- old/File-Which-1.18/t/03_simple.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/t/03_simple.t 2015-07-21 15:23:57.000000000 +0200 @@ -1,4 +1,3 @@ -use 5.008001; use strict; use warnings; use Test::More tests => 10; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/t/04_pwhich.t new/File-Which-1.19/t/04_pwhich.t --- old/File-Which-1.18/t/04_pwhich.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/t/04_pwhich.t 2015-07-21 15:23:57.000000000 +0200 @@ -1,4 +1,3 @@ -use 5.008001; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/xt/release/build_environment.t new/File-Which-1.19/xt/release/build_environment.t --- old/File-Which-1.18/xt/release/build_environment.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/xt/release/build_environment.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -use strict; -use warnings; -use Test::More tests => 1; - -SKIP: { - eval q{ use Dist::Zilla::PluginBundle::Author::Plicease }; - skip '[@Plicease] is not installed', 1 if $@; - ok $Dist::Zilla::PluginBundle::Author::Plicease::VERSION >= 1.45, '[@Plicease] >= 1.45'; -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.18/xt/release/version.t new/File-Which-1.19/xt/release/version.t --- old/File-Which-1.18/xt/release/version.t 2015-05-04 21:35:43.000000000 +0200 +++ new/File-Which-1.19/xt/release/version.t 2015-07-21 15:23:57.000000000 +0200 @@ -3,8 +3,16 @@ use Test::More; use FindBin (); BEGIN { - plan skip_all => "test requires Test::Version 1.001001" - unless eval q{ use Test::Version 1.001001 qw( version_all_ok ), { has_version => 1 }; 1 }; + + plan skip_all => "test requires Test::Version 2.00" + unless eval q{ + use Test::Version 2.00 qw( version_all_ok ), { + has_version => 1, + filename_match => sub { $_[0] !~ m{/(ConfigData|Install/Files)\.pm$} }, + }; + 1 + }; + plan skip_all => "test requires Path::Class" unless eval q{ use Path::Class qw( file dir ); 1 }; plan skip_all => 'test requires YAML'
