Hello community, here is the log from the commit of package perl-File-Which for openSUSE:Factory checked in at 2015-05-06 11:17:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05 00:54:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-Which.new/perl-File-Which.changes 2015-05-06 11:17:58.000000000 +0200 @@ -1,0 +2,9 @@ +Tue May 5 08:20:44 UTC 2015 - [email protected] + +- updated to 1.18 + see /usr/share/doc/packages/perl-File-Which/Changes + + 1.18 2015-05-04 15:35:40 -0400 + - Remove prototypes (gh#6) + +------------------------------------------------------------------- Old: ---- File-Which-1.17.tar.gz New: ---- File-Which-1.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Which.spec ++++++ --- /var/tmp/diff_new_pack.loU73b/_old 2015-05-06 11:17:59.000000000 +0200 +++ /var/tmp/diff_new_pack.loU73b/_new 2015-05-06 11:17:59.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-File-Which -Version: 1.17 +Version: 1.18 Release: 0 %define cpan_name File-Which Summary: Perl implementation of the which utility as an API ++++++ File-Which-1.17.tar.gz -> File-Which-1.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/Changes new/File-Which-1.18/Changes --- old/File-Which-1.17/Changes 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/Changes 2015-05-04 21:35:43.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for File-Which +1.18 2015-05-04 15:35:40 -0400 + - Remove prototypes (gh#6) + 1.17 2015-05-01 07:06:00 -0400 - Removed pwhich as forwarned in 1.10 - Migrated to Dist::Zilla (relevant only for development) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/META.json new/File-Which-1.18/META.json --- old/File-Which-1.17/META.json 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/META.json 2015-05-04 21:35:43.000000000 +0200 @@ -46,6 +46,6 @@ "web" : "https://github.com/plicease/File-Which" } }, - "version" : "1.17" + "version" : "1.18" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/META.yml new/File-Which-1.18/META.yml --- old/File-Which-1.17/META.yml 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/META.yml 2015-05-04 21:35:43.000000000 +0200 @@ -23,4 +23,4 @@ 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.17' +version: '1.18' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/Makefile.PL new/File-Which-1.18/Makefile.PL --- old/File-Which-1.17/Makefile.PL 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/Makefile.PL 2015-05-04 21:35:43.000000000 +0200 @@ -27,7 +27,7 @@ "TEST_REQUIRES" => { "Test::More" => "0.94" }, - "VERSION" => "1.17", + "VERSION" => "1.18", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/README new/File-Which-1.18/README --- old/File-Which-1.17/README 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/README 2015-05-04 21:35:43.000000000 +0200 @@ -4,7 +4,7 @@ VERSION - version 1.17 + version 1.18 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/dist.ini new/File-Which-1.18/dist.ini --- old/File-Which-1.17/dist.ini 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/dist.ini 2015-05-04 21:35:43.000000000 +0200 @@ -5,7 +5,7 @@ license = Perl_5 copyright_holder = Per Einar Ellefsen <[email protected]> copyright_year = 2002 -version = 1.17 +version = 1.18 [@Author::Plicease] release_tests = 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Which-1.17/lib/File/Which.pm new/File-Which-1.18/lib/File/Which.pm --- old/File-Which-1.17/lib/File/Which.pm 2015-05-01 13:06:04.000000000 +0200 +++ new/File-Which-1.18/lib/File/Which.pm 2015-05-04 21:35:43.000000000 +0200 @@ -7,17 +7,19 @@ use File::Spec (); # ABSTRACT: Perl implementation of the which utility as an API -our $VERSION = '1.17'; # VERSION +our $VERSION = '1.18'; # VERSION our @ISA = 'Exporter'; our @EXPORT = 'which'; our @EXPORT_OK = 'where'; -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'); +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'), +}; # For Win32 systems, stores the extensions used for # executable files @@ -41,7 +43,7 @@ } -sub which ($) { +sub which { my ($exec) = @_; return undef unless $exec; @@ -126,7 +128,7 @@ } -sub where ($) { +sub where { # force wantarray my @res = which($_[0]); return @res; @@ -146,7 +148,7 @@ =head1 VERSION -version 1.17 +version 1.18 =head1 SYNOPSIS
