Hello community,

here is the log from the commit of package perl-File-ShareDir-Install for 
openSUSE:Factory checked in at 2014-09-17 17:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-ShareDir-Install (Old)
 and      /work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-File-ShareDir-Install"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-File-ShareDir-Install/perl-File-ShareDir-Install.changes
    2014-02-28 19:00:59.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-File-ShareDir-Install.new/perl-File-ShareDir-Install.changes
       2014-09-17 17:25:52.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 15 15:15:10 UTC 2014 - co...@suse.com
+
+- updated to 0.09
+    - Get rid of DB::single 
+        Thank you djer...@cpan.org
+    - Don't do POD tests
+
+-------------------------------------------------------------------

Old:
----
  File-ShareDir-Install-0.08.tar.gz

New:
----
  File-ShareDir-Install-0.09.tar.gz

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

Other differences:
------------------
++++++ perl-File-ShareDir-Install.spec ++++++
--- /var/tmp/diff_new_pack.C8lEvD/_old  2014-09-17 17:25:53.000000000 +0200
+++ /var/tmp/diff_new_pack.C8lEvD/_new  2014-09-17 17:25:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-File-ShareDir-Install
-Version:        0.08
+Version:        0.09
 Release:        0
 %define cpan_name File-ShareDir-Install
 Summary:        Install shared files

++++++ File-ShareDir-Install-0.08.tar.gz -> File-ShareDir-Install-0.09.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.08/Changes 
new/File-ShareDir-Install-0.09/Changes
--- old/File-ShareDir-Install-0.08/Changes      2014-01-29 16:33:45.000000000 
+0100
+++ new/File-ShareDir-Install-0.09/Changes      2014-07-07 20:20:18.000000000 
+0200
@@ -1,6 +1,11 @@
 Revision history for Perl extension File::ShareDir::Install.
 
-0.08  Jan 29 2015
+0.09  Jul 7 2014
+    - Get rid of DB::single 
+        Thank you djer...@cpan.org
+    - Don't do POD tests
+
+0.08  Jan 29 2014
     - Tests may now be run in parallel
         Thank you ken...@cpan.org
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.08/META.json 
new/File-ShareDir-Install-0.09/META.json
--- old/File-ShareDir-Install-0.08/META.json    2014-01-29 16:42:24.000000000 
+0100
+++ new/File-ShareDir-Install-0.09/META.json    2014-07-07 20:21:17.000000000 
+0200
@@ -39,5 +39,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "0.08"
+   "version" : "0.09"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.08/META.yml 
new/File-ShareDir-Install-0.09/META.yml
--- old/File-ShareDir-Install-0.08/META.yml     2014-01-29 16:42:24.000000000 
+0100
+++ new/File-ShareDir-Install-0.09/META.yml     2014-07-07 20:21:17.000000000 
+0200
@@ -21,4 +21,4 @@
   ExtUtils::MakeMaker: 6.11
   File::Spec: 0
   IO::Dir: 0
-version: 0.08
+version: 0.09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/File-ShareDir-Install-0.08/lib/File/ShareDir/Install.pm 
new/File-ShareDir-Install-0.09/lib/File/ShareDir/Install.pm
--- old/File-ShareDir-Install-0.08/lib/File/ShareDir/Install.pm 2014-01-29 
16:38:01.000000000 +0100
+++ new/File-ShareDir-Install-0.09/lib/File/ShareDir/Install.pm 2014-07-07 
20:19:35.000000000 +0200
@@ -9,7 +9,7 @@
 use File::Spec;
 use IO::Dir;
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 our @DIRS;
 our %ALREADY;
@@ -134,7 +134,6 @@
 
     my $dir = $def->{dir};
 
-    $DB::single = 1;
     my( $idir );
 
     if( $def->{type} eq 'delete-dist' ) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.08/t/01_pod.t 
new/File-ShareDir-Install-0.09/t/01_pod.t
--- old/File-ShareDir-Install-0.08/t/01_pod.t   2010-10-19 21:03:02.000000000 
+0200
+++ new/File-ShareDir-Install-0.09/t/01_pod.t   2014-07-07 20:16:40.000000000 
+0200
@@ -4,6 +4,8 @@
 use warnings;
 
 use Test::More;
+plan skip_all => 'these tests are for authors only' unless
+            $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-ShareDir-Install-0.08/t/02_pod_coverage.t 
new/File-ShareDir-Install-0.09/t/02_pod_coverage.t
--- old/File-ShareDir-Install-0.08/t/02_pod_coverage.t  2014-01-17 
19:50:16.000000000 +0100
+++ new/File-ShareDir-Install-0.09/t/02_pod_coverage.t  2014-07-07 
20:16:49.000000000 +0200
@@ -4,6 +4,8 @@
 use warnings;
 
 use Test::More;
+plan skip_all => 'these tests are for authors only' unless
+            $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
 eval "use Test::Pod::Coverage 1.00";
 plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" 
if $@;
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to