Hello community,

here is the log from the commit of package perl-Module-Find for 
openSUSE:Factory checked in at 2012-05-25 16:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Find (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Find.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Find", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Find/perl-Module-Find.changes        
2012-01-12 15:26:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Module-Find.new/perl-Module-Find.changes   
2012-05-25 16:17:50.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 23 13:42:24 UTC 2012 - [email protected]
+
+- updated to 0.11
+  Fixed RT#74251: defined(@array) is deprecated under Perl 5.15.7.
+
+-------------------------------------------------------------------

Old:
----
  Module-Find-0.10.tar.gz

New:
----
  Module-Find-0.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Module-Find.spec ++++++
--- /var/tmp/diff_new_pack.QaA56X/_old  2012-05-25 16:17:52.000000000 +0200
+++ /var/tmp/diff_new_pack.QaA56X/_new  2012-05-25 16:17:52.000000000 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           perl-Module-Find
-Version:        0.10
+Version:        0.11
 Release:        0
 %define cpan_name Module-Find
 Summary:        Find and use installed modules in a (sub)category
@@ -28,6 +29,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Module::Find)
+BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 %{perl_requires}
 
 %description

++++++ Module-Find-0.10.tar.gz -> Module-Find-0.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.10/Find.pm new/Module-Find-0.11/Find.pm
--- old/Module-Find-0.10/Find.pm        2010-02-26 16:40:55.000000000 +0100
+++ new/Module-Find-0.11/Find.pm        2012-05-22 02:31:55.000000000 +0200
@@ -7,7 +7,7 @@
 use File::Spec;
 use File::Find;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 our $basedir = undef;
 our @results = ();
@@ -179,7 +179,7 @@
     my $dir = File::Spec->catdir(split(/::/, $category));
 
     my @dirs;
-    if (defined @Module::Find::ModuleDirs) {
+    if (@Module::Find::ModuleDirs) {
         @dirs = map { File::Spec->catdir($_, $dir) }
             @Module::Find::ModuleDirs;
     } else {
@@ -277,6 +277,10 @@
 
 Fixed RT#55010: Removed Unicode BOM from Find.pm.
 
+=item 0.11, 2012-05-22
+
+Fixed RT#74251: defined(@array) is deprecated under Perl 5.15.7.
+
 =back
 
 =head1 DEVELOPMENT NOTES
@@ -293,7 +297,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2004-2010 by Christian Renz <[email protected]>. All rights reserved.
+Copyright 2004-2012 by Christian Renz <[email protected]>. All rights reserved.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.10/META.yml 
new/Module-Find-0.11/META.yml
--- old/Module-Find-0.10/META.yml       2010-02-26 16:43:08.000000000 +0100
+++ new/Module-Find-0.11/META.yml       2012-05-22 02:33:31.000000000 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Module-Find
-version:            0.10
+version:            0.11
 abstract:           Find and use installed modules in a (sub)category
 author:
     - Christian Renz <[email protected]>
@@ -9,19 +9,18 @@
 configure_requires:
     ExtUtils::MakeMaker:  0
 build_requires:
-    ExtUtils::MakeMaker:  0
+    Test::More:  0
 requires:
     File::Find:  0
     File::Spec:  0
     perl:        5.006001
-    Test::More:  0
 resources:
     repository:  http://github.com/crenz/Module-Find
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.52
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Find-0.10/README new/Module-Find-0.11/README
--- old/Module-Find-0.10/README 2010-02-26 16:38:32.000000000 +0100
+++ new/Module-Find-0.11/README 2012-05-22 02:29:50.000000000 +0200
@@ -24,7 +24,7 @@
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2004-2010 Christian Renz <[email protected]>. All rights reserved.
+Copyright (C) 2004-2012 Christian Renz <[email protected]>. All rights reserved.
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself. 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to